Re: [SUMMARY] Tomcat 4.1.12 and IE delays up to 5 mins to response.

2002-11-27 Thread Ted Garrett
Perhaps the term 'misconfigured network' IS a little bit harsh, but you 
overlook a feature of DHCP which can alleviate this issue and is quite 
necessary in a heterogenous network.  DHCP can, after all update DNS with 
the hostname - IP Address mappings needed automatically.  So while your 
network is configured to MINIMALLY work within the constraints of only 
having microsoft products able to find name to address mapping...  Anything 
standards-based is going to need your network admin to take the additional 
step of providing dynamic DHCP - DNS updates.

Not hard to do.

--On Tuesday, November 26, 2002 12:58:01 PM +0700 Antonio Gallardo 
[EMAIL PROTECTED] wrote:



Jacob L E Blain Christen dijo:

enableLookups=false



it's simply an artifact of a misconfigured network
Not really, you can use WINS instaead of DNS inside your network. And that
does not mean that you have missconfigured your internal network.

DNS is a static file where the IP address are written. When you use DHCP
you does not want to include every computer of your network in the DNS
file. The clients simply get an address from the DHCP server and this does
not mean that you want to configure a DNS entry for every computer. Also
this does not mean that your network is bad configured.

The new Apache HTTP Server has turned off this feature to iimprove
performance.

Regards,

Antonio Gallardo.


--
jacob

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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





-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: [SUMMARY] Tomcat 4.1.12 and IE delays up to 5 mins to response.

2002-11-26 Thread Jacob L E Blain Christen
 enableLookups=false

sounds like a classically misconfigured DNS on the box that your
tomcat resides.  it was trying to log host names but those were timing out
causing poor poor response in the server.  this isn't a cocoon, tomcat,
or even an IE issue it's simply an artifact of a misconfigured network

--
jacob

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: [SUMMARY] Tomcat 4.1.12 and IE delays up to 5 mins to response.

2002-11-26 Thread Antonio Gallardo


Jacob L E Blain Christen dijo:
 enableLookups=false

it's simply an artifact of a misconfigured network
Not really, you can use WINS instaead of DNS inside your network. And that
does not mean that you have missconfigured your internal network.

DNS is a static file where the IP address are written. When you use DHCP
you does not want to include every computer of your network in the DNS
file. The clients simply get an address from the DHCP server and this does
not mean that you want to configure a DNS entry for every computer. Also
this does not mean that your network is bad configured.

The new Apache HTTP Server has turned off this feature to iimprove
performance.

Regards,

Antonio Gallardo.

 --
 jacob

 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: [SUMMARY] Tomcat 4.1.12 and IE delays up to 5 mins to response.

2002-11-26 Thread Antonio Gallardo
Jacob L E Blain Christen dijo:
 Jacob L E Blain Christen dijo:
  enableLookups=false
 
 it's simply an artifact of a misconfigured network
 Not really, you can use WINS instaead of DNS inside your network. And
 that

 [snip]

 so
 again i will re-state that this issue concerns neither cocoon, tomcat,
 apache, or IE.  it is strictly a configuration issue with the network,
 it just so happens that for you the best solution was to configure
 tomcat to behave more rationally within your network setup.

 sorry to ruffle your feathers.

 --
 jacob

Yes Jacob, you are partially right. This is a issue of Tomcat. But I feel
that I will post this commment in the Cocoon maillist, because many people
asked about that (my self included) and nobody can send a simply mail
telling how to resolve.

By the way this is a trick recommended by Tomcat and Apache gurus to
improve the performance of the server regardless of your network config.

Also is very curious that this problem is ONLY with Tomcat-MS IE
combination. It does not happpen with Mozilla or Konqueror. Why? I dont
know. The only thing I know is that this bug was solved with this simple
config option. Tomcat people is aware of that and as long as I know it
will be resolved in the next version of Tomcat. I am currently using
Tomcat 4.1.12 in production since this Monday and 4.1.15 for devel. I
never changed my network config and everything works well before Tomcat
version 4.1.12.

Many people here ask many diferent other problems that nothing have to do
with Cocoon. For example XSL things. But I think that if there is a simple
solutions to resolve an issue I prefer to send back a mail with the
solutions instead of refering where is a mail list that cover the asked
topic.

sorry to ruffle your feathers too :-D

Antonio Gallardo





 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




[SUMMARY] Tomcat 4.1.12 and IE delays up to 5 mins to response.

2002-11-25 Thread Antonio Gallardo
Hi to all!

I just want to share new info about the bad response time problem between
Tomcat 4.1.12 and MS IE 6.0.

I found that the performance of Tomcat can be improved setting the options:

enableLookups=false
tcpNoDelay=true

in the Connector className=org.apache.coyote.tomcat4.CoyoteConnector

At the end the config must be:

!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 --
Connector className=org.apache.coyote.tomcat4.CoyoteConnector
   port=8080 minProcessors=5 maxProcessors=75
   enableLookups=false redirectPort=8443
   acceptCount=10 debug=0 connectionTimeout=2
   useURIValidationHack=false tcpNoDelay=true/

I hope I will help people with the same problem.


Best regards,

Antonio Gallardo.

P.S: For development I am currently using the Tomcat 4.1.15 (alpha
version) and Cocoon 2.1dev works fine. Also using J2SDK 1.4.1_01 on Red
Hat Linux 8.0
For production. I am using Tomcat 4.1.12, Cocoon 2.1 dev, J2SDK 1.4.1_01
and Red Hat Linux 8.0







-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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