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.sh 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.sh command line tool. -jsr154filter will be supported in a later version of EAServer.

wlogin and wlogout

(CR #443144) The command line tools wlogin.sh and wlogout.sh support the following syntax only:

wlogin.sh <host:port>
wlgout.sh <host:port>

Chapter 12 incorrectly states that you can pass the server name if it is defined in the local repository.