Does anyone have experience deploying dam.war to Apache Tomcat using the manager? I keep getting
Caused by: java.net.SocketException: Unexpected end of file from server
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769)
This seems related to my context.xml file which contains antiResourceLocking="true". If I don't put this (or use just antiJARLocking="true") then the redeploy will fail due to locked dfc.jar. Any help would be appreciated.