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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149786#4149786 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149786 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
