Re: configuring the default servlet

2006-03-25 Thread Rachel McConnell
. If you have a need for the default configuration in the CATALINA_BASE/conf/web.xml, then I am not the one to help. Sorry. -Original Message----- From: Rachel McConnell [mailto:[EMAIL PROTECTED] Sent: Saturday, March 25, 2006 5:31 PM To: Tomcat Users List Subject: configuring the default ser

configuring the default servlet

2006-03-25 Thread Rachel McConnell
I have several web applications running in the same instance of Tomcat 5.5 and I'd like to configure the default servlet differently for some of them. The default configuration is in the web.xml file in the CATALINA_BASE/conf directory, and each webapp has its own web.xml file in its WEB-INF/ dir

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 s

Problem configuring webapp with Tomcat 5.0.28 on RHE3

2006-03-22 Thread Rachel McConnell
xml, as is recommended AGAINST in the Tomcat docs. This produced the same exception. In all cases I start Tomcat using a script I wrote that sets JAVA_HOME and CATALINA_BASE and then calls CATALINA_HOME/bin/catalina.sh (full script below). Any ideas on what to do, or pointers to further research,