I've just been thinking of one more possibility: You did follow the manual, but requested the Install.jsp too early.
The point is: The application must be deployed. This is what you're describing in your mail (the war file gets unzipped to the subdirectory in webapps). Such a deployment takes place either when starting Tomcat or, if autodeploy is configured, after a running Tomcat has recognized a new war file in its webapps directory. So, if you're calling the URL from the browser too early (before the application is correctly deployed), you'll get that 404 error. Regards, Florian
smime.p7s
Description: S/MIME Cryptographic Signature
