Details
Description
Right now extra jars are added to the container's classpath used to start the container. This is not correct in some cases as it can lead to classloading issues. Each container has some specific diredctories where to put extra jars. These should be used instead.
For example, for JBoss the extra jars should be put in the server configuration dir, in the lib/ dir.
In CARGO 1.2.1, all containers have the extra JARs put in the correct locations for all local containers.