Java Servlet Programming (Java Series)
Java Servlet Programming, 2nd Edition > C. Deployment Descriptor DTD Reference > <location> |
Synopsis
<!ELEMENT location (#PCDATA)> Description
The <location> element contains the location of a resource in the web application. <error-page> <exception-type>javax.servlet.ServletException</exception-type> <location>/servlet/ErrorDisplay</location> </error-page>
|