A Portal Server instance is a web application deployed to a web container. An instance uses a particular Portal Server context URI to serve requests on a specific network port. Each Portal Server instance is associated with a single Portal.
A server instance listens on a particular port, bound to either one IP address or any IP address of the host. For the Portal Server, a server instance corresponds to a deployment container process listening on a port and running a single Java™ Virtual Machine (JVM™ software).
This section explains how to complete the following tasks:
You can view a list of Portal Server instances that are already set up.
Login to the Portal Server Management Console.
Select the Portals tab.
Click the name of Portal Server from the table.
Select the Server Instances tab.
The table displays all the instances of the Portal Server you selected.
psadmin list-portals in Sun Java System Portal Server 7.2 Command-Line Reference
Start the Administration Server of the web container.
Create a new web container instance.
Start the web container instance that you have just created.
Login to the Portal Server Management Console.
Select the Portals tab.
Select the name of a Portal Server.
Select the Server Instances tab.
Click on the New Instance button to launch the wizard.
Provide the name of the portal identifier.
(Optional) Change the default web container instance properties.
For information, see Creating a Portal Instance on the Same Node section in the Sun Java System Portal Server 7.2 Installation and Configuration Guide.
Verify the information you supplied, and click Finish to create the new portal instance.
A progress bar displays the status of this procedure. When the procedure is complete, a results page is provided.
Click Finish to create your new portal instance.
psadmin create-instance in Sun Java System Portal Server 7.2 Command-Line Reference
You can delete an instance of a Portal Server.
Login to the Portal Server Management Console.
Select the Portals tab.
Select the name of a Portal Server.
Select the Server Instances tab.
From the table, select the instance you want to remove.
Click Delete Instance button.
psadmin delete-instance in Sun Java System Portal Server 7.2 Command-Line Reference