Deployment troubleshooting » History » Version 2

« Previous - Version 2/10 (diff) - Next » - Current version
Chris Cannam, 2014-02-26 01:25 PM


Deployment troubleshooting

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.