Different lib directories of JBpss
Posted
by Serafeim
on Stack Overflow
See other posts from Stack Overflow
or by Serafeim
Published on 2010-06-17T18:39:11Z
Indexed on
2010/06/17
18:43 UTC
Read the original article
Hit count: 177
There is a number of different lib directories JBoss (5.1.0) uses: I can find jboss/lib, jboss/lib/endorsed, jboss/common/lib, jboss/server/default/lib and of course the jboss/server/default/deploy/myapp/WEB-INF/lib (am I missing something ?).
From the above, I know that I need to use the last one (WEB-INF/lib) to put any jars my app needs. What about all the others ? What is their use and what should I put there ? Why put it there and not in the WEB-INF/lib ?
Thanks !
© Stack Overflow or respective owner