I am using apache-tomcat-6.0.20 server. I deploy .war file when the server is running, but sometimes the war file is not deployed properly. The folders are there, but not the
jsp files. So I have to manually unzip the war file and copy all the files.
As I said, this happens sometimes, is there anything that I need to check.
The
tomcat is a service and I have turned on the autoDeploy attribute in server.xml.
Any suggestions welcome. Thanks.