Hi, I was tracing the http headers that are being sent to the client as part of a jsp response. The results are as per below : =============================== # telnet localhost 80 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET /index.jsp HTTP/1.0 HTTP/1.1 200 OK Server: Netscape-Enterprise/4.1 Date: Thu, 17 Aug 2000 02:07:28 GMT Content-length: 387 Connection: Keep-alive Cache-Control: no-store Pragma: no-cache Content-type: text/vnd.wap.wml Connection: close =============================== Notice that there are two headers with the name "Connection". The site is running using IPlanet web server and Jrun 2.3.3 on a Solaris box. We have configure the web server to not support keep-alive connections .i.e. KeepAliveTimeout 0 in magnus.conf. However as shown above, the response still contains the "Connection: Keep-alive" header. Anyone knows if Jrun is sending the "Connection: Keep-alive" header? What can I do to effectively remove this header? Thanks for any help. Regards =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
