Never mind - I found a context.xml file in tomcat/conf/catalina - removing that allowed the war file to work.
On 21/04/2008, John Pedersen <[EMAIL PROTECTED]> wrote: > > Hi, > > When I drop a war file into my webapps folder, it doesn't explode. Nothing > happens. > > Here is a part of my server.xml: > > <Host name="localhost" appBase="webapps" > unpackWARs="true" autoDeploy="true" > xmlValidation="false" xmlNamespaceAware="false" > antiJARLocking="true" antiResourceLocking = "true"> > > I have tried with and without antiJARLocking and antiResourceLocking ( I > am using windows ) > > Nothing written to a log file either. > > Any suggestions? > > TIA, > > John >