Sun Java System Web Server 7.0 Update 1 Administrator's Guide

Setting Up Java Class Path

This section lets you add JVM class path for the selected configuration.

ProcedureTo Set Up Java Class Path

  1. Select the Configuration.

    Select the configuration from the configuration list. Click Configuration tab to get the list of available configurations.

  2. Click on Java > Path Settings tab.

    Edit the following parameters:

    • Ignore Environment Class Path — Enabled by default.

    • Class Path Prefix — Prefix for the system class path. You should only prefix the system class path if you wish to override system classes, such as the XML parser classes. Use this with caution.

    • Server Class Path — Class path containing server classes. Read-Only list.

    • Class Path Suffix — Append to server class path.

    • Native Library Path Prefix — Prefix for the operating system native library path.

    • Bytecode Preprocessor Class — Fully qualified name of a class that implements com.sun.appserv.BytecodePreprocessor. A typical way to perform runtime class instrumentation is through the preprocessing mechanism, whereby profiling and monitoring tools use a class preprocessor to insert instrumentation code at the required places in the Java classes just before they are loaded by the JVM. Toward that end, the class preprocessor works in conjunction with the class loader.