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

init-uhome

(UNIX only) The init-uhome function loads information about the system’s user home directories into internal hash tables. This function slightly increases memory usage, but improves performance for servers that have a lot of traffic to home directories.

This function is applicable in Init-class directives.

Parameters

The following table describes the init-uhome parameter.

Table 5–5 init-uhome Parameter

Parameter 

Description 

pwfile

(Optional) Specifies the full file system path to a file other than /etc/passwd. If you do not specify this parameter, the default UNIX path (/etc/passwd) is used.

Example

Init fn="init-uhome"
Init fn="init-uhome" pwfile="/etc/passwd-http"