Hello all,

We are running Tomcat as the backend servlet engine in conjunction with
Apache as the webserver. The configuration is so that they are inline
processes. The connector between Apache and Tomcat is the "Coyote/JK2 AJP
1.3 Connector"

When we access the servlets through Apache on port 80, everything works
fine. But when we access the servlets directly on Tomcat using port 8080, we
get blank pages sporadically. It does not occur all the time, but one in 10
requests. 

Could anyone throw light on what may be causing these blank pages to be
built from Tomcat?

The blank page that is generated from Tomcat has the following HTML tags:
        <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
        <HTML><HEAD>
        <META http-equiv=Content-Type content="text/html;
charset=iso-8859-1"></HEAD>
        <BODY></BODY></HTML>

Best Regards
-- Kartheek Hirode
   HP.com Hub Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to