Best Practice - Spring under JBoss
Looking for best practice for deploying Spring jar files under JBoss.
We are running several web applications in a Tomcat instance running under JBoss. All of these WARs are part of a larger application JBoss is serving for us.
Should we deploy the Spring jar files (and supporting jar files - not including our app specific jars:
a) in the war files
b) in the common lib area of Tomcat
c) in the common lib area of Jboss
Currently we have no plans to use EJB's, but we are using JBoss clustering, JBoss JMS, other features of the J2EE container.
Looking for any pros and cons those with more experience can share...