Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-27 Thread Volker
Am 27.07.2011 19:34, schrieb Felix Schumacher: Hi Volker, Hi Felix, Am Mittwoch, den 27.07.2011, 13:08 +0200 schrieb Volker: Hallo Felix, I considered all tips you gave. Thanks again. Like mentioned before my configuration was running correctly but I could not notice that because the http

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-27 Thread Volker
, schrieb Felix Schumacher: Hi Volker, Am Dienstag, den 26.07.2011, 16:29 +0200 schrieb Volker: Hello, my current system configuration is like following: - FreeBSD 8.2 - apache-2.2.17_2 - mod_jk-ap2-1.2.31_1 Apache2 JK - tomcat 4.1.36_2 As you said elsewhere in this thread, that you are willing to

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Volker
80. Maybe you can recommend any tuning settings for my problem concerning tomcat 4.1? Thanks a lot and best regards V o l k e r Am 26.07.2011 19:54, schrieb Felix Schumacher: Hi Volker, Am Dienstag, den 26.07.2011, 16:29 +0200 schrieb Volker: Hello, my current system configuration is

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Volker
Am 26.07.2011 16:43, schrieb David kerber: On 7/26/2011 10:29 AM, Volker wrote: Hello, my current system configuration is like following: - FreeBSD 8.2 - apache-2.2.17_2 - mod_jk-ap2-1.2.31_1 Apache2 JK - tomcat 4.1.36_2 - diablo-jdk1.6.0 Since you have to upgrade any way, why not upgrade

Re: Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Volker
I forget to mention that in httpd.conf the connectors are integrated like following: JkMount /servlet jsp-hostname JkMount /servlet/* jsp-hostname Best regards Volker Am 26.07.2011 16:29, schrieb Volker: Hello, my current system configuration is like following: - FreeBSD 8.2

Problems after updating from Tomcat 3.3 to 4.1: http tunneling servlet not working anymore

2011-07-26 Thread Volker
sources for FreeBSD ;-) Thanks a lot and best regards Volker * NOT WORKING Configuration for Tomcat 4.1.36 (FreeBSD 8.2, Apache 2.2.17, mod_jk-ap2-1.2.31, Diablo JDK 1.6) **=

Re: Rejecting a file upload

2008-01-15 Thread Volker Schoenefeld
returned from the handler, thus finishing the request. Hope that makes it a little more clear. Best regards, Volker On 15.01.2008, at 15:02, Martin Gainty wrote: Volkerwhat constitutes finished ? are you saying the connection is not closed

Re: Rejecting a file upload

2008-01-15 Thread Volker Schoenefeld
could open an infinite number of non-terminating sockets to a tomcat server, that _has_ to hurt performance. Seems to me like there really needs to be a solution for this issue. Best regards, Volker [1] http://marc.info/?l=tomcat-user&m=120024591128397&w=2 --

Rejecting a file upload

2008-01-13 Thread Volker Schoenefeld
onal query parameters could be verified. So the questions are: - Is there any way to close a connection to a client to prevent it from continuing the upload? - Is there any way to prevent the 100 Continue from sending? I'm using Tomcat 6. Best regards a