hello all,

my problem is i am having a browser in mc 1, servelet1 in  m/c2 and
having servlet
in m/c 3.
the request is comming from browser(m/c1) to servlet1(m/c2) and then
going to servlet3(m/c3).what usually happens is response goes from
servlet2 to servlet1 and then to browser .
but i want to send the  response back directly from servlet2 to browser
?
(in which case browser can talk to servlet2 further)
- at that time what happenes to servlet1 (will the instance be present
or will it be destroyed)?
-i also want how servlet1 knows when  browser and servlet2 stoped
communicating?

please share ur ideas

thanks in advance
sagar

___________________________________________________________________________
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