Welcome to Bruno Bonfils's (aka asyd homepage).
JES5 Application ServerManage the application server by command lineApplication 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 |