![Netscape ENTERPRISE SERVER 6.1 Скачать руководство пользователя страница 296](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653296.webp)
The server.xml File
296
Netscape Enterprise Server NSAPI Programmer’s Guide • April 2002 (Draft)
Variable Evaluation
Variables are evaluated when generating specific objset for individual virtual
servers.
Evaluation is recursive: variable values can contain other variables. For example:
...
<SERVER>
<VARS docrootbase = "/export" />
...
<VSCLASS ...>
<VARS docroot = "$docrootbase/nonjava/$id" />
...
</VSCLASS>
<VSCLASS ...>
<VARS docroot = "$docrootbase/java/$id" />
...
</VSCLASS>
...
</SERVER>
...
Variables lower in the tree override variables from above. For example, it is
possible to set a variable for a class of virtual servers and override it with a
definition of the same variable in an individual virtual server.
Using the Server Manager and Class Manager
You can add virtual server classes and virtual servers to Enterprise Server through
the Server Manager and Class Manager interface, as described in the Netscape
Enterprise Server Administrator’s Guide.
$dir
The value of the
dir
parameter of the
send-cgi
SAF.
$nice
The value of the
nice
parameter of the
send-cgi
SAF.
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...