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

Configuring BEA WebLogic Portal 9.2 Instance With Agent Classpath and Agent Java Options

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

ProcedureTo Configure BEA WebLogic Portal 9.2 Instance With Agent Classpath and Agent Java Options

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

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

    • UNIX Platforms

      The file to access:

      DeployContainer-base/weblogic92/samples/domains/portal/bin/startWeblogic.sh

      The information to be added:

      . DeployContainer-base/samples/domains/portal/bin/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\weblogic92\samples\domains\portal\bin\startWeblogic.cmd

      The information to be added:

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

      The line after which to add the information:

      call. ${DOMAIN_HOME}\bin\setDomainEnv.sh $*