April 2001
Intermediate to advanced
780 pages
23h 48m
English
<url-pattern>
<!ELEMENT url-pattern (#PCDATA)>
The <url-pattern>
element
contains the URL pattern of a mapping for a servlet. This pattern
must follow the rules specified in Section 10 of the Servlet API
specification and explained in Chapter 2.
<servlet-mapping>
<servlet-name>hi</servlet-name>
<url-pattern>/hello.html</url-pattern>
</servlet-mapping>