I m new to Jboss I have multilpe web applications each using spring-hibernate and other open source libraries and portlets so basically now each war file includes those jar files. How do I move these jar to common location so that I dont have to put these in each war file. I guess location is server/default/lib. But i am not sure?
Also how its different that having those jar at location WEB-INF/lib vs. JBOSS/server/default/lib. Will I face any classloader issue?
Also I have static data stored in static fields like Singleton, will those be shared across all WAR files?
Thnks.