| |
| |
asadmin> export
AS_ADMIN_HOST=bluestar
AS_ADMIN_PORT=8000
AS_ADMIN_USER=admin
AS_ADMIN_PASSWORD=********
AS_ADMIN_PREFIX=server1.jms-service
|
Where: the export command lists the environment variables
that are set. In this case, the environment variables have been set to: the
host is bluestar, the port is 8000,
the administrator user is admin with an associated password,
and the prefix is server1.jms-service.
|