11 Pdfsam Install and Config Primavera Contract Management for Oracle

download 11 Pdfsam Install and Config Primavera Contract Management for Oracle

of 1

Transcript of 11 Pdfsam Install and Config Primavera Contract Management for Oracle

  • 7/25/2019 11 Pdfsam Install and Config Primavera Contract Management for Oracle

    1/1

    Prerequisites

    11

    If necessary, you can remove a WebLogic Server instance from a machine, and theWebLogic Server instance will be removed from the Machinelist and restored to theServerlist.

    e. Click Next.

    15) In the Configuration Summarywindow, click Create.If given the option, you can click Donenow. Otherwise, continue to the next step.

    16) If you are using Windows, in the Creating Domain window:

    a. Select Start Admin Server.

    b. Click Done.

    17) When prompted, enter the administrator user name and password that you entered above.

    Configure the WebLogic 11gR1 Domain

    Do the following to configure the WebLogic 11gR1 domain:

    1) Make a backup copy of the startWebLogic file in case you need to undo any changes.

    In Windows, the file is named startWebLogic.cmd and is located in:weblogic_home\user_projects\domains\your_domain\bin\

    In Unix, the file is named startWebLogic.sh and is located in:weblogic_home/user_projects/domains/your_domain/bin/

    2) Right-click the start WebLogic file and select Edit.

    3) Locate the line that looks like the following:

    In Windows: set SAVE_CLASSPATH=%CLASSPATH%

    In Unix: SAVE_CLASSPATH="${CLASSPATH}"

    4) Replace the above line with one of the following:

    In Windows: set

    SAVE_CLASSPATH=%DOMAIN_HOME%\lib\ojdbc6.jar;%DOMAIN_HOME%\lib\sqljdbc.jar;%CLASSPATH%;.

    In Unix:SAVE_CLASSPATH="${DOMAIN_HOME}/lib/ojdbc6.jar:${DOMAIN_HOME}/lib/sqljdbc.jar:${CLASSPATH}:."

    5) Save the changes to the startWebLogic file and close it.

    6) Make a backup copy of the setDomainEnv file.

    In Windows, the file is named setDomainEnv.cmd and is located in:weblogic_home\user_projects\domains\your_domain\bin\

    In Unix, the file is named setDomainEnv.sh and is located in:weblogic_home/user_projects/domains/your_domain/bin/

    7) Right-click the setDomainEnvfile and select Edit.

    8) Locate the line that begins with one of the following:

    In Windows: call "%WL_HOME%\common\bin\commEnv.cmd"

    In Unix: $WL_HOME/common/bin/commEnv.sh

    9) Add new memory settings to maximize performance: