Sun Java System Portal Server 7.2 Deployment Planning Guide

ProcedureTo Use Debugging

To turn debugging on or off, you set the level of debugging or set it to off.

  1. Log in as root to the Gateway machine and edit the following file:

    /etc/opt/SUNWportal/platform.conf.default

  2. Enable the debug option.

    For example:

    • debug.com.sun.portal.rewriter.original.level

    • debug.com.sun.portal.level

    • debug.com.sun.portal.rewriter.rulesetinfo.level

    • debug.com.sun.portal.rewriter.uriinfo.level


    com.iplanet.services.debug.level=FINEST

    The debug levels are:

    • OFF – Logs no debug messages.

    • Severe – Logs only serious errors in the debug file. Rewriter usually stops functioning when such errors occur.

    • WARNING – Logs errors that indicate a potential problem.

    • FINEST - Logs errors that indicate a highly detailed tracing message.