I have a war at location \"C:\\Documents and Settings\\myProj.war\".
The web project is also available at \"C:\\Documents and Settings\\myProj\".<
These are the steps I follow when I have to manually deploy a war in Tomcat on localhost:
If Tomcat is running, stop/kill it.
Go to the tomcat installation folder (this must be C:\Documents and Settings\tomcat6x for you), let's call it
.
In
, delete the temp and work folders. They only contain temporary files.
If it's a jar file maybe is for configuration, so drop it in
/lib folder. If it's a war file, drop it in
/deploy or in
/webapps folder.
Start your tomcat.