Sun Java System Web Server 7.0 Administrator's Configuration File Reference

Parameters

The following table describes the load-modules parameters.

Table 5–6 load-modules Parameters

Parameter 

Description 

shlib

Specifies either the full path to the shared library or DLL, the name of a file that can be found in the operating system's library path, the name of a file that can be found in the server's plugins directory, or a file name relative to the server's config directory.

funcs

A comma-separated list of the names of the functions in the shared library or DLL to be made available for use by other Init directives or by Service directives in obj.conf. The list should not contain any spaces. The dash (-) character may be used in place of the underscore (_) character in function names.

NativeThread

(Optional) Specifies the threading model to use: 

  • no causes the routines in the library to use user-level threading.

  • yes enables kernel-level threading.

The default is yes.

pool

The name of a custom thread pool as specified in thread-pool-init. For more information, see thread-pool-init.