Hi,
JSP is not recognizing the class which is in jar file under root of ear.Under web classpath jar entry also there.How can i get that class in my JSP without outting it in WEB-INF/classes
Discussions
Web tier: servlets, JSP, Web frameworks: JSP is not recognizing the class which is under root of ear
-
JSP is not recognizing the class which is under root of ear (1 messages)
- Posted by: Mitul Bhammar
- Posted on: August 04 2005 04:07 EDT
Threaded Messages (1)
- Classpath in manifest by Joe Wolf on August 04 2005 16:44 EDT
-
Classpath in manifest[ Go to top ]
- Posted by: Joe Wolf
- Posted on: August 04 2005 16:44 EDT
- in response to Mitul Bhammar
Try putting this line at the end of MANIFEST.MF in your war file:
Class-Path: thejarintherootofmyear.jar
You may also need to include it in the MANIFEST.MF of your ear file.