Best unofficial Apache Server developers community |
|
I am trying to deploy me application to Tomcat 5.5 on Debian Lenny. I am getting the following exception:
I'm not sure what to do.
posted via StackOverflow
|
|
 
|
try chmod +r /usr/share/java/jsp-api-2.0.jar |
![]()  
|
I smells like an SecurityManager. It is a message from the Java Security-Manager not from the filesystem. A class within this jar-archive tries to access a file, which is not allowed by the policy. Take a look at this really similar problem: http://www.mkyong.com/tomcat/tomcat-javasecurityaccesscontrolexception-access-denied-loggingproperties-read/ The Solution ist to allow reading of files in the |