Jar « Tomcat « JSP-Servlet Q&A





1. Where do I put jar files in Tomcat 6?    stackoverflow.com

I am having trouble getting my JSP page to load a Java class which is in a jar file. The message I get appears to indicate a class not found ...

2. Where to place the text files required by Jars on a tomcat server?    stackoverflow.com

I have a servlet and inside the WEB-INF/lib directory I have a jar file. This jar is made from a project I am working on. The code in the project executes ...

3. Only a type can be imported. org.apache.commons.lang.StringUtils resolves to a package    stackoverflow.com

i'm new to JSP and i ran into the following problem: I had to modify an application to add some functionalities, i decided to use StringUtils to find strings between tags ...

4. Unable to Write Contents of Jar File to Local Servlet on Tomcat 7.0.22    stackoverflow.com

Good Afternoon, I am trying to extract the contents of a jar file programmatically and found a code snippet here which has allowed me to extract the contents of ...

5. What does servlets-default.jar do?    stackoverflow.com

Application is moved by Tomcat5.0. There will be an error if servlets-default.jar is contained in the application:

HTTP Status 404 - Servlet default is not available
However, when deleting servlets-default.jar out of application, ...

7. Using Tomcat's commons-digester.jar in Servlet    coderanch.com

Yes, but for some reason this jar was placed in the server/lib, where it is visible only to Tomcat. I have several apps which use this jar file, so instead of copying the jar into the respective WEB-INF/lib, I moved it to common/lib, so I don't have to have the jar file all over the place. Tomcat didn't complain, so I ...