Re: Root context setup

2007-03-07 Thread Jim Goodspeed
: Jim Goodspeed [mailto:[EMAIL PROTECTED] Subject: Re: Root context setup Is there another way to accomplish this though? Don't put the .war file in Tomcat's directory structure. Instead, put a ROOT.xml file in conf/Catalina/[hostname] that contains a Context element with a docBase attribute

RE: Root context setup

2007-03-07 Thread Caldarale, Charles R
From: Jim Goodspeed [mailto:[EMAIL PROTECTED] Subject: Re: Root context setup Should I delete the contents of this directory everytime I deploy a new war file? I don't really know if it's required, but I always do (or rather, the deployment script always does). - Chuck

Root context setup

2007-02-16 Thread Jim Goodspeed
Hi, I am trying to figure out how to configure two applications - one to have the default context (ie: be in the root of the url) and the other to be in its own directory. I have the following setup: webapps dir=/usr/local/product/webapps catalina_base=/usr/local/product/base

Re: Root context setup

2007-02-16 Thread Hassan Schroeder
On 2/16/07, Jim Goodspeed [EMAIL PROTECTED] wrote: I want myapp.war to be the default application Name it ROOT.war, which Tomcat recognizes as the default context. HTH, -- Hassan Schroeder [EMAIL PROTECTED]

Re: Root context setup

2007-02-16 Thread Jim Goodspeed
Thanks Hassan. Is there another way to accomplish this though? I would really like to keep the name of the war file to the name of the application. We have several different apps and it would be much easier from a organizational point of view if we were able to customize the name of the war

RE: Root context setup

2007-02-16 Thread Caldarale, Charles R
From: Jim Goodspeed [mailto:[EMAIL PROTECTED] Subject: Re: Root context setup Is there another way to accomplish this though? Don't put the .war file in Tomcat's directory structure. Instead, put a ROOT.xml file in conf/Catalina/[hostname] that contains a Context element with a docBase