Bugs item #511343, was opened at 2002-01-31 10:40
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=511343&group_id=22866

Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
Resolution: None
Priority: 5
Submitted By: Matt (mpetteys)
Assigned to: Nobody/Anonymous (nobody)
Summary: WAR deployment error w/ JAR files in lib

Initial Comment:

I am trying to deploy and EAR file which contains a WAR
file which contains various JAR files in its
WEB-INF/lib directory.  When jboss, trying to deploy
those jars it generates a FileNotFoundException and
cannot deploy them.    I can solve this by moving the
jar files into the root of the WAR file and creating a
META-INF\jboss-service.xml file that references them
(like the following) but I believe the classloader is
supposed to automatically pick up these jars for use in
the web application.  Attached is the server.log file.

jboss-service.xml that can be used a

<?xml version="1.0" encoding="UTF-8"?>
<server>
<classpath archives="commons-beanutils.jar"/>
<classpath archives="commons-collections.jar"/>
<classpath archives="commons-digester.jar"/>
<classpath archives="struts.jar"/>
</server>

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=511343&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to