Re: mod_jk retry continuing existing stream?

2024-08-29 Thread Mark Thomas
On 12/08/2024 19:54, Holle, Jess wrote: I have mod_jk load balancing over several back-end Java processes which embed Tomcat. When I Ctrl-C one of those processes, a server-sent-event response stream (which has already sent a number of events) does not end from a client perspective. Rather t

Re: mod_jk retry continuing existing stream?

2024-08-26 Thread Christopher Schultz
Jess, On 8/12/24 14:54, Holle, Jess wrote: I have mod_jk load balancing over several back-end Java processes which embed Tomcat. When I Ctrl-C one of those processes, a server-sent-event response stream (which has already sent a number of events) does not end from a client perspective. Rath

Re: mod_jk logging issue

2023-12-20 Thread Simon Matter
> Hi Rainer/Simon - I've just had another look at this. With no > application running (IOW, all Java processes killed), I see this > behaviour: Sorry, I was confused because I thought we're talking about files from Tomcat and not from Apache/mod_jk. Regards, Simon > >  # systemctl start apache2

Re: mod_jk logging issue

2023-12-20 Thread EML
Hi Rainer/Simon - I've just had another look at this. With no application running (IOW, all Java processes killed), I see this behaviour:  # systemctl start apache2 This create a number of apache2 processes (generally 7). 2 new mod_jk files are created, corresponding to the apache2 process wit

Re: mod_jk logging issue

2023-12-20 Thread Simon Matter
Hi, > Hi - I'm running mod_jk with an Apache front-end, and I'm having an > issue with the JkShmFile files. > > Every time Apache restarts mod_jk creates two new files > (jk-runtime-status.PID and jk-runtime-status.PID.lock). These are never > cleaned up; the log directory simply fills up with the

Re: mod_jk logging issue

2023-12-19 Thread Rainer Jung
Hi there, Am 19.12.23 um 18:05 schrieb EML: Hi - I'm running mod_jk with an Apache front-end, and I'm having an issue with the JkShmFile files. Every time Apache restarts mod_jk creates two new files (jk-runtime-status.PID and jk-runtime-status.PID.lock). These are never cleaned up; the log

Re: [mod_jk] Is it possible to set the value of a specific attribute via HTTP?

2023-07-05 Thread Christopher Schultz
Martin, On 7/3/23 04:47, Martin Knoblauch wrote: On 6/29/23 17:06, Rainer Jung wrote: Since I try to push people into mod_proxy, I am hesitant to implement more and more features which keep people from switching ;) Hi Rainer, so, what do you suggest for the mod_jk retirement? mod_proxy

Re: [mod_jk] Is it possible to set the value of a specific attribute via HTTP?

2023-07-05 Thread Christopher Schultz
: users@tomcat.apache.org Subject: Re: [mod_jk] Is it possible to set the value of a specific attribute via HTTP? Rainer, On 6/29/23 17:06, Rainer Jung wrote: Hi Chris, Am 29.06.23 um 15:00 schrieb Christopher Schultz: All, I've been using mod_jk forever and have some tools[1][2] to check

Re: [mod_jk] Is it possible to set the value of a specific attribute via HTTP?

2023-07-03 Thread Martin Knoblauch
On 6/29/23 17:06, Rainer Jung wrote: > > > Since I try to push people into mod_proxy, I am hesitant to implement > > more and more features which keep people from switching ;) > > Hi Rainer, so, what do you suggest for the mod_jk retirement? mod_proxy+mod_proxy_ajp, or just proxy to the HTTPS por

RE: [mod_jk] Is it possible to set the value of a specific attribute via HTTP?

2023-06-30 Thread jonmcalexander
nal Message- > From: Christopher Schultz > Sent: Friday, June 30, 2023 2:19 PM > To: users@tomcat.apache.org > Subject: Re: [mod_jk] Is it possible to set the value of a specific attribute > via > HTTP? > > Rainer, > > On 6/29/23 17:06, Rainer Jung wrote: > >

Re: [mod_jk] Is it possible to set the value of a specific attribute via HTTP?

2023-06-30 Thread Christopher Schultz
Rainer, On 6/29/23 17:06, Rainer Jung wrote: Hi Chris, Am 29.06.23 um 15:00 schrieb Christopher Schultz: All, I've been using mod_jk forever and have some tools[1][2] to check on the status of a worker and change its state using the status worker. One of the samples I check is the "errors"

Re: [mod_jk] Is it possible to set the value of a specific attribute via HTTP?

2023-06-29 Thread Rainer Jung
Hi Chris, Am 29.06.23 um 15:00 schrieb Christopher Schultz: All, I've been using mod_jk forever and have some tools[1][2] to check on the status of a worker and change its state using the status worker. One of the samples I check is the "errors" count and if it's above 0 then I report an er

Re: Mod_JK vs Mod_Proxy

