Downgrading from Tomcat 5.x to 4.x
843841May 29 2005 — edited May 30 2005I was using Tomcat 5.5 for development and have had to downgrade to Tomcat 4.1for deployment.
Had my JDNI MySQL datasource setup in META-INF\context.xml. But now I've switched to Tomcat 4.1 I've had to put that info into the server.xml, which I'd like to avoid touching.
Is using "META-INF\context.xml" a feature of Tomcat 5.x only or can I get it working in Tomcat 4 too?
Hope that makes sense! :)