Re: Auto-redeployment for a default web application

2006-12-07 Thread Mark Thomas
K. Chi Bui wrote: > "When using automatic deployment, the |docBase| defined by an XML > Context > file should be outside of the |appBase| directory. If this is not the > case difficulties may be experienced deploying the web application

Re: Auto-redeployment for a default web application

2006-12-07 Thread Mark Thomas
K. Chi Bui wrote: > I have two different folders for appBase and docBase. I have my .wae > files in the docbase and of course this is set in the Context tag. So, to be clear: - your host has an appBase directory - you have placed appname.xml files in the appBase, one per WAR file - you have a seco

Re: Auto-redeployment for a default web application

2006-12-07 Thread K. Chi Bui
"When using automatic deployment, the |docBase| defined by an XML Context file should be outside of the |appBase| directory. If this is not the case difficulties may be experienced deploying the web application or the application may

Re: Auto-redeployment for a default web application

2006-12-07 Thread K. Chi Bui
I have two different folders for appBase and docBase. I have my .wae files in the docbase and of course this is set in the Context tag. But having the war in the docBase, how can I tell Tomcat to redeploy them because they are not in 'appBase'? This is my main question. Mark Thomas wrote:

Re: Auto-redeployment for a default web application

2006-12-07 Thread Mark Thomas
K. Chi Bui wrote: > One interesting thing here is Apache suggests that we should not have > docBase underneath appBase Where are you getting this from? If the docs say this they need fixing as this is absolutely not the case. The rule is appBase must not *equal* docBase. > I have my WARs in docBa

Re: Auto-redeployment for a default web application

2006-12-07 Thread K. Chi Bui
I've tried using ROOT.war. Again, it is deployed fine on Tomcat startup. But it is not redeployed when u update the ROOT.war in either docBase and appBase directories. One interesting thing here is Apache suggests that we should not have docBase underneath appBase (or pointing these attributes

RE: Auto-redeployment for a default web application

2006-12-07 Thread Caldarale, Charles R
> From: K. Chi Bui [mailto:[EMAIL PROTECTED] > Subject: Auto-redeployment for a default web application > > We want to deploy one of the WAR file as a default application (i.e. > with the context path of empty string ""). I just answered this question a couple of hours ago. Check this thread i