Deployment troubleshooting » History » Version 2

Version 1 (Chris Cannam, 2014-02-26 01:25 PM) → Version 2/10 (Chris Cannam, 2014-02-26 01:25 PM)

h1. Deployment troubleshooting

h4. Can't find servlet-api.jar

This should appear in a Tomcat installation directory -- you need to make sure you build the webapp against the same version of the servlet API as you will be deploying it against (i.e the same Tomcat installation).

Sometimes this file is installed with a different name, e.g. on Ubuntu you may find it in /usr/share/java/tomcat-servlet-api-3.0.jar. You should rename it when you copy it.