Hi

When I drop a WAR file into the webapps folder on my dev machine - running Tomcat 6.0.16 - Tomcat unpacks it on startup.

When I do the same on the production box - running Tomcat 5.5.20 - nothing happens.

The WAR file that I am deploying is ROOT.war; there is a corresponding ROOT.xml under conf\Catalina\localhost. (I'm not sure if those details have any bearing on the problem - according to one archived post, there may be a connection.)

On both machines, the <host> tags look identical:

     <Host name="localhost"  appBase="webapps"
           unpackWARs="true" autoDeploy="true"
           xmlValidation="false" xmlNamespaceAware="false">

Any assistance would be appreciated. :)

Pete

--
Peter Cimring
Software Developer
(: +972 52-545-9364
*: [EMAIL PROTECTED]

"/"Any sufficiently advanced technology is indistinguishable from magic."/ - Arthur C. Clarke

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to