"Chen, Gin" wrote: > > I want to have my webapplication come in to a servlet instead of a > JSP. >
The welcome file list can point to anything, it doesn't have to point an html or jsp file. SRV.9.10 Welcome Files ... The welcome file list is an ordered list of partial URLs with no trailing or leading /. The web server must append each welcome file in the order specified in the deployment descriptor to the partial request and check whether a resource in the WAR is mapped to that request URI. The web container must send the request to the first resource in the WAR that matches. Have you had some specific problem pointing it at a servlet? -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com ___________________________________________________________________________ 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
