Hello Tomcat users,
 
I'm using Tomcat 3.2.4 with jdk 1.2.2.009 on a Windows 2000 server with
IIS (Tomcat integrated in IIS). 
When I open the main page of an application, the page shows the header: 
 

(HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Mon, 30 Dec 2002
10:10:30 GMT Connection: close Content-Type: text/html;
charset=iso-8859-1 Servlet-Engine: Tomcat Web Server/3.2.4 (JSP 1.1;
Servlet 2.2; Java 1.2.2; Windows NT 5.0 x86; java.vendor=Sun
Microsystems Inc.)
The first few lines of source of the page look like this: 
//17 lines of white
 

HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Fri, 17 Jan 2003 11:11:52 GMT
Connection: close
Content-Type: text/html; charset=iso-8859-1
Servlet-Engine: Tomcat Web Server/3.2.4 (JSP 1.1; Servlet 2.2; Java
1.2.2; Windows NT 5.0 x86; java.vendor=Sun Microsystems Inc.)
//18 lines of white 
 
 <html>
 <head>
  <meta http-equiv="pragma" content="no-cache">
  <meta http-equiv="expires" content="-1">
  <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1" />
 
  <title>Infotelligence</title>
  <link rel="stylesheet" type="text/css" href="../../portalinabox.css">
 
  <script language="JavaScript">
   <!--
   window.name = "mainWindow";
   function getDate()
What can I do to stop Tomcat showing the header?
 
Robert ten Veen

Reply via email to