hi paul -
i recently added a patch to the tomcat
(http://jakarta.apache.org) code which should
allow for one to map, per the servlet 2.2
(http://java.sun.com/products/servlet/2.2)
web application conventions, "/*" to a servlet.
in effect, a singular servlet will be the
target for *all* web requests for a specific
web application context.
hope this helps,
- james
Paul Philion wrote:
>
> Greetings...
>
> [Note: I have read the FAQs, Jason's book and searched the archives. I have tinkered
>for several hours. I still can't figure this out, so...]
>
> I am trying to map a servlet to a top level request. From the mapping.properties
>file:
>
> /=route
> /route=route
>
> and from servlet.properties:
>
> route.code=RoutingServlet
> route.initparams=mapping=bmfip.txt
>
> Everything works great if I simply use http://<server>/route, but I want to map the
>top level request into the same servlet. It don't work! Instead, I get the standard
>index.html page provided by JSWDK.
>
> For some reason, I am sure this is possible. I just can't figure out how to get it.
>
> Thanks (in advance),
>
> - Paul Philion
>
> ___________________________________________________________________________
> 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
___________________________________________________________________________
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