0 Replies Latest reply on May 9, 2008 11:00 AM by pramod1234

    Creating Shared Libraries

    pramod1234

      Hello

      I have an application which is in the form of an EAR . I have a requirement where i need to acceses jars which are outside the EAR . The problem is i cannot use server/lib dir as I have turned the java2parent delegation off I want the classloader of my app to to load the external jars .

      I have read somewhere that if we place an xml with the foll tags in it

       <server>
       <classpath codebase="file:/d:\jobdir\" archives="job0.jar"/>
       <classpath codebase="file:/d:\jobdir\" archives="job1.jar"/>
      </server>
      


      in the deploy folder then these jars are visible to all apps. How ever i dont
      have the complete details

      CAN ANYONE PLEASE TELL ME HOW TO CREATE A SHARED LIBRARY IN JBOSS SAME AS WHAT WE HAVE IN WEBSPHERE


      Thanks
      Pramod