-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Say I have a domain http://www.mydomain.com and I want to have all the
urls that start with /thisdir call a specific servlet as a handler. 
This servlet can then look at the path requested and take the
appropriate action.

So http://www.mydomain.com/thisdir/status/ would call the servlet as
would http://www.mydomain.com/thisdir/update/ etc.

I want the one servlet to handle requests for all those paths.

Thanks,
Jonathan Tew


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to