Hi
I want to do Shared Library setting for my Jboss Server. My constraints are I have a constraint that the libraries should be loaded by application level classloader. It means that
1. I cannot put them in <<Jboss Home>>/bin/run.bat JBOSS_CLASSPATH
2. I cannot put them in <<Jboss Home>>/lib
Is there any possible way to do this in Jboss. I am using Jboss 3.2.6 version. There is similar concept available in Websphere Shared Libraries where we can add the folder contains the JAR files to shared libraries and tell that folder as Shared Library to specific application.
For reference
http://publib.boulder.ibm.com/infocenter/wasinfo/v5r1//index.jsp?topic=/com.ibm.websphere.base.doc/info/aes/ae/tcws_sharedlib.html Can I do the same way in Jboss?
Thanks for your time and help in advance
Srinivas Ivaturi.