Web-Apps.xml Element Reference; Auth-Native - Netscape ENTERPRISE SERVER 6.1 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual

Guide to servlets
Table of Contents

Advertisement

<param-name>session-data-dir</param-name>
<param-value>/net/example.com/sessions</param-value>
</init-param>
</session-manager>
<session-tracking use-cookies="true" />
<!-- Define the web applications for this virtual server-->
<!-- catalog application -->
<web-app uri="/catalog" dir="/webapps/catalog">
<!-- Specify a tempory directory. A path returned in the
"javax.servlet.context.tempdir" property; -- defaults to
WEB-INF/tmp. -->
<tempdir dir='/var/catalog/tmp'/>
<!-- reload classes at every 5 minutes; also include mycatlog.jar
file in the classpath -->
<class-loader reload-interval='300'
classpath='/home/work/mycatalog.jar' />
</web-app>
</vs>

web-apps.xml Element Reference

This section shows the elements allowed in a
are defined in the master

auth-native

Configures a specific native user/group database for authentication and role
mapping. If this element is not specified, authentication is enabled using the native
default authentication database.
Subelements: none
Attributes:
authdb
web-apps.xml
file.
dtd
The native authentication database. This database must also
be defined in the server.xml file in the database attribute
of a USERDB element, and in the dbswitch.conf file.
The web-apps.xml File and Virtual Servers
file. These elements
Chapter 2
Web Applications
21

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.1

Table of Contents