I double checked permissions and also there is no file logging.properties in
this directory.
I get another error when I add "permission java.security.AllPermission;" to
03catalina.policy under "permissions apply to JULI":
May 25, 2010 1:15:09 PM org.apache.catalina.core.StandardContext processTlds
SEVERE: Error reading tld listeners javax.servlet.ServletException: Exception
processing TLD at resource path /WEB-INF/taglibs-i18n.tld in context /nutch
javax.servlet.ServletException: Exception processing TLD at resource path
/WEB-INF/taglibs-i18n.tld in context /nutch
at org.apache.catalina.startup.TldConfig.tldScanTld(TldConfig.java:555)
[..]
Best Regards
Michael
On Sat, 22 May 2010 13:40:53 Alexander wrote
> I may be wrong but it seems that you launch tomcat from an account which
> doesn't have sufficient rights to the
> var/lib/tomcat5.5/webapps/nutch/WEB-INF/classes/logging.properties file.
> You might have installed the service as a privileged user but start tomcat
> under another account and which doesn't have the rights.
> Check this first