RE: Re: Tomcat JSVC Errors

2005-07-09 Thread Wasik, Paul
:[EMAIL PROTECTED] On Behalf Of Bill Barker Sent: Saturday, July 09, 2005 1:31 AM To: tomcat-user@jakarta.apache.org Subject: Re: Tomcat JSVC Errors At a first guess, compare the version of libgcc for jsvc and libjvm.so. I remember that java -version tells you the second one on Lynux. Otherwise

Tomcat JSVC Errors

2005-07-08 Thread Wasik, Paul
Hello, I'm rather new to Tomcat. I have configured Tomcat 5.0.28 to launch under a non-privileged user account using the jsvc launcher. Tomcat works fine except I am finding the following errors in my Tomcat logs. I'm running this on Red Hat EL3 Linux server. I'm running the Sun JDK 1_5_0_03.

Re: Tomcat JSVC Errors

2005-07-08 Thread Bill Barker
At a first guess, compare the version of libgcc for jsvc and libjvm.so. I remember that java -version tells you the second one on Lynux. Otherwise, you can use 'ldd'. You can also use 'ldd' to get the first. Wasik, Paul [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello,