server.xml
Chapter 2 Configuration Files 93
See Also
• Netscape Enterprise Server Programmer’s Guide to Servlets
•The
web.xml file
• Appendix A, “Configuration File Changes”
• The Servlet 2.2 API specification at:
http://java.sun.com/products/servlet/index.html
server.xml
Purpose
Defines listen sockets and virtual servers.
Location
server_root/https-admserv/config
server_root/https-admserv/conf_bk
server_root/https-server_id/config
server_root/https-server_id/conf_bk
Syntax
The file has the following basic XML syntax, with nested elements:
<ELEMENT attribute="value" attribute="value"...>
<SUBELEMENT attribute="value" attribute="value".../>
</ELEMENT>
In Table 2-22, elements are in bold to distinguish them from attributes, and default
values are assumed if the specified attributes are not present.
Komentarze do niniejszej Instrukcji