I've been having the most peculiar issue on a website, (Ubuntu server,
running apache 2.2 / libapache2-mod-jk / tomcat 5.5).
I initially thought the issue was to do with my servlet not sending
proper response headers but it turns out its specific to Mod-JK, & the
problem only occurs on a Vista workstation.
I have a specific JSP page which returns encrypted text data
representing a certain configuration item for a user.
When the I call the url which returns this page on Vista, from either
I.E. Firefox or even Telnet! - The download starts then progressively
slows down until it stops.. The downloads only around 40k but never
finishes.
If I try the same call to the URL from XP or Linux, firefox or I.E, it
works fine.
When I bypass Apache & Mod-JK and call the url directly from tomcat,
i.e. on port 8080, it works fine.
IF I call the URL via HTTPS, it works fine.
The problem only occurs when the request is being process through Mod-JK.
Does anyone have any idea what could be causing the problem ? I'm using
a very straightforward Mod-JK setup.
my jk.conf is as follows..
<IfModule !mod_jk.c>
LoadModule jk_module mod_jk.so
</IfModule>
JkWorkersFile "/etc/apache2/workers.properties"
JkLogFile "/var/log/apache2/mod_jk.log"
JkShmFile /var/log/apache2/jk-runtime-status
JkLogLevel warn
and in workers.properties;
workers.tomcat_home=/usr/local/tomcat
workers.java_home=java-1.5.0-sun-1.5.0.08
ps=/
worker.list=shibboleth
# Definition for local worker using AJP 1.3
#
worker.shibboleth.type=ajp13
worker.shibboleth.host=localhost
worker.shibboleth.port=8009
If anyone has any thoughts/hints of where I could look it wouldbe
greatly appreciated..
Thanks,
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]