KVKARTHIK

Greenhorn
+ Follow
since Aug 28, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by KVKARTHIK

Hi,
I need to store the encrypted values of certain values in Database. I heard that JCE (Java Cryptography Extension) API will solve my problem. It will be helpful for me if anybody provides some examples for storing and retrieving values in the database.


Thanks
Karthik
19 years ago
Hi jereon,

thanks for your early answer. I checked the permissions for the user Qtmejbsvr (servlet's user) permissions for the folder where i stored the images and the new file that has been uploaded to that folder. The below is the details,

Permissions for PropertyImages(Folder)

Owner - JPerunko (the user who created the folder)

UserName --- Read -- Write -- Execute

Public --- Yes -- Yes -- Yes

Qtmhttp --- Yes -- Yes -- Yes

Qtmejbsvr --- Yes -- Yes -- Yes

Permissions for file.jpg(Newly uploaded file in propertyimages Folder)

Owner - JPerunko (the user who created the folder)

UserName --- Read -- Write -- Execute

Public --- No -- No-- No

Qtmejbsvr --- Yes -- Yes

If I explicitly set the permission for public to read, then i am able to retrieve and display the image through public IP.

We are using Websphere Applicaiton server on iSeries. The folder also residing in iSeries.

What might be the problem in this case.

Waiting for your earliest reply.

regards,
Karthik
19 years ago
hi,
I have one problem while uploading file to the server's directory(tbwebexp/propertyimages). This directory and its parent directories having l all the required permissions to read any file placed in this directory.
but, whenever i uploaded a file (image) to this directory through servlet/JSP, these permissions not setted for that file. so anyway to set the permissions for that file(image), so that i can display that uploaded image in my program.

Waiting for answers.

regards,
karthik
19 years ago