Problem configuring webapp with Tomcat 5.0.28 on RHE3

2006-03-22 Thread Rachel McConnell
I've got a web application that runs succesfully on Win/Tomcat 5.0 and on RH/resin 2.x. I am pretty sure my problem is with the container configuration. I need to run several versions of the app and I'd like to do this using several different Tomcat instances, with different $CATALINA_BASE

Re: Problem configuring webapp with Tomcat 5.0.28 on RHE3

2006-03-22 Thread Markus Schönhaber
Rachel McConnell wrote: Exception stack trace: - java.lang.UnsupportedClassVersionError: org/apache/jsp/setup/index_jsp (Unsupported major.minor version 49.0) You're trying to run a Java 1.5 class on a Java =1.4 VM. Either start Tomcat with a

Re: Problem configuring webapp with Tomcat 5.0.28 on RHE3

2006-03-22 Thread Rachel McConnell
You know I just worked that out! Forgot to change the JAVA_HOME variable. *sigh* Now I have a different problem (app can't find the data source) but I'll whang on it a bit before asking here. Thanks, Rachel Markus Schönhaber wrote: Rachel McConnell wrote: Exception stack trace: