• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Shared Library Setting in Jboss 3.2.6

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
reply
    Bookmark Topic Watch Topic
  • New Topic