2022-12-09 Thread Christopher Schultz
. -chris -Original Message- From: Christopher Schultz Sent: Wednesday, December 7, 2022 4:54 PM To: Tomcat Users List ; jonmcalexan...@wellsfargo.com.INVALID Subject: Re: Mod_JK vs Mod_Proxy Jon, On 12/6/22 16:22, jonmcalexan...@wellsfargo.com.INVALID wrote: What, pray tell, is an enc

RE: Mod_JK vs Mod_Proxy

2022-12-07 Thread jonmcalexander
> Sent: Wednesday, December 7, 2022 4:54 PM > To: Tomcat Users List ; > jonmcalexan...@wellsfargo.com.INVALID > Subject: Re: Mod_JK vs Mod_Proxy > > Jon, > > On 12/6/22 16:22, jonmcalexan...@wellsfargo.com.INVALID wrote: > > What, pray tell, is an encrypted AJP connection?

Re: Mod_JK vs Mod_Proxy

2022-12-07 Thread Christopher Schultz
hultz Sent: Tuesday, December 6, 2022 3:01 PM To: users@tomcat.apache.org Subject: Re: Mod_JK vs Mod_Proxy Jon, On 12/6/22 12:36, jonmcalexan...@wellsfargo.com.INVALID wrote: IMHO, switching to mod_proxy, and using it over SSL, is by far better than using mod_jk or mod_ajp, primarily as mod_

RE: Mod_JK vs Mod_Proxy

2022-12-06 Thread jonmcalexander
chultz > Sent: Tuesday, December 6, 2022 3:01 PM > To: users@tomcat.apache.org > Subject: Re: Mod_JK vs Mod_Proxy > > Jon, > > On 12/6/22 12:36, jonmcalexan...@wellsfargo.com.INVALID wrote: > > IMHO, switching to mod_proxy, and using it over SSL, is by far better than >

Re: Mod_JK vs Mod_Proxy

2022-12-06 Thread Christopher Schultz
Jon, On 12/6/22 12:36, jonmcalexan...@wellsfargo.com.INVALID wrote: IMHO, switching to mod_proxy, and using it over SSL, is by far better than using mod_jk or mod_ajp, primarily as mod_proxy allows for secure proxy connection, whereas mod_jk and mod_ajp aren't "secure" as they are not encrypte

RE: Mod_JK vs Mod_Proxy

2022-12-06 Thread jonmcalexander
essage in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation. > -Original Message- > From: Christopher Schultz > Sent: Tuesday, December 6, 2022 11:21 AM > To: Tomcat Users List ; Mark H. Wood > > Subject:

Re: Mod_JK vs Mod_Proxy

2022-12-06 Thread Christopher Schultz
Mark, On 12/6/22 08:48, Mark H. Wood wrote: On Mon, Dec 05, 2022 at 03:37:59PM -0500, Christopher Schultz wrote: On 12/5/22 15:03, Cathy Spears wrote: Using Tomcat 8.5 and 9.0 with 32-bit Apache 2.4 and mod_jk. Are there benefits to using mod_proxy instead of mod_jk? Also, is there a planned e

Re: Mod_JK vs Mod_Proxy

2022-12-06 Thread Mark H. Wood
On Mon, Dec 05, 2022 at 03:37:59PM -0500, Christopher Schultz wrote: > On 12/5/22 15:03, Cathy Spears wrote: > > Using Tomcat 8.5 and 9.0 with 32-bit Apache 2.4 and mod_jk. Are there > > benefits to using mod_proxy instead of mod_jk? Also, is there a > > planned end of life for mod_jk or will it co

Re: Mod_JK vs Mod_Proxy

