If you have a file upload that works in Tomcat, but not through Apache and
mod-jk going to Tomcat, then it could be a problem with the maximum allowed
post size in Apache. Check in the httpd.conf configuration file for Apache, and
see what value you have for LimitRequestBody. Se the value to 0 t
Similar problem here - only seeing it with Safari, only going through apache,
only on the first try (canceling upload and trying again always works).
Any solutions yet?
tomcat 5.5.26, apache 2.2.6
Thanks,
Alex
ps- I did a tomcat thread dump when it hung. Here's where it appears to be
stuck:
Hi,
I have the same problem. I use Apache 2.2.3 (with APR 1.2.7) in front
of Tomcat 5.5.20, both connected by AJP (mod_proxy_ajp module). The
error is the same when unloading a file. It only works when:
- The request is sent directly to tomcat.
or
- If I disable using libtcnative (the
Hi,
I have the same setup (apache ajp - tomcat) and got the same error when
uploading a file. Have you figured out what causes it? The same upload works
if the request is sent directly to tomcat and not through apache. Going
through apache only works if the request comes in from the same domain.
T