Posted By:
Combaluzier_David
Posted On:
Friday, December 14, 2001 02:57 AM
I an using WebSphere, Apache and Oracle.
I have a servlet that call a JSP in order to show some profile information. Sometimes, when two concurent access are made to this servlet with two different contexts, the first call get the response of the second call and the second call fails with Cannot forward. Writer or Stream already obtained
How comes that the first call to the servlet get the information that are supposed to be forwarded to the second call ?