Posted By:
Zac_Jacobson
Posted On:
Friday, June 14, 2002 12:28 PM
This is not very much informatin to go on:
- What version of Tomcat are you using?
- How have you attempted to deploy your WAR file?
- What relevant settings are you using?
- Are you using a different web server to access Tomcat? Is it correctly redirecting your new url pattern to Tomcat?
WAR files don't do anything, they're just a container. If it is created properly, Tomcat will serve any files and run any JSP files contained in it, the WAR file doesn't need to contain a servlet.
Cheers,
Zac