Re: error when starting tomcat

2003-09-16 Thread Yann Cébron
Hello, Hello. in my linux i start the tomcat and appears this error: can anybody helps me for solving it? thnaks Sep 16, 2003 1:07:14 PM org.apache.struts.util.PropertyMessageResources init INFO: Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true Sep 16, 2003

Re: Error when starting Tomcat

2001-07-12 Thread Adam Fowler
Hi, Either you have a bad line in one of your config files (httpd.conf / mod_jk.conf) or your mod_jk.so is hosed! Take a look through your files and if that doesn't help rebuild the mod_jk (use the given makefiles!) Adam. On Thursday 12 July 2001 13:17, you wrote: I'm having the following

RE: Error when starting Tomcat

2001-07-12 Thread Eoin Woods
This looks like the dynamic linker can't find libdl.so.1 when it tries to load mod_jk.so - which is really strange because libdl.so.1 is a really fundamental library and is in /usr/lib. Are you running this on the same version of Solaris it was built on? Try running ldd(1m) on mod_jk.so and see