Configuring setDomainEnv.cmd

To configure setDomainEnv.cmd:

  1. In My Computer, browse to \<DOMAIN_HOME>\bin.
  2. Make a copy of setDomainEnv.cmd in case you need to revert your changes.
  3. Open the setDomainEnv.cmd file in a text editor.
  4. Enter classpath information.
    1. Locate the text:

    set LONG_DOMAIN_HOME=<DOMAIN_HOME>

    1. After this text, enter the following on a new line:

    Set EXT_PRE_CLASSPATH=<ORACLE_HOME>\jdbc\lib\ojdbc6.jar

    1. Click Save.
  5. Configure the -Xms and -Xmx parameters.
    1. Locate the text:

    if NOT "%JAVA_VENDOR%"=="HP" (

    if "%VM_TYPE%"=="HotSpot" (

    set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512m

    )

    )

    1. Change the text to:

    if NOT "%JAVA_VENDOR%"=="HP" (

    if "%VM_TYPE%"=="HotSpot" (

    set WLS_MEM_ARGS_32BIT=-Xms1200m -Xmx1200m

    )

    )

    1. Click Save to close the file.

See Also

P6 Compression Server Installation and Configuration

Creating a WebLogic Domain for P6 Compression Server

Installing P6 Compression Server

Configuring the P6 Compression Server Administrator Application

Reviewing and Modifying P6 Compression Server Configurations

Configuring startWebLogic.cmd

Deploying P6 Compression Server in WebLogic

Changing P6 Compression Server Database Connection Settings

Network Settings for P6 Compression Server

Troubleshooting

Uninstalling the Current Version of P6 Compression Server

Updating the P6 Compression Server Configuration Version

P6 Compression Server Telemetrics



Legal Notices
Copyright © 2005, 2017, Oracle and/or its affiliates. All rights reserved.

Last Published Tuesday, February 21, 2017