On Tue, Apr 11, 2006 at 02:14:16PM +0200, Franck Borel wrote: > Can you please take a look at your /tomcat/logs/catalina.out file and > report what is written? > Otherwise is very hard to say, what the problem is (Firewall, > configuration....)
Thanks. I found that running tomcat as root works just fine. That is, if I run manually startup.sh, tomcat starts and I can access http://localhost:8080/ getting the tomcat logo and all that. Seems to be a permissions problem with jsvc -user tomcat. It seems I found it: catalina.out: Apr 12, 2006 3:20:42 PM org.apache.catalina.startup.Catalina load WARNING: Can't load server.xml from /opt/tomcat/conf/server.xml Apr 12, 2006 3:20:42 PM org.apache.catalina.startup.Catalina load WARNING: Can't load server.xml from /opt/tomcat/conf/server.xml Apr 12, 2006 3:20:42 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 0 ms server.xml is owner root and has mode 600. And now i comes to me that I remember to have followed some remedy in the web where someone write to do a chown -R on /opt/tomcat and I slavishly followed this instead of thinking :-) Since /opt/tomcat was a symbolic link to /opt/apache-tomcat-5.5.16 only the link and not the tree below got chown'ed. Thanks. Seems to be solved. -- Chris Christoph P. U. Kukulies kuku_at_kukulies.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]