Home Contact Download

asyd.net

Welcome to Bruno Bonfils's (aka asyd homepage).

JES5 Application Server

Manage the application server by command line

Application Server 6 provide a CLI tool to manage all instances. For example, to start the application server :

# cd /opt/SUNWappserver/sbin
# ./asadmin
asadmin> list-domains
domain1 running

To start a domain (e.g. an application server instance)

# ./asadmin
asadmin> start-domain -u admin domain1