How do I set the archive path in VigilEnt Security Agent for BEA WebLogic? (NETIQKB26169)

  • 7726169
  • 02-Feb-2007
  • 08-Sep-2008

Resolution

goal
How do I set the archive path in VigilEnt Security Agent for BEA WebLogic?

fact
VigilEnt Security Agent for BEA WebLogic 1.0

fact
VigilEnt Security Agent for BEA WebLogic 1.1

fact
VigilEnt Security Agent for BEA WebLogic 1.1.1

fix

The default path for the archive is install_dir\guiserver\archive. However, you can set the archive path to store the archive in a different location.

To set the archive path on Microsoft Windows, follow these steps:

  1. Using Microsoft Windows Explorer, open the install_dir\bin directory.

  2. Locate and double-click the startserver.bat file.

  3. Find the following line:

    set OPTS=-mx64m

  4. Add the following argument to the end of the line, where path is the location in which archived versions of the web site are to be kept.

    -DARCHIVE_PATH=path

    For example, set OPTS=-mx64m -DARCHIVE_PATH=path.

  5. Save and close the file.


To set the archive path on a Unix system, follow these steps:

  1. At a shell prompt, change to the install_dir/bin directory.

  2. Locate and open the startserver shell script.

  3. Find the following line:

    OPTS=-mx64m

  4. Add the following argument to the end of the line:

    -DARCHIVE_PATH=path

    Where path is the location in which archived versions of the web site are to be kept.

    For example, OPTS=-mx64m -DARCHIVE_PATH=path.

  5. Save and close the file.


Additional Information

Formerly known as NETIQKB26169