application may be deployed twice."
extracted from: http://tomcat.apache.org/tomcat-4.1-doc/config/host.html
Mark Thomas wrote:
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 t
omas wrote:
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.
(e.g. docBase folder)?
Regards.
Caldarale, Charles R wrote:
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 have appBase and docBase as different folders. The docBase contains
the war files.
We want to deploy one of the WAR file as a default application (i.e.
with the context path of empty string ""). Things seems to deployed okay
on startup. (Even though it is deployed twice, I do not have the do