Re: tomcat response on Linux is very slow for clients behind proxy server

2005-11-11 Thread faria hassan
On 11/10/05, faria hassan [EMAIL PROTECTED] wrote:

 Hi,
 I'm running Tomcat5.0.26 (as it comes bundled with JBoss) on Fedora Linux
 2.6.12-1.1381_FC3smp. I'm having the strangest problem. For users behind a
 proxy and making requests over Http1.0, the response time is very slow.
 However, for clients who are not behind a proxy server, the response time is
 excellent. The same version of Tomcat on Windows XP has excellent response
 time.
 I'm having a very difficult time determining whether this is a Linux issue
 or Tomcat .
 Please help.
 Faria



tomcat response on Linux is very slow for clients behind proxy server

2005-11-10 Thread faria hassan
Hi,
I'm running Tomcat5.0.26 (as it comes bundled with JBoss) on Fedora Linux
2.6.12-1.1381_FC3smp. I'm having the strangest problem. For users behind a
proxy and making requests over Http1.0, the response time is very slow.
However, for clients who are not behind a proxy server, the response time is
excellent. The same version of Tomcat on Windows XP has excellent response
time.
I'm having a very difficult time determining whether this is a Linux issue
or Tomcat .
Please help.
Faria


Re: jboss/tomcat on linux: request times out for client over VPN

2005-11-04 Thread faria hassan
that is not the issue here. After further research, I have found that
anything over 1k is timing out. I can go to other websites, download megs of
data without problem.
I also ran tcpdump on the server. I see that the vpn client is requesting
over HTTP/1.0. According to release notes, Coyote is supposed to send back
in Http/1.0. I see the following happening:
Coyote sends the first few bytes, closes connection, but without waiting for
a response back from the client, it sends more bytes until the whole data is
sent. Is this the normal behavior?
FYI, I have tried setting protocol=Http/1.0 in server.xml: Tomcat gave a
NullPointerException.
Thanks
Faria


 On 11/3/05, faria hassan [EMAIL PROTECTED] wrote:

 Hi,
 I'm running jboss3.2.5/tomcat5 on linux 2.6.9-1.667, with default
 configurations. When clients request web pages (static HTML) normally
 (without being behind a proxy), there's no problem. If the request is made
 over VPN, it times out. I have tried with small files (4k) and very simple
 HTML (no CSS or JS links) and that works fine. However, anything bigger
 (like 40k gif) times out.
  Any suggestions?
 Thanks
 Faria



jboss/tomcat on linux: request times out for client over VPN

2005-11-03 Thread faria hassan
Hi,
I'm running jboss3.2.5/tomcat5 on linux 2.6.9-1.667, with default
configurations. When clients request web pages (static HTML) normally
(without being behind a proxy), there's no problem. If the request is made
over VPN, it times out. I have tried with small files (4k) and very simple
HTML (no CSS or JS links) and that works fine. However, anything bigger
(like 40k gif) times out.
 Any suggestions?
Thanks
Faria