Hello people

I am developing a servelt application where i need to pass the req and res
objects (HttpServletRequest and HttpServletResponse) to another Thread class
from doPost() method (like new TransactionThread(req, res).start()).  I can
compile and run this servlet without any error, but I am not getting any
output or error on the browser side(I am getting a blank screen).

I am starting the thread at the end of the doPost method and I think req and
res does not live after doPost method (Is that correct?). If they die, then
I should get error message when I write into res (like out.println("<BODY>
Blah.. Blah... Blah....");), but I am not getting any error messages(in
serverside as well). I don't understand why??

Any help in this regard will be much appreciated.

Thanks in advance

Regards

Tango.

Technical Developer
Pure Commerce
www.pure-commerce.com

___________________________________________________________________________
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