Deploy the amserver.war file using either
the Application Server 9.1 Administration Console or the asadmin
deploy command.
For example, the following asadmin
deploy command deploys the amserver.war file
on a Solaris system:
# cd opt/SUNWappserver/appserver/bin
# ./asadmin deploy --user admin --port 4848
--passwordfile /tmp/pwdfile /opt/AccessManagerWAR/amserver.war
where:
/opt/AccessManagerWAR is the
directory where the amserver.war file exists.
/tmp/pwdfile is a password file that contains the administrator
password in ASCII text format:
AS_ADMIN_PASSWORD=password
For more information, see the deploy command in
the Sun Java System Application
Server 9.1 Reference Manual. For example, to deploy the
WAR file to a different server instance or to a cluster, also include the --target option in the command.
For information about
the Application Server 9.1 Administration Console, see Chapter 3, Deploying
an Application, in the Sun
Java System Application Server 9.1 Quick Start Guide.