Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
My Servlet in Websphere 3.02, makes an upload from a file with 1.5M, and the processing time has 2 minutes.
When the server get a file, it is parsed and when the processing time is more than 2 minutes, the browser show the following message: "The page cannot be displayed"
but my servlet continue working im my server and it has to redirect to jsp, but in this moment the connection has just been killed.
Anybody knows Why? How can I keep the connection between the server and the browser?
Thanks for the Help.