Aaron Axelsen wrote: > Is there a trick to get antiJarLocking and antiResourceLocking to work > with tomcat 6? I have the following in the config: > > <Host name="nix-tester.mcs.uww.edu" appBase="D:/path/to/webroots/docs" > ~ unpackWARs="true" autoDeploy="true"> > ~ <Context path="" docBase="." debug="5" antiJARLocking="true" > antiResourceLocking="true" />
Setting docBase==appBase is going to get you a world of pain. I suspect you want to set this for all contexts. A read of http://tomcat.apache.org/tomcat-6.0-doc/config/context.html, particularly the first section, should help. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]