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

Reply via email to