[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: cannot load classes located in WEB-INF/lib
jbosshog98
do-not-reply at jboss.com
Thu Jun 11 05:11:08 EDT 2009
Oops, code didn't show up.
to be able to add some way to reference WEB-INF/lib/extra in the same way as:
| <classpath codebase="${jboss.server.lib.url:lib}" archives="*"/>
|
So something like:
<classpath codebase="${jboss.server.lib.url:lib}/extra" archives="*"/>
Of course, this looks in the server lib, not the WAR lib. So, what kind of modification could I make here to tell JBoss to load JARs from the WEB-INF/lib/extra (or WEB-INF/extra/lib1) folder in each WAR during startup?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4236928#4236928
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4236928
More information about the jboss-user
mailing list