Sun Java System Portal Server 6 2005Q4 Release Notes

Installation


Gateway redirection not happening in any multi-session installation. (4971011)

Description:

Regardless of the installation mode, gateway redirection does not occur during a multi-session installation.

Solution:

Perform the following workaround:

  1. Launch a Portal Server browser and access the amconsole.

  2. Under “Service Configuration” tab, select “gateway.”

  3. In the lower right corner of the window, click the “default” and the “security” tab.

  4. Then, add a URL like http://IS-Host:port/amserver/UI/Login into “Non-authenticated URLs:” field.

    An example URL is http://boa.prc.sun.com:80/amserver/UI/Login.

  5. Finally, restart the Portal gateway by doing the following as superuser:

    /etc/init.d/gateway -n default start debug


The multiserverinstance script does not run on BEA WebLogic with Portal Server 6.3.1. (6228757)

Description:

If, during initial installation, the WebLogic admin port was specified as 7001 a different port number for the admin server can not be specified during the creation of a second instance.

Although the multi-instance script asks for the WebLogic admin port, and allows the user to provide a different value, changing the admin port or other admin server details is not supported.

By default it is assumed that all instances to be configured will be part of the same admin server.

Solution:

To point to a new admin server, perform the following steps:

  1. In the /etc/opt/SUNWps/PSConfig.properties file change the following properties to point to the new admin server:

    DEPLOY_ADMIN_PROTOCOL=

    DEPLOY_ADMIN_HOST=

    DEPLOY_ADMIN_PORT=

    DEPLOY_ADMIN=

  2. Use the multiserverinstance script to create the new instance.