Previous Topic: Configure Oracle iPlanet Web Agents Using GUI or Console Mode

Next Topic: Manually Configure an Oracle iPlanet Web Server

Modify Startup Script for Sun Java System (SunOne 6.1.11) Web Servers on UNIX

If you are running a SiteMinder Web Agent on a Sun Java System (SunOne 6.1.11) web server on any UNIX operating environment, modify the startup script for the web server.

To modify the startup script for the web server

  1. Navigate to the root directory of the web server.
  2. Open the start file with a text editor.
  3. Add the following line to the start file:
    LD_LIBRARY_PATH_64=/usr/lib/lwp :${SERVER_LIBPATH}:${LD_LIBRARY_PATH}:${MPS_LIB_DIRS}; export LD_LIBRARY_PATH_64
    
  4. Save the start file and close the text editor.