Sun Java System Web Server 6.1 SP12 NSAPI Programmer's Guide

init-uhome

Applicable in Init-class directives.

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

Parameters

The following table describes parameters for the init-uhome function.

Table 2–10 init-uhome parameters

Parameter  

Description  

pwfile

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

Examples


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