having problems deploying WAR in Tomcat
Hi there,
I am building an application in Netbeans using Java / JSP / Struts, and I am trying to deploy the current version I have in Tomcat on a different machine using a WAR file. I have never done this before, and I think I might be missing something...
The application deploys fine in Netbeans, but when I put it in the webapps folder and re-start Tomcat on the other machine, it goes through the "process context configuration file" for it but never gets to the "installing web application" phase. It doesnt seem to throw any errors between.
I did configure the packaging in Netbeans to build the WAR with all the jars and libraries I need so it cant be that :(
Please could somebody shed some light on this, It has been a really long day trying to figure it out!

