| Author |
Where to keep shared jar files of an ear file inside JBOSS
|
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
Hi ,
I understood that JBOSS doesn't suppourt APP-INF folder unlike weblogic inside an ear ,
so please let me know where to place the shared jars in case of JBOSS .
Thanks in advance .
|
Save India From Corruption - Anna Hazare.
|
 |
sachin burange
Ranch Hand
Joined: Jun 24, 2008
Posts: 41
|
|
|
If i am not wrong then it should be inside endorsed directory of JBOSS.
|
Regards
Sachin
|
 |
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
Hi thanks for the response ,
As you mentioned to keep them inside the endorsed folder .
But this endorsed folder is not Application specific , this will be applicable to all the Applications deployed inside the deploy folder of JBOSS .
But i want something application related .
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8147
|
|
jars to be shared within the .ear are expected to be placed in .ear/lib folder. Which version of JBoss AS do you use?
|
[My Blog] [JavaRanch Journal]
|
 |
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
I use JBOSS 4.2.x
jars to be shared within the .ear are expected to be placed in .ear/lib folder
Thanks , i guess that by this both the web and jar class files share this jar files under the lib .
|
 |
 |
|
|
subject: Where to keep shared jar files of an ear file inside JBOSS
|
|
|