Tomcat 6 Configuration with Contexts - Need Help?

2007-11-21 Thread Dennis Harris
I’m having some issues with configuring Tomcat 6. I’m moving from Tomcat 4.1 and in version 4 I had multiple contexts setup in the SERVER.XML file like so: Context path=/app1 docBase=app1 debug=0 reloadable=true crossContext=true Realm className=org.apache.catalina.realm.JDBCRealm debug=99

RE: Tomcat 6 Configuration with Contexts - Need Help?

2007-11-21 Thread Caldarale, Charles R
From: Dennis Harris [mailto:[EMAIL PROTECTED] Subject: Tomcat 6 Configuration with Contexts - Need Help? However, in version 6 this is not working correctly. I've read that for each environment I would need to have a CONTEXT.XML file - so nothing would go into the SERVER.XML file. Just