On 8/26/05, Paul Austin <[EMAIL PROTECTED]> wrote: > The test case I am using is running on Tomcat 5.5.9. > > 1. The web application is deployed as a the app.war file, with no > context.xml file to the wars/<host> directory > 2. The Host configuration is as follows. > <Host debug="99" name="<host>" unpackWARs="false" > deployXML="false"> > <Logger className="org.apache.catalina.logger.FileLogger" > prefix="<host>" timestamp="false" /> > </Host> > 3. In conf/Catalina/<host>/app.xml > <?xml version='1.0' encoding='utf-8'?> > <Context debug="9" docBase="wars/<host>/app.war" path="/app" > reloadable="true" workDir="work/Catalina/<host>/app"> > <ResourceLink global="jdbc/appDs" name="jdbc/appDs" > type="javax.sql.DataSource"/> > </Context> > > When I copy app.war into wars/<host> to repeploy using the automatic > deployer I check the conf/Catalina/<host>/ and > http://<host>/manager/list and the app.xml and the /app context are > deleted.
Yes, this is normal. -- xxxxxxxxxxxxxxxxxxxxxxxxx Rémy Maucherat Developer & Consultant JBoss Group (Europe) SàRL xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