2022-12-05 Thread Christopher Schultz
Cathy, On 12/5/22 15:03, Cathy Spears wrote: Using Tomcat 8.5 and 9.0 with 32-bit Apache 2.4 and mod_jk. Are there benefits to using mod_proxy instead of mod_jk? Also, is there a planned end of life for mod_jk or will it continue to be supported for now? Hopefully this will be helpful: https:/

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-20 Thread Stefan Mayr
Hi, i created a bugzilla entry (https://bz.apache.org/bugzilla/show_bug.cgi?id=65901) and included a first attempt to patch this issue. Am 12.02.2022 um 14:24 schrieb Stefan Mayr: Hello Tomcat users, this week we were debugging a strange connection issue which I tracked down to an interfer

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-15 Thread Stefan Mayr
body although it should not (at least i think mod_jk is somehow responsible for that) -Ursprüngliche Nachricht- Von: Stefan Mayr Gesendet: Montag, 14. Februar 2022 23:07 An: users@tomcat.apache.org Betreff: Re: mod_jk interference with ErrorDocument/Alias on HEAD request Hello again, a

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-14 Thread Stefan Mayr
Hello again, a self-compiled mod_jk 1.2.48 shows the same issue. Am 13.02.2022 um 18:37 schrieb Stefan Mayr: Hi, looking at the source code https://github.com/apache/tomcat-connectors/blob/main/native/apache-2.0/mod_jk.c#L2954#L2973 I did some more testing: Variant 1: JkMount /demo/* ajp13

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-13 Thread Stefan Mayr
Hi, looking at the source code https://github.com/apache/tomcat-connectors/blob/main/native/apache-2.0/mod_jk.c#L2954#L2973 I did some more testing: Variant 1: JkMount /demo/* ajp13_worker;use_server_errors=401 Variant 2: JkMount /demo/* ajp13_worker ignoring what variant 2 changes for regul

Re: mod_jk interference with ErrorDocument/Alias on HEAD request

2022-02-13 Thread Stefan Mayr
Hi Thomas, Am 13.02.2022 um 17:27 schrieb Thomas Hoffmann (Speed4Trade GmbH): Hello, maybe you can try to set an environment variable which skips interpreting the content-length: https://tomcat.apache.org/connectors-doc/reference/apache.html#Advanced%20Environment%20Variables --> JK_IGNORE_CL

Re: mod_jk "Can not determine the proper size for pid_t" on macOS 10.15.7

2020-10-29 Thread Christopher Schultz
Brian, On 10/28/20 21:24, Paquin, Brian wrote: Chris, On Oct 27, 2020, at 12:31 PM, Christopher Schultz wrote: Brian On 10/26/20 15:33, Paquin, Brian wrote: I’m trying to build httpd and mod_jk for the first time on a macOS 10.15.7 box. XCode 12.1 is installed and I was able to compile O

Re: mod_jk "Can not determine the proper size for pid_t" on macOS 10.15.7

2020-10-28 Thread Paquin, Brian
Chris, > On Oct 27, 2020, at 12:31 PM, Christopher Schultz > wrote: > > Brian > > On 10/26/20 15:33, Paquin, Brian wrote: >> I’m trying to build httpd and mod_jk for the first time on a macOS 10.15.7 >> box. XCode 12.1 is installed and I was able to compile OpenSSL 1.1.1g. >> I got an error “

Re: mod_jk "Can not determine the proper size for pid_t" on macOS 10.15.7

2020-10-27 Thread Christopher Schultz
Brian On 10/26/20 15:33, Paquin, Brian wrote: I’m trying to build httpd and mod_jk for the first time on a macOS 10.15.7 box. XCode 12.1 is installed and I was able to compile OpenSSL 1.1.1g. I got an error “Can not determine the proper size for pid_t” when compiling httpd (v2.4.46) with inclu

Re: mod_jk and application deployed check

2020-06-03 Thread Giuseppe Sacco
Il giorno ven, 29/05/2020 alle 14.09 -0400, Christopher Schultz ha scritto: > Giuseppe, > > On 5/29/20 11:57, Giuseppe Sacco wrote: > > [...] > > misconfigured machines and failed with 404 errors. From what I > > understood, the mod_jk protocol only allows to check it tomcat is > > alive. Is it po

Re: mod_jk and application deployed check

2020-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Giuseppe, On 5/29/20 11:57, Giuseppe Sacco wrote: > Hello,I have an apache httpd with mod_jk that load balance > requests among two different tomcat servers.Today, one of the > tomcat servers has been rebooted and tomcat could not deploy the > appli

Re: mod_jk endpoints

2018-10-21 Thread Rainer Jung
Am 22.10.2018 um 00:53 schrieb Jerry Malcolm: On 10/21/2018 3:17 AM, Mark Thomas wrote: We provide the Windows binaries because the build process is more involved, most users don't have the necessary toolchain  easily available and we only need to provide one binary for all Windows platforms

Re: mod_jk endpoints

2018-10-21 Thread Rainer Jung
Am 22.10.2018 um 00:43 schrieb Jerry Malcolm: On 10/21/2018 7:27 AM, Rainer Jung wrote: Plus: mod_http2 uses additional threads per Apache httpd process. Look for H2Workers, H2MinWorkers and H2MaxWorkers in the mod_http2 docs. By default it seems you get ThreadsPerChild normal http worker thr

Re: mod_jk endpoints

2018-10-21 Thread Jerry Malcolm
On 10/21/2018 3:17 AM, Mark Thomas wrote: We provide the Windows binaries because the build process is more involved, most users don't have the necessary toolchain easily available and we only need to provide one binary for all Windows platforms (ok we provide several binaries with different

Re: mod_jk endpoints

2018-10-21 Thread Jerry Malcolm
On 10/21/2018 7:27 AM, Rainer Jung wrote: Plus: mod_http2 uses additional threads per Apache httpd process. Look for H2Workers, H2MinWorkers and H2MaxWorkers in the mod_http2 docs. By default it seems you get ThreadsPerChild normal http worker threads plus ThreadsPerChild HTTP/2 worker thread

Re: mod_jk endpoints

2018-10-21 Thread Jerry Malcolm
On 10/21/2018 3:17 AM, Mark Thomas wrote: We need to see the configuration for: - httpd mpm / threads / processes - workers.proprties - Tomcat's AJP connector Mark I'm not sure where to find httpd mpm / threads / processes config. Nothing like that in my httpd.conf --- workers.proper

Re: mod_jk endpoints

2018-10-21 Thread Rainer Jung
Am 21.10.2018 um 10:17 schrieb Mark Thomas: On October 21, 2018 7:38:25 AM UTC, Greg Huber wrote: So I'm using the 2016 1.2.40 version. Think you have to build mod_jk to use the latest and greatest, Correct. We stopped providing binary builds for anything other than Windows because there

Re: mod_jk endpoints

2018-10-21 Thread Mark Thomas
On October 21, 2018 7:38:25 AM UTC, Greg Huber wrote: >> So I'm using the 2016 1.2.40 version. > >Think you have to build mod_jk to use the latest and greatest, Correct. We stopped providing binary builds for anything other than Windows because there were just too many combinations. And it is r

Re: mod_jk endpoints

2018-10-21 Thread Greg Huber
> So I'm using the 2016 1.2.40 version. Think you have to build mod_jk to use the latest and greatest, this is what I have in my notes (also from the website docs): mod_jk.so build yum install httpd-devel download tomcat-connectors-x.x.xx-src.tar.gz extract and cd into the native fold

Re: [mod_jk] No data for "LE" (last error timestamp) column in lb status

2018-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 7/23/18 6:01 AM, Rainer Jung wrote: > Hi Chris, > > Am 20.07.2018 um 16:29 schrieb Christopher Schultz: >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> All, >> >> I've got a lb worker with two balanced nodes. One of the nodes

Re: [mod_jk] No data for "LE" (last error timestamp) column in lb status

2018-07-23 Thread Rainer Jung
Hi Chris, Am 20.07.2018 um 16:29 schrieb Christopher Schultz: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I've got a lb worker with two balanced nodes. One of the nodes has a non-zero value for the "Err" (errors) field, but there is a blank entry for the "LE" (last error timestamp) fi

RE: mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-06-20 Thread Jäkel , Guido
--Original Message- >From: i...@flyingfischer.ch [mailto:i...@flyingfischer.ch] >Sent: Wednesday, June 20, 2018 12:52 PM >To: users@tomcat.apache.org >Subject: Re: mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST >services) fail with syntactical-wrong double- >escapin

