[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Adding .jar files to the classpath of a webapp
Raist_Majere
do-not-reply at jboss.com
Sat Jun 23 12:43:16 EDT 2007
Try using Class-Path within the EAR manifest like in this example:
| app3.ear:
| META-INF/application.xml
| ejb1_client.jar
| ejb3.jar Class-Path: ejb1_client.jar
| webapp.war Class-Path: ejb1_client.jar
| WEB-INF/web.xml
| WEB-INF/lib/servlet1.jar
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057142#4057142
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057142
More information about the jboss-user
mailing list