Preload library for Netscape Enterprise Server

After configuring the Netscape Web server plug-in:

  1. Shut down the Web server.

  2. Enter the following line in the start script file that is used to start the Web server after the #!/bin/sh line. For example:

    #!/bin/sh
    
    LD_PRELOAD=libjctssecct.so; export LD_PRELOAD
    
  3. Restart the Web server.