Usually, jar files got into the WEB-INF/lib directory of your war file.
The server/xxx/lib directory is for globally-accessible jar files. The only files I
recommend you add to that are JDBC drivers for data sources that you defined using a
*-ds.xml file.
I recommend against adding any jar files to existing directories within
server/xxx/deploy.
P.S. I'm going to have to start charging you for answers. :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036744#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...