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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...