Deployment troubleshooting » History » Version 2
Chris Cannam, 2014-02-26 01:25 PM
1 | 1 | Chris Cannam | h1. Deployment troubleshooting |
---|---|---|---|
2 | 1 | Chris Cannam | |
3 | 1 | Chris Cannam | h4. Can't find servlet-api.jar |
4 | 1 | Chris Cannam | |
5 | 1 | Chris Cannam | 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). |
6 | 1 | Chris Cannam | |
7 | 2 | Chris Cannam | 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. |