If you install Portal Server on Application Server 9.1 using the installer, Portal Server is installed on a default instance of the Application Server 9.1 on port 8080. This procedure describes to create a non-default Application Server 9.1 instance and install Portal Server on it.
Run the Java ES installer to install Directory Server and Application Server 9.1.
Start Directory Server and Application Server 9.1.
Create a node agent, nodeagent.
/opt//SUNWappserver/appserver/bin/asadmin -node-agent --user admin --password password --savemasterpassword=true nodeagent
Start the node agent.
/opt//SUNWappserver/appserver/bin/asadmin start-node-agent --user admin --password password nodeagent
Create the server instance server-instance on port 38080.
/opt//SUNWappserver/appserver/bin/asadmin create-instance --user admin --password password --node agent=nodeagent server-instance --systmeproperties HTTP_LISTENER_PORT=38080
Start the server instance.
/opt//SUNWappserver/appserver/bin/asadmin start-instance --user admin --password password server-instance
Invoke Portal Server 7.2 GUI installer and install Portal Server in Configure Now mode.
Ensure that the information corresponding to the Application Server 9.1 instance created is specified for web container related information in the installation panels.
After the Portal Server installation is successful, restart Directory Server and Application Server 9.1.