Perhaps I was wrong and Tomcat doesn't have a central listing of applications - perhaps it just bases itself off of what it finds in webapps.
I removed my application again by simply deleting the its directory and contents from the file system. When I reran Tomcat it
did not redeploy.
So I deployed it from using
http://localhost:8080/manager/html using the Tomcat application root directory name and the project's WAR file from its build location under Eclipse and that worked.
Anyone know how to deploy to Tomcat 6 from Eclipse 3.6? Its an Eclipse
maven project using m2e. I've looked around inside Eclipse and have yet to figure out how to successfully use Eclipse to deploy. 'Build', 'package', etc: yes. But the maven install puts the both the WAR and extracted WAR into a local Eclipse directory. There must be some way of telling Eclipse where the Tomcat install directory is.