> So, if you map :
>
> <url-pattern>/</url-pattern>
>
> you always get the HOME servlet and when you request
> :
>
> http://localhost:8080/search.html
>
>
> you are just making "search.html" available to the
> HOME servlet.
>
> You can check this in the HOME servlet with :
>
> String extraPath = request.getPathInfo();
>
> Pierre-Yves
Yes Pierre but I noticed that I cannot get the
search.htm displayed at all. And the
request.getPathInfo returns null. I have this
mapping:<url-pattern>/</url-pattern> and it always
displays the Home servlet. My question is if I want
other html/jsp files, which all belong to the Home
servlet application, to be served when I type
http://localhost:8080/myfile.html. How? Do I need to
create Home directory in webapps and place all the
html/jsp files there? U got what I mean?
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.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