Re: mod_jk: Forwarding URLs containing escaped slashes (e.g. for REST services) fail with syntactical-wrong double-escaping

2018-06-20 Thread i...@flyingfischer.ch
> Hi all, > > I have problems to pass (REST-) URLs containing escaped slashes ('%2F') in > path elements using the Apache httpd and mod_jk to the application server > (in fact not Tomcat, but Wildfy. But this is of no matter, here). > > This kind of URL may be accepted by the httpd using th

Re: mod_jk: sessions connecting although worker is oset to DIS

2018-03-23 Thread Rainer Jung
Am 23.03.2018 um 11:19 schrieb Martin Knoblauch: Hi Rainer, so basically I took the Apache path and ended up with the following brute force method: RewriteCond "%{REQUEST_METHOD}" "GET" RewriteRule ^/xxx/facelets/logon.xhtml$ - [E=login_jsid:%{HTTP_COOKIE}] CustomLog "/opt/xxx/apache2/logs/lo

Re: mod_jk: sessions connecting although worker is oset to DIS

2018-03-23 Thread Martin Knoblauch
Hi Rainer, so basically I took the Apache path and ended up with the following brute force method: RewriteCond "%{REQUEST_METHOD}" "GET" RewriteRule ^/xxx/facelets/logon.xhtml$ - [E=login_jsid:%{HTTP_COOKIE}] CustomLog "/opt/xxx/apache2/logs/login_log" xxxlogheader env=login_jsid RequestHeader u

Re: mod_jk: sessions connecting although worker is oset to DIS

2018-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 3/22/18 10:11 AM, Rainer Jung wrote: > Am 22.03.2018 um 15:07 schrieb Rainer Jung: >> Am 22.03.2018 um 11:58 schrieb Martin Knoblauch: >>> Hi, >>> >>> we have this annoying problem that although Tomcat workers are >>> set to DIS state in

Re: mod_jk: sessions connecting although worker is oset to DIS

2018-03-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martin, On 3/22/18 6:58 AM, Martin Knoblauch wrote: > we have this annoying problem that although Tomcat workers are set > to DIS state in mod_jk, there are new connections being opened. > This prevents us from "idle down" Tomcats in a timely fashio

Re: mod_jk: sessions connecting although worker is oset to DIS

2018-03-22 Thread Rainer Jung
Am 22.03.2018 um 15:07 schrieb Rainer Jung: Am 22.03.2018 um 11:58 schrieb Martin Knoblauch: Hi,   we have this annoying problem that although Tomcat workers are set to DIS state in mod_jk, there are new connections being opened. This prevents us from "idle down" Tomcats in a timely fashion.

Re: mod_jk: sessions connecting although worker is oset to DIS

2018-03-22 Thread Rainer Jung
Am 22.03.2018 um 11:58 schrieb Martin Knoblauch: Hi, we have this annoying problem that although Tomcat workers are set to DIS state in mod_jk, there are new connections being opened. This prevents us from "idle down" Tomcats in a timely fashion. This hurts when a restart is needed. While our

