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

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 $*