Claude HONNORE wrote:

>  Bonjour I try actually Tomcat, and I have two questions : 1) I have
> not found the file ( properties or *.xml ) where the name of the home
> page is markedFor example, if I want that the home page is toto.html
> or default.jsp, where I have to  wrtite that ??
>  2) How can I work with the tag <servlet> which does not work
> ?? Thanks [EMAIL PROTECTED]

(1) For all servlet containers compatible with the version 2.2 API (not
just Tomcat), you set the list of filenames to use as the "home" page of
a directory with a <welcome-file-list> element in the "web.xml" file for
that application.  See the Servlet 2.2 API Specification for more
information.

(2) Use <jsp:include> in a JSP page, or RequestDispatcher.include() with
a servlet, instead.

Craig McClanahan

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to