Web. XML configuration Detailed

Source: Internet
Author: User

Web. XML is a very important configuration file in a network program.


1. XML related standards


XML is more than just a language, and the generalized XML is a set of standards.

The XML base standard is a standard that is customized for further use of XML, and it specifies some common features, methods, or rules when using XML to develop standards. The XML Schema describes a more rigorous approach to defining XML documents so that documents can be processed more automatically.


2. DTD (document type definition)


Name of the web App

<display-name></display-name>

Descriptive information for web apps

<description></description>

Context parameters for Web apps

<context-param></context-param>

Filter configuration

<filter></filter>

<filter-mapping></filter-mapping>

Listener Configuration

<listener></listener>

Servlet configuration

<servlet></servlet>

<servlet-mapping></servlet-mapping>

Session Timeout Configuration

<session-config></session-config>

Specify the Welcome File page Configuration

<welcome-file-list></welcome-file-list>

Error page Configuration

<error-page></error-page>

To the tag library descriptor file

<taglib></taglib>

Web. XML configuration Detailed

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.