> 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 alway
> 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
element w
> 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
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 fil
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]
--
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
catalina_home=/usr/