RE: Context information outside of server.xml

2007-07-11 Thread Jake Alley
="false"> crossContext="true"> You need to specify docBase which is your application's doc root in element in ROOT.xml. e.g. mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 10:10 AM To: users@tomcat.apache.org Subject: Context information outside of ser

RE: Context information outside of server.xml

2007-06-28 Thread Caldarale, Charles R
> From: Jake Alley [mailto:[EMAIL PROTECTED] > Subject: Context information outside of server.xml > > I've read that META-INF/context.xml only works with WAR files Not true; META-INF/context.xml works fine with expanded webapps. > I'm puting the info in conf/Catali

Re: Context information outside of server.xml

2007-06-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jake, Jake Alley wrote: > I've read that META-INF/context.xml only works with WAR files, and I > don't use those. Nope. If you are using auto-deploy (will do WAR files or directories), then TC will respect the META-INF/context.xml file in either case

RE: Context information outside of server.xml

2007-06-28 Thread Victor Huang
You need to specify docBase which is your application's doc root in element in ROOT.xml. e.g. mailto:[EMAIL PROTECTED] Sent: Thursday, June 28, 2007 10:10 AM To: users@tomcat.apache.org Subject: Context information outside of server.xml I'm trying to rework my server.xml file s

Context information outside of server.xml

2007-06-28 Thread Jake Alley
I'm trying to rework my server.xml file so that the context info can be reloaded without restarting the entire server. As far as I can tell this involves putting the context information in a file outside of server.xml. I've read that META-INF/context.xml only works with WAR files, and I don't