RE: sun-web.xml file in Tomcat

2007-10-24 Thread Caldarale, Charles R
> From: Rob Tanner [mailto:[EMAIL PROTECTED] > Subject: Re: sun-web.xml file in Tomcat > > In Tomcat the context root is simply the path in the > context declaration in server.xml. You should not have any declarations in server.xml; that capability is there only for compatibi

Re: sun-web.xml file in Tomcat

2007-10-23 Thread Rob Tanner
Thanks!! Christopher Schultz said the following on 10/23/2007 11:59 AM: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, Rob Tanner wrote: I need to make my applications function in both Tomcat and Glassfish. In Tomcat the context root is simply the path in the context declaration in se

Re: sun-web.xml file in Tomcat

2007-10-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rob, Rob Tanner wrote: > I need to make my applications function in both Tomcat and Glassfish. > In Tomcat the context root is simply the path in the context declaration > in server.xml. In Glassfish, the default is the application name. In > order