We are facing a strange problem with request dispatching forward() method..

doPost(request, response) {
        //some code
        request dispatching..
        //this piece of code executed..
}

when we are request dispatching using the forward method, after the request
has been handled & the response send back to the user the control comes back
to the servlet & executes the code after the request dispatching line.. we
have no references to the printwriter, servlet streams.. in the method
invoking the request dispatch command..

is this supposed to happen ??  is the thread killed right after the client
request is handled.. or is it supposed to come back to some kind of a thread
pool maintained by the server..

we are using visualage 3.0 enterprise , websphere test environment..

Thanks in advance
Rishi

___________________________________________________________________________
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