We have 2 web applications.
And we are going to move them to EAR file.
Is it possible to move common jars from these two web applications to some separate directory in EAR?
views:
28answers:
1
A:
Yes, you can put shared jars in the lib folder within the EAR on JBoss 5
ear/lib/common.jar
JoseK
2010-09-01 11:31:25
Is this standard place for all application servers? We are going to deploy our applications on JBoss and Weblogic.
Vladimir Bezugliy
2010-09-01 11:33:58
No, it is different per App server. On Weblogic, utility JAR files go into the APP-INF/lib directory
JoseK
2010-09-01 12:17:45
I checked approach with "ear/lib/common.jar" both on jboss(5) and weblogic(10.3.2) - it works on both application servers.
Vladimir Bezugliy
2010-09-01 13:22:49