Netscape ENTERPRISE SERVER 6.0 - PROGRAMMER GUIDE TO SERVLETS Programmer's Manual page 17

Guide to servlets
Table of Contents

Advertisement

webapps_file
The following
server.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- declare any variables to be used in the obj.conf file in the
ATTLIST below -->
<!DOCTYPE SERVER SYSTEM "server.dtd" [
<!ATTLIST VARS
docroot CDATA #IMPLIED
adminusers CDATA #IMPLIED
webapps_file CDATA #IMPLIED
webapps_enable CDATA #IMPLIED
accesslog CDATA #IMPLIED
user CDATA #IMPLIED
group CDATA #IMPLIED
chroot CDATA #IMPLIED
dir CDATA #IMPLIED
nice CDATA #IMPLIED
>
]>
<SERVER legacyls="ls1">
<VARS accesslog="/nes60/https-server.netscape.com/logs/access"/>
<LS id="ls1" ip="0.0.0.0" port="80" security="off"
acceptorthreads="1">
<CONNECTIONGROUP id="group1" matchingip="default"
servername="example.com" defaultvs="example.com"/>
</LS>
<MIME id="mime1" file="mime.types"/>
<ACLFILE id="acl1"
file="/nes60/httpacl/generated.https-server.netscape.com.acl"/>
<VSCLASS id="defaultclass" objectfile="obj.conf"
rootobject="default">
<VARS docroot="/nes60/docs"/>
<VS id="example.com" connections="group1" mime="mime1"
aclids="acl1">
<VARS webapps_file="web-apps.xml" webapps_enable="on"/>
<USERDB id="default" database="default"/>
</VS>
</VSCLASS>
</SERVER>
For more information about the
Configuration Files" in the Netscape Enterprise Server NSAPI Programmer's Guide.
The path to the web-apps.xml file for a virtual server.
file uses these variables:
file, see Chapter 8, "Virtual Server
server.xml
The web-apps.xml File and Virtual Servers
Chapter 2
Web Applications
17

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents