Is there a particular reason you need it in the system classpath? You can add to 
server classpath by adding it in conf/jboss-service.xml. 

Say you add a directory, called 'local-lib' in you server config dir (same level as 
conf and lib), and your jar is exploded in a dir called foo.jar. You can add an entry 
like the following:

 <classpath codebase="local-lib/foo.jar" archives="*"/>

mike

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840705#3840705

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840705


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to