Hi,

> If I were you I'd test IPlanet (without JRUN) to make sure it doesn't
> send a keep-alive all the time. If it doesn't you know you can blame
> JRUN and ask allaire to do something about it.
I did (requested for a plain html file) and IPlanet does not return
"Connection: keep-alive".
Also, if I did not turn off the persistent connection support in IPlanet,
IPlanet
will return "Connection: keep-alive"  and not "Connection: Keep-alive" which
I am
see now. Here is the result of a simple test :

======================
# telnet localhost 80
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
GET /try.html HTTP/1.0
Connection: keep-alive

HTTP/1.1 200 OK
Server: Netscape-Enterprise/4.1
Date: Thu, 17 Aug 2000 04:08:49 GMT
Content-type: text/html
Content-length: 332
Connection: keep-alive

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
</HEAD>

<BODY BGCOLOR="#FFFFFF">
        mobile no. is not found....
</BODY>
</HTML>
======================

So can I say that it's really JRUN that's returning the "Connection:
Keep-alive"?
Anyone from Allaire can help verify?

Thanks for any help. I really need to get this removed to resolve a mobile
application problem (hopefully :-))

Regards




----- Original Message -----
From: "Nic Ferrier" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 17, 2000 11:39 AM
Subject: Re: How to remove header


> >>> "Hee Meng, Poh" <[EMAIL PROTECTED]> 17-Aug-00 3:22:43 AM >>>
>
> >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?
>
> 1. it could be JRUN.. but it could also be IPlanet dodgy
> implementation
>
> 2. there's nothing you can do... the container (JRUN) should stop you
> from altering a header like this because it's under control of the
> container.
>
> Whoops! bad assumption...
>
>
> If I were you I'd test IPlanet (without JRUN) to make sure it doesn't
> send a keep-alive all the time. If it doesn't you know you can blame
> JRUN and ask allaire to do something about it.
>
>
> On another note this I why I never use container connectors to other
> servers. I always find it much simpler, if I need to seperate serving
> stuff in anyway, to just do it on different TCP ports.
>
>
> Nic Ferrier
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to