Download Programmer`s Guide Netscape Enterprise Server
Transcript
rules.properties Table 3-3 contexts.properties to web-apps.xml correspondences contexts.properties Property web-apps.xml Element or Attribute Comments uri uri attribute of web-app element authdb authdb attribute of auth-native element classpath classpath attribute of class-loader element singleClassLoader (none) Obsolete because by default each web application has a single class loader. serverName (none) Specified in the server.xml file for each virtual server. contentTypeIgnoreFromSSI (none) Obsolete due to web application support. parameterEncoding parameter-encoding element isModifiedCheckAggressive (none) Obsolete due to web application support. rules.properties The function of the rules.properties file is now handled by the servlet-mapping element in the web.xml file. For more information, see the Servlet 2.2 API specification at: http://java.sun.com/products/servlet/index.html servlets.properties The servlets.properties file is still supported for the default virtual server. For all other virtual servers, most of the same functions are in the web-apps.xml file. A few servlets.properties functions are in the server.xml file. For more information about the server.xml file, see the Netscape Enterprise Server NSAPI Programmer’s Guide. Appendix A Configuration File Changes 133