Deploying applications

[CR #481055] When you use jagtool to deploy a self-contained application, you can configure the application to use all the classes from the internal class loader by setting the disableResolveFirstBySystem property to true. For example:

jagtool.sh deploy -type war -disableResolveFirstBySystem true foo.war