Accessing xml from jsp on tomcat server is throwing FileNotFoundException trying to access .keystore

Posted by mobibob on Stack Overflow See other posts from Stack Overflow or by mobibob
Published on 2010-03-08T02:32:42Z Indexed on 2010/03/08 3:36 UTC
Read the original article Hit count: 451

I am trying to access an XML file from JSP on my Tomcat server. The error is from Catalina's protocol handler and the exception is java.io.FileNotFoundException trying to access my .keystore in the 'documents and settings' folder for my signed-on user (with admin, but not the user that installed the server).

I can provide the stacktrace if that would help ... but my question is more fundamental about secure access to files and where is the keystore configured / used on a Window's install?

© Stack Overflow or respective owner

Related posts about jsp

Related posts about Xml