Re: Mod_jk 1.2.42 fails at startup with shared memory failure

2016-10-13 Thread tomcat
On 12.10.2016 17:17, Kreuser, Peter wrote: Hi all, Hi Mark, I see one change in the newest mod_jk (see below), that stops Apache in my configuration: The discussion on this bug is valid https://bz.apache.org/bugzilla/show_bug.cgi?id=59184, however I would like to see an explanation o why the

RE: mod_jk/1.2.37 Apache/2.4.7 (Ubuntu): AJP established connections pile up, connection_pool_timeout has no effect?

2016-08-31 Thread Jäkel , Guido
Dear Hildegard, I wrote: >Note that the AJP connection pool is used per child (and per tomcat backend >definition if you're using more than one). You >use connection_pool_minsize=1. Please also note, that the spare threads will >no gather to the lowest possible number of >childs. May this fac

RE: mod_jk/1.2.37 Apache/2.4.7 (Ubuntu): AJP established connections pile up, connection_pool_timeout has no effect?

2016-08-31 Thread Jäkel , Guido
Dear Hildegard, you wrote, you're using the worker MPM. What are the pool sizes for child workers and it's threads, i.e. the values for ServerLimit, ThreadsPerChild? And what's the minimum thread pool size, i.e. MinSpareThreads? Note that the AJP connection pool is used per child (and per t

Re: mod_jk errors

2016-07-18 Thread Wayne Li
Thank you for both! On Fri, Jul 15, 2016 at 3:04 AM, Rainer Jung wrote: > Am 12.07.2016 um 19:44 schrieb Wayne Li: > >> Hi, >> >> I have a servlet/jsp application running on tomcat 7.0.47. There are no >> static html files. >> Now I am try to use apache 2.4.7 (Ubuntu) >> as the front and forward

Re: mod_jk errors

2016-07-15 Thread Rainer Jung
Am 12.07.2016 um 19:44 schrieb Wayne Li: Hi, I have a servlet/jsp application running on tomcat 7.0.47. There are no static html files. Now I am try to use apache 2.4.7 (Ubuntu) as the front and forward eveything to tomcat. I installed mod_jk using Ubuntu's software center.. Things are working.

Re: mod_jk errors

2016-07-13 Thread tomcat
On 12.07.2016 19:44, Wayne Li wrote: Hi, I have a servlet/jsp application running on tomcat 7.0.47. There are no static html files. Now I am try to use apache 2.4.7 (Ubuntu) as the front and forward eveything to tomcat. I installed mod_jk using Ubuntu's software center.. Things are working. But

Re: mod_jk resubmitting request to Tomcat

2016-06-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jerry, On 6/4/16 2:00 PM, Jerry Malcolm wrote: > I am calling a JSP to start a fairly long-running process in > Tomcat. I'm not using the page response data. The JSP is simply a > way to initiate the process. The JSP simply returns "OK" or "RC=". >

Re: mod_jk resubmitting request to Tomcat

2016-06-04 Thread Anthony Biacco
On Sat, Jun 4, 2016 at 12:00 PM, Jerry Malcolm wrote: > I am calling a JSP to start a fairly long-running process in Tomcat. I'm > not using the page response data. The JSP is simply a way to initiate the > process. The JSP simply returns "OK" or "RC=". However, mod_jk gets > impatient, and af

Re: mod_jk Connector for Apache 2.2 and Windows 64-bit

2016-01-28 Thread tomcat
On 28.01.2016 15:55, Konstantin Kolinko wrote: 2016-01-28 16:44 GMT+03:00 Konstantin Kolinko : 2016-01-28 15:00 GMT+03:00 André Warnier (tomcat) : Hi. On the page http://apache.lauf-forum.at/tomcat/tomcat-connectors/jk/binaries/windows/, the following mod_jk binaries are available : [...] Y

Re: mod_jk Connector for Apache 2.2 and Windows 64-bit

2016-01-28 Thread Konstantin Kolinko
2016-01-28 16:44 GMT+03:00 Konstantin Kolinko : > 2016-01-28 15:00 GMT+03:00 André Warnier (tomcat) : >> Hi. >> >> On the page >> http://apache.lauf-forum.at/tomcat/tomcat-connectors/jk/binaries/windows/, >> the following mod_jk binaries are available : >> >> [...] > > You may try here: > http://ww

Re: mod_jk Connector for Apache 2.2 and Windows 64-bit

2016-01-28 Thread tomcat
On 28.01.2016 14:44, Konstantin Kolinko wrote: 2016-01-28 15:00 GMT+03:00 André Warnier (tomcat) : Hi. On the page http://apache.lauf-forum.at/tomcat/tomcat-connectors/jk/binaries/windows/, the following mod_jk binaries are available : tomcat-connectors-1.2.40-windows-i386-httpd-2.0.x.zip 20

Re: mod_jk Connector for Apache 2.2 and Windows 64-bit

2016-01-28 Thread tomcat
2016-01-28 15:00 GMT+03:00 André Warnier (tomcat) : Hi. On the page http://apache.lauf-forum.at/tomcat/tomcat-connectors/jk/binaries/windows/, the following mod_jk binaries are available : tomcat-connectors-1.2.40-windows-i386-httpd-2.0.x.zip 2014-04-14 21:40 130K ZIP compressed archive tomc

Re: mod_jk Connector for Apache 2.2 and Windows 64-bit

2016-01-28 Thread Konstantin Kolinko
2016-01-28 15:00 GMT+03:00 André Warnier (tomcat) : > Hi. > > On the page > http://apache.lauf-forum.at/tomcat/tomcat-connectors/jk/binaries/windows/, > the following mod_jk binaries are available : > > tomcat-connectors-1.2.40-windows-i386-httpd-2.0.x.zip 2014-04-14 21:40 > 130K ZIP compressed

Re: mod_jk make error with OSX 10.11.1

2015-11-01 Thread Youngho Cho
Hello Christopher & Rainer Sorry for late response. I didn't knotice that your reply becasue my email box set wrongly. I run with configure ./configure CFLAGS='-arch x86_64' APXSLDFLAGS='-arch x86_64' --with-apxs=/usr/sbin/apxs at the tomcat-connectors-1.2.41-src/native folder. And the XCode

Re: mod_jk make error with OSX 10.11.1

2015-10-29 Thread Christopher Schultz
Rainer, On 10/29/15 5:31 AM, Rainer Jung wrote: > Am 29.10.2015 um 03:59 schrieb Christopher Schultz: >> Youngho, >> >> On 10/28/15 10:35 PM, Youngho Cho wrote: >>> Just before I upgrade to OSX 10.11.1 >>> >>> And try to compile Apache mod_jk 1.2.41. >>> >>> But the make is fail. >>> >>> You

Re: mod_jk make error with OSX 10.11.1

2015-10-29 Thread Rainer Jung
Am 29.10.2015 um 03:59 schrieb Christopher Schultz: Youngho, On 10/28/15 10:35 PM, Youngho Cho wrote: Just before I upgrade to OSX 10.11.1 And try to compile Apache mod_jk 1.2.41. But the make is fail. YounghoiMac:native youngho$ sudo make Making all in common usr/share/apr-1/build-1/

Re: mod_jk make error with OSX 10.11.1

2015-10-28 Thread Christopher Schultz
Youngho, On 10/28/15 10:35 PM, Youngho Cho wrote: > Just before I upgrade to OSX 10.11.1 > > And try to compile Apache mod_jk 1.2.41. > > But the make is fail. > > YounghoiMac:native youngho$ sudo make > > Making all in common > usr/share/apr-1/build-1/libtool --silent --mode=compile > /App

Re: mod_jk causing stuck Apache processes

2015-03-10 Thread Rainer Jung
Am 03.03.2015 um 23:11 schrieb Jesse Defer: any update on the behavior of the patched nodes? Did it behave better, ie. did the problem reoccur on other nodes but not on the patched ones, or were all nodes mostly without problems during the last 2 days? Any strange things on the patched ones? I'

RE: mod_jk causing stuck Apache processes

2015-03-03 Thread Jesse Defer
> >> any update on the behavior of the patched nodes? Did it behave better, > ie. > >> did the problem reoccur on other nodes but not on the patched ones, > >> or were all nodes mostly without problems during the last 2 days? Any > >> strange things on the patched ones? I'd like to add the patch fo

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread André Warnier
For an explanation of what we mean by "please do not top post", see here : http://www.idallen.com/topposting.html Got it ? Rajesh Cherukuri wrote: Yes it is always 20 sec always the case when the MOD_jk assigns the request to the tomcat that was down using Mod_jk 1.2.37 version On Mon, Mar 2

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Frederik Nosi
Please dont top post. On 03/02/2015 04:07 PM, Rajesh Cherukuri wrote: Yes it is always 20 sec always the case when the MOD_jk assigns the request to the tomcat that was down Are you sure that there's not some other tomcat in the same load balanced worker that's in hang? Didnt had time to chec

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rajesh Cherukuri
Yes it is always 20 sec always the case when the MOD_jk assigns the request to the tomcat that was down using Mod_jk 1.2.37 version On Mon, Mar 2, 2015 at 8:27 PM, Rainer Jung wrote: > Please don't top post, it makes following the communication very hard. > > Am 02.03.2015 um 12:48 schrieb Raje

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rainer Jung
Please don't top post, it makes following the communication very hard. Am 02.03.2015 um 12:48 schrieb Rajesh Cherukuri: for telnet immediateconnection refused is given telnet 10.xxx.xxx.xx 8911 Trying 10.xx.xx.x... telnet: connect to address 10.xx.x.xx: Connection refused Then I would

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rajesh Cherukuri
for telnet immediateconnection refused is given telnet 10.xxx.xxx.xx 8911 Trying 10.xx.xx.x... telnet: connect to address 10.xx.x.xx: Connection refused here is the error log for the specifed time [Fri Feb 27 02:26:14.463 2015] [31713:140059770595072] [error] ajp_service::jk_ajp_common

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rainer Jung
Am 02.03.2015 um 11:34 schrieb Rajesh Cherukuri: rainer looks like what you said is correct , but not sure why the Mod_jk has to wait for 10 seconds when the backend tomcat servers is down Because your network layer behaves like that. It simply hangs for (more than) 10 seconds. You should be

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rajesh Cherukuri
rainer looks like what you said is correct , but not sure why the Mod_jk has to wait for 10 seconds when the backend tomcat servers is down here is the error log i don't see that any place where it is aitng for 20 sec error log [Thu Feb 26 01:28:35.432 2015] [19535:140214433396480] [error] ajp

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rainer Jung
Am 02.03.2015 um 10:45 schrieb Rajesh Cherukuri: here is what i can see in modJk log file , we have stopped tomcat 11 a week back , 172.x [27/Feb/2015:*02:28:14* +] "GET /xx/deal-finder HTTP/1.1"200 15172 20 *lb* tomcat--11** 0 26712 12118 **tomcat-03** 0 820679 4 *20.35284

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rajesh Cherukuri
here is what i can see in modJk log file , we have stopped tomcat 11 a week back , 172.x [27/Feb/2015:*02:28:14* +] "GET /xx/deal-finder HTTP/1.1"200 15172 20 *lb* tomcat--11** 0 26712 12118 **tomcat-03** 0 820679 4 *20.352845* – worker configuration *here is my work.prop

Re: mod_jk dealy sendng request to backend tomcat

2015-03-01 Thread Rainer Jung
Am 01.03.2015 um 17:57 schrieb Rajesh Cherukuri: hi today i have noticed that mod_jk took 20 seconds delay in sending the request to backend tomcat servers from apache , lookslike the request was assigned to a tomcat 11and it has replicate the request to the other tomcat-3 here are my findings

Re: mod_jk causing stuck Apache processes

2015-02-27 Thread Rainer Jung
Am 27.02.2015 um 18:15 schrieb Jesse Defer: Hi Jesse, any update on the behavior of the patched nodes? Did it behave better, ie. did the problem reoccur on other nodes but not on the patched ones, or were all nodes mostly without problems during the last 2 days? Any strange things on the patched

RE: mod_jk causing stuck Apache processes

2015-02-27 Thread Jesse Defer
> Hi Jesse, > > any update on the behavior of the patched nodes? Did it behave better, ie. > did the problem reoccur on other nodes but not on the patched ones, or > were all nodes mostly without problems during the last 2 days? Any strange > things on the patched ones? I'd like to add the patch f

Re: mod_jk causing stuck Apache processes

2015-02-27 Thread Rainer Jung
Hi Jesse, any update on the behavior of the patched nodes? Did it behave better, ie. did the problem reoccur on other nodes but not on the patched ones, or were all nodes mostly without problems during the last 2 days? Any strange things on the patched ones? I'd like to add the patch for 1.2.4

RE: mod_jk causing stuck Apache processes

2015-02-25 Thread Jesse Defer
> -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Wednesday, February 25, 2015 3:41 AM > To: Tomcat Users List > Subject: Re: mod_jk causing stuck Apache processes > > So here is a patch for version 1.2.40: > > http://peopl

Re: mod_jk causing stuck Apache processes

2015-02-25 Thread Rainer Jung
Hi Jesse, Am 24.02.2015 um 19:27 schrieb Jesse Defer: -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: Monday, February 23, 2015 5:00 PM To: Tomcat Users List Subject: Re: mod_jk causing stuck Apache processes Am 24.02.2015 um 00:29 schrieb Jesse Defer: I

RE: mod_jk causing stuck Apache processes

2015-02-24 Thread Jesse Defer
> -Original Message- > From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Sent: Monday, February 23, 2015 5:00 PM > To: Tomcat Users List > Subject: Re: mod_jk causing stuck Apache processes > > Am 24.02.2015 um 00:29 schrieb Jesse Defer: > >>

Re: mod_jk causing stuck Apache processes

2015-02-23 Thread Rainer Jung
Am 24.02.2015 um 00:29 schrieb Jesse Defer: -Original Message- Am 23.02.2015 um 22:53 schrieb Jesse Defer: -Original Message- Am 23.02.2015 um 19:03 schrieb Jesse Defer: ... How many Apache web servers sit in front of the Tomcats? Is each of the Apaches configured with 512 pr

RE: mod_jk causing stuck Apache processes

2015-02-23 Thread Jesse Defer
> -Original Message- > Am 23.02.2015 um 22:53 schrieb Jesse Defer: > >> -Original Message- > >> Am 23.02.2015 um 19:03 schrieb Jesse Defer: > >>> I have a farm of Apache httpd servers proxying to Tomcat with mod_jk > >>> and > >> I am having issues with Apache processes getting stuc

Re: mod_jk causing stuck Apache processes

2015-02-23 Thread Rainer Jung
Am 23.02.2015 um 22:53 schrieb Jesse Defer: -Original Message- Am 23.02.2015 um 19:03 schrieb Jesse Defer: I have a farm of Apache httpd servers proxying to Tomcat with mod_jk and I am having issues with Apache processes getting stuck (as seen by the W state in server-status). I am sen

RE: mod_jk causing stuck Apache processes

2015-02-23 Thread Jesse Defer
> -Original Message- > Am 23.02.2015 um 19:03 schrieb Jesse Defer: > > I have a farm of Apache httpd servers proxying to Tomcat with mod_jk and > I am having issues with Apache processes getting stuck (as seen by the W > state in server-status). I am sending to this list because the stack

Re: mod_jk causing stuck Apache processes

2015-02-23 Thread Rainer Jung
Am 23.02.2015 um 20:34 schrieb Rainer Jung: Am 23.02.2015 um 19:03 schrieb Jesse Defer: I have a farm of Apache httpd servers proxying to Tomcat with mod_jk and I am having issues with Apache processes getting stuck (as seen by the W state in server-status). I am sending to this list because th

Re: mod_jk causing stuck Apache processes

2015-02-23 Thread Rainer Jung
Am 23.02.2015 um 19:03 schrieb Jesse Defer: I have a farm of Apache httpd servers proxying to Tomcat with mod_jk and I am having issues with Apache processes getting stuck (as seen by the W state in server-status). I am sending to this list because the stack traces show httpd gets stuck in mo

Re: mod_jk and session stickiness

2015-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 1/30/15 5:57 AM, Rainer Jung wrote: > Am 30.01.2015 um 03:06 schrieb Christopher Schultz: >> On 7/23/14 5:14 PM, Christopher Schultz wrote: >>> Rainer, >>> >>> On 7/23/14, 4:10 PM, Rainer Jung wrote: Am 23.07.2014 um 21:03 schrieb C

Re: mod_jk and session stickiness

2015-01-30 Thread Rainer Jung
Am 30.01.2015 um 03:06 schrieb Christopher Schultz: On 7/23/14 5:14 PM, Christopher Schultz wrote: Rainer, On 7/23/14, 4:10 PM, Rainer Jung wrote: Am 23.07.2014 um 21:03 schrieb Christopher Schultz: On 7/23/14, 1:49 PM, Rainer Jung wrote: The other case, a request with an invalid session

Re: mod_jk and session stickiness

2015-01-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rainer, On 7/23/14 5:14 PM, Christopher Schultz wrote: > Rainer, > > On 7/23/14, 4:10 PM, Rainer Jung wrote: >> Am 23.07.2014 um 21:03 schrieb Christopher Schultz: > >>> On 7/23/14, 1:49 PM, Rainer Jung wrote: > The other case, a request wit

RE: Mod_jk Configuration

2015-01-27 Thread Chris Arnold
>I'm surprised that the Alfresco team is still giving-out advice that >was appropriate in the mid-2000s. >Some notes: >1. Don't put in server.xml. Just don't. >2. "debug" hasn't been used in ... forever. >3. path="" is bad, and isn't necessary if you follow #1 It did not work so i took it out

Re: Mod_jk Configuration

2015-01-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 1/26/15 8:05 PM, Chris Arnold wrote: >>> Yeah, that document is evidently a pack of lies. Specifically, >>> the "path" and "docbase" attributes in are ignored >>> in META-INF/context.xml files, and you really shouldn't have >>> your any

RE: Mod_jk Configuration

2015-01-26 Thread Chris Arnold
>> Yeah, that document is evidently a pack of lies. Specifically, >> the "path" and "docbase" attributes in are ignored in >> META-INF/context.xml files, and you really shouldn't have your >> anywhere else (except in >> conf/[engine]/[host]/[appname].xml, which behaves almost the same >> way). >>

Re: Mod_jk Configuration

2015-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 1/26/15 5:36 PM, Chris Arnold wrote: > >> Yeah, that document is evidently a pack of lies. Specifically, >> the "path" and "docbase" attributes in are ignored in >> META-INF/context.xml files, and you really shouldn't have your >> any

Re: Mod_jk Configuration

2015-01-26 Thread Chris Arnold
> Yeah, that document is evidently a pack of lies. Specifically, the > "path" and "docbase" attributes in are ignored in > META-INF/context.xml files, and you really shouldn't have your > anywhere else (except in conf/[engine]/[host]/[appname].xml, > which behaves almost the same way). > > Best

Re: Mod_jk Configuration

2015-01-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 1/26/15 4:52 PM, Chris Arnold wrote: >> The best possible setup here is to set up httpd with more than >> one VirtualHost (and SNI, since you are using HTTPS) with the >> correct hostnames, etc., and only use JkMount from the "share2" >> V

RE: Mod_jk Configuration

2015-01-26 Thread Chris Arnold
>>If the application can't handle that (try it!), you'll have to make >>other arrangements. >According to: >https://wiki.alfresco.com/wiki/Deploying_To_Server >that is not even necessary. I understand that link is a years old and talks >about tomcat 6 but the general >idea is the same. I will tr

  1   2   3   4   5   6   7   8   9   10   >