Java Servlet Programming (Java Series)

Java Servlet Programming, 2nd Edition > C. Deployment Descriptor DTD Reference > <jsp-file>

 
< BACKCONTINUE >
<jsp-file>

Synopsis

<!ELEMENT jsp-file (#PCDATA)>

Description

The <jsp-file> element contains the path to a JSP file within the web application.

<servlet> <servlet-name>catalog-order</servlet-name> <servlet-class>Catalog</servlet-class> <jsp-file>/orderform.jsp</jsp-file> </servlet>

Last updated on 3/20/2003

Java Servlet Programming, 2nd Edition, © 2001 O'Reilly

< BACKCONTINUE >

Категории