RE: Context information outside of server.xml

2007-07-11 Thread Jake Alley
Thanks so much for everybody who replied to this. I apologize for not replying/thanking sooner, but I have been trying to get this thing working. Unfortunately I'm having only marginal success. I'm thinking maybe there's something very fundamental that I'm not getting. Here's where I'm at:

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/Catalina/mydomain/ROOT.xml. It > do

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 so that the contex