Chapter 12, “Command Line Tools”

deploy

(CR #481055) When you 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:

deploy.sh -disableResolveFirstBySystem foo.war

(CR #475510) The documentation that states the deploy command line tool includes an -eas5naming option is incorrect. This option is not supported.

(CR #475511) EAServer 6.0.2 does not support the -jsr154filter option for the deploy command line tool. -jsr154filter is scheduled to be supported in a later version of EAServer.