I\'ve got Tomcat6 running on my Ubuntu server 14.04 minimal platform and had deployed a .war file.
However, things did not go right during the initial setup of the a
In Tomcat you have a folder called "work".
Go to <TOMCAT_HOME>/work/Catalina/<HOSTNAME>
In this location you will find your application. Delete the application from this location and try to redeploy your application and give a try !!!