- If tomcat is run by a different user than the root user /root is the last directory to put anything in that should has to readable by that user. - Make shure that the directory that contains the file has the right permissions for the user that runs tomcat.
(assuming that /root/keystore (instead of /root/.keystore) is just a typo in the mail) > -----Urspr�ngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:Monte.Gardner@;asu.edu] > Gesendet: Mittwoch, 23. Oktober 2002 17:58 > An: Tomcat Users List > Betreff: RE: SSL Servlet Client > > > I wrote the sample code that you gave me below. > I also changed the file permission on /root/keystore to all > chmod 777 /root/.keystore > > and I got the following erroor > java.io.FileNotFoundException: /root/.keystore (Permission denied) > at java.io.FileInputStream.open(Native Method) > > Why would the permission be denied if the file has full file > pemissons? > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
