It seems that I don't understand how Tomcat works. I'm trying to copy an application from the webapps folder of another server of ours to this new server running Tomcat and it is returning a 404 error even after restarting the service. -- I even went into a working app ('examples') and copied index.html to index2.html, restarted the service, and index2.html doesn't load but index.html does.
Is there something more I must do to get Tomcat working?
Thanks!