Have you guys ever experienced a problem where loading a Webware-servlet
will cause the browser to sit there waiting for data forever?
The Servlet executes and sends all the data properly, but the browser, for
some reason, thinks there's more coming and waits until it times out. I
think the browser is getting all the data too, but there's something about
the connection that's not kosher. Firefox tends to be more robust when this
happens, and usually doesn't ignores it, but IE and Opera will die every
time.
Could this be related to some kind of Appserver->Mod_Webkit->Apache
communication problem? I'm not sure how I'd go about debugging this, and
it's happened to me on a number of occasions. Again, cause or solution
UNKNOWN. :)
I'm running Apache 1.3.27 for Win32 with mod_webkit 0.5.0 and Webware
0.8.1.
|