Tomcat not working with new Java

2007-12-25 Thread Markus
I have Tomcat 5.5 on a Fedora 5 machine. I recently changed the jvm from gcj to sun's 1.4.2_16. Now when I try to start tomcat I get the following message: Starting tomcat5: /usr/bin/rebuild-jar-repository: error: Could not find jdbc-stdext Java extension for this JVM

Re: Tomcat not working with new Java

2007-12-25 Thread Nix Hanwei
Hi, Try to set java_home in /etc/profile.d/java.sh. - Original Message From: Markus [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Wednesday, 26 December 2007 10:17:38 Subject: Tomcat not working with new Java I have Tomcat 5.5 on a Fedora 5 machine. I recently changed the jvm

Re: Tomcat not working with new Java

2007-12-25 Thread David Smith
Tomcat 5.5 requires either a Java 5 JVM or the compatibility package found where you got your tomcat. It'll be titled JDK 1.4 Compatibility Package. I'm just amazed you were ever able to make tomcat work at all with GCJ. --David Markus wrote: I have Tomcat 5.5 on a Fedora 5 machine. I