you have a couple options. 

1) you can place them in the "lib" directory under JBOSS_HOME/server/default. any 
libraries placed here will be available to all deployed apps. there is no way to 
update libraries here w/o a server restart. jdbc drivers are good to place here.

2) you can place them directly in the deploy directory.

3) you can package them inside your ear/war/sar

seperate library versions can be accomplished using loader-repositories. however, you 
may have problems if app1 needs to talk to app2 and they use different library 
versions.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to