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