Sun Java System Access Manager Policy Agent 2.2 Guide for BEA WebLogic Server/Portal 10

Configuring WebLogic Portal 10 Instance With Agent Classpath and Agent Java Options

The basic steps involved in this task are the same for WebLogic Portal 10 and for WebLogic Server 10. The instructional information that follows consists of the most important information required to configure agent classpath and agent Java options specifically for WebLogic Portal 10. For complete instructions, see Configuring WebLogic Server/Portal 10 Instance With the Agent Classpath and Agent Java Options.

ProcedureTo Configure WebLogic Portal 10 Instance With Agent Classpath and Agent Java Options

  1. Access and edit the appropriate start up script in the manner illustrated by the following examples:

    where DeployContainer-base represents the directory in which WebLogic Server/Portal 10 was installed.

    • UNIX Platforms

      The file to access:

      DeployContainer-base/wlserver_10.0/samples/domains/portal/bin/startWeblogic.sh

      The information to be added:

      DeployContainer-base/samples/domains/portal/setAgentEnv_${SERVER_NAME}.sh

      The line after which to add the information:

      . ${DOMAIN_HOME}/bin/setDomainEnv.sh $*

    • Windows Platforms

      The file to access:

      DeployContainer-base\wlserver_10.0\samples\domains\portal\bin\startWeblogic.cmd

      The information to be added:

      call DeployContainer-base\wlserver_10.0\samples\domains\portal\setAgentEnv_%SERVER_NAME%.cmd

      The line after which to add the information:

      call "%DOMAIN_HOME%\bin\setDomainEnv.cmd" %*