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

find-index-j2ee

The find-index-j2ee function implements welcome-file-list processing for requests that map to directories in a Java web application. When configuring the server to host Servlet or JSP-technology-based web applications, position the find-index-j2ee SAF above the find-index SAF in obj.conf. This position ensures that web.xml welcome-file-list ordering takes precedence over the default index file order configured for the find-index SAF.

Parameters

The following table describes parameter for the find-index-j2ee function.

Table 7–21 find-index-j2ee Parameter

Parameter 

Description 

bucket

(Optional) Common to all obj.conf functions. Adds a bucket to monitor performance. For more information, see The bucket Parameter.

Example

PathCheck fn="find-index-j2ee"

See Also