Hi,
With this block added into /etc/tomcat5.5/policy.d/04webapps.policy
grant codeBase "file:${catalina.home}/bin/tomcat-juli.jar" {
permission java.io.FilePermission
"/usr/share/tomcat5.5-webapps/jsp-examples/WEB-INF/classes/logging.prope
rties", "read";
permission java.io.FilePermission
"/usr/share/tomcat5.5-webapps/servlets-examples/WEB-INF/classes/logging.
properties", "read";
};
the problem with jsp-example and servlets-examples is fixed.
But when I deployed my web app throught tomcat manager, I got the
following error:
SEVERE: Error listenerStart
And my app did not start up.
How can I get more information about what caused this severe error?
Thanks!
-Yong