Hi All,

    I have got an administrator servlet that receives all the
requests and I wanted to reroute the request to some other
servlets depending on the content of the request. This should be
achieved without configuring the server, ie it must be handled
by the servlet code itself. How can it be done? How can I
implement servlet chaining thru code? How can I restrict the
response from the first servlet so that the response to the
client will be send from the second servlet only?

Thanking you in anticipation,

Manoj

___________________________________________________________________________
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