Actually there must be no logging.properties in the mentioned folder. But this file shall be in the conf folder. I don't know where it can be on your installation since you use customized tomcat version. (which I personally dislike)
Try to copy such file in your (nutch/web-inf/classes ) folder. I guess this is a problem of your tomcat installation, not nutch. Also I would recommend you downloading tomcat from the apache site and unpack it in a folder and launch it instead of default debian tomcat installation. You may try it at least for testing purposes. Best Regards Alexander Aristov On 25 May 2010 15:01, Michael R. <[email protected]> wrote: > 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 > > > > > >

