Re: mod_jk question about lingering close_waits

2011-07-15 Thread Rainer Jung
On 15.07.2011 12:09, Edward Quick wrote: > Thanks for your replies. I found the solution was to set JkWatchdogInterval > (by default this is not on). I set it to 30, and observed the FIN_WAIT > disappears after 60 seconds (this could be the worker.maintain setting?) and > the CLOSE_WAIT thread d

RE: mod_jk question about lingering close_waits

2011-07-15 Thread Edward Quick
connection_pool_timeout. Does this mean connection_pool_timeout only works if JkWatchdogInterval is swithed on? Ed. -Original Message- From: Rainer Jung [mailto:rainer.j...@kippdata.de] Sent: 13 July 2011 23:23 To: users@tomcat.apache.org Subject: Re: mod_jk question about lingering close_waits On

Re: mod_jk question about lingering close_waits

2011-07-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 7/13/2011 5:16 PM, André Warnier wrote: > 1) this is the right list for Apache/Tomcat connectors (mod_jk among > them) Yes. When the question is about mod_proxy_ajp, we usually try our best but defer to the Apache httpd user's list when thi

Re: mod_jk question about lingering close_waits

2011-07-13 Thread Rainer Jung
On 13.07.2011 23:16, André Warnier wrote: > Hi. > > I am not the one who can really answer your question, but > > 1) this is the right list for Apache/Tomcat connectors (mod_jk among them) > > 2) a question : do these CLOSE_WAIT sockets bother you for some specific > reason ? > In a totally diff

Re: mod_jk question about lingering close_waits

2011-07-13 Thread André Warnier
Hi. I am not the one who can really answer your question, but 1) this is the right list for Apache/Tomcat connectors (mod_jk among them) 2) a question : do these CLOSE_WAIT sockets bother you for some specific reason ? In a totally different context, I have had problems with Linux systems when

mod_jk question about lingering close_waits

2011-07-13 Thread Edward Quick
Hi, Apologies in advance if this is the wrong mailing list. I was unable to find one specific to mod_jk and this looked the most relevant. I have the following apache tomcat server configuration set up: Apache 2.2.3 , mod_jk 1.2.32 , and tomcat 6.0.32 running HelloWorld.war If I send a request

Re: mod_jk question about socket_timeout

2010-04-16 Thread Rainer Jung
On 16.04.2010 11:20, Philip Wigg wrote: Recent versions of mod_jk allow a very fine-grained response timeout configuration, so that you can e.g. set a general response timeout to 20 seconds and a longer timeout like 60 seconds for special URLs you expect to take longer like report generation. Th

Re: mod_jk question about socket_timeout

2010-04-16 Thread Philip Wigg
> Recent versions of mod_jk allow a very fine-grained response timeout > configuration, so that you can e.g. set a general response timeout to 20 > seconds and a longer timeout like 60 seconds for special URLs you expect to > take longer like report generation. > > The cases where you would need sh

Re: mod_jk question about socket_timeout

2010-04-15 Thread Rainer Jung
On 15.04.2010 13:22, Philip Wigg wrote: Hi, I'm using mod_jk 2.2.27 to connect via AJP to a JBoss backend. The problem is that a reporting application takes a couple of minutes to run a report but mod_jk seems to be closing the connection to the back-end and the user receives a 502 Bad Gateway e

mod_jk question about socket_timeout

2010-04-15 Thread Philip Wigg
Hi, I'm using mod_jk 2.2.27 to connect via AJP to a JBoss backend. The problem is that a reporting application takes a couple of minutes to run a report but mod_jk seems to be closing the connection to the back-end and the user receives a 502 Bad Gateway error. 10 seconds after the request is made

Re: mod_jk: question regarding log-format

2009-05-15 Thread Rainer Jung
On 15.05.2009 18:18, Christopher Schultz wrote: > Gregor, > > On 5/15/2009 11:59 AM, Gregor Schneider wrote: >> however, in the docs >> (http://tomcat.apache.org/connectors-doc/reference/printer/apache.html) >> i can't find what %a and %b mean. > > Read more closely: > > " > The Tomcat Connector

Re: mod_jk: question regarding log-format

2009-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gregor, On 5/15/2009 11:59 AM, Gregor Schneider wrote: > however, in the docs > (http://tomcat.apache.org/connectors-doc/reference/printer/apache.html) > i can't find what %a and %b mean. Read more closely: " The Tomcat Connector module date log for

mod_jk: question regarding log-format

2009-05-15 Thread Gregor Schneider
hi guys, i'm wondering where - except from the source - i could find the information of what the log-format-parameters actually mean. example: JkLogStampFormat "[%a %b %d %H:%M:%S %Y]" that's the default format-string, however, in the docs (http://tomcat.apache.org/connectors-doc/reference/prin

Re: mod_jk question

2008-03-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sury, In addition to what Rainer has said... Sury Balasubramanian wrote: | I am getting an 404 when i try to | access any tomcat url..http://leonardo/examples (for e.g.) [snip] | JkMount /examples/* worker1 Your JkMount line matches /examples/

Re: mod_jk question

2008-03-04 Thread Rainer Jung
Sury Balasubramanian wrote: Hello all, I am having trouble with Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8g mod_autoindex_color mod_jk/1.2.26 PHP/5.2.5 redirecting tomcat requests to the tomcat worker. I am getting an 404 when i try to access any tomcat url..http://leonardo/examples (

mod_jk question

2008-03-04 Thread Sury Balasubramanian
Hello all, I am having trouble with Apache/2.2.6 (Win32) DAV/2 mod_ssl/2.2.6 OpenSSL/0.9.8g mod_autoindex_color mod_jk/1.2.26 PHP/5.2.5 redirecting tomcat requests to the tomcat worker. I am getting an 404 when i try to access any tomcat url..http://leonardo/examples (for e.g.) My webdav works ok,

Re: Newbie mod_jk question - Getting HTTP 404 error for existing servlets-examples directory

2007-11-20 Thread Rainer Jung
K S wrote: Thanks a lot Rainer! The problem as you guessed was with the Vhost. After putting the JkMounts in the global server configuration, it worked. I started using the VHost (though now I have realised I don't need them at all since I am not hosting more than one website on a single server)

Re: Newbie mod_jk question - Getting HTTP 404 error for existing servlets-examples directory

2007-11-20 Thread K S
Thanks a lot Rainer! The problem as you guessed was with the Vhost. After putting the JkMounts in the global server configuration, it worked. I started using the VHost (though now I have realised I don't need them at all since I am not hosting more than one website on a single server) because the

Re: Newbie mod_jk question - Getting HTTP 404 error for existing servlets-examples directory

2007-11-20 Thread Rainer Jung
K S wrote: Hi, I am a newbie to both Apache and Tomcat. I am using Apache 2.0.55, Tomcat 5.5.25, mod_jk 1.2.25 and Ubuntu ( 2.6.17-10-server) It seemed like I had the complete redirection working at one point, but unfortunately after no apparent change (that I can recollect), things just stopp

Newbie mod_jk question - Getting HTTP 404 error for existing servlets-examples directory

2007-11-19 Thread K S
Hi, I am a newbie to both Apache and Tomcat. I am using Apache 2.0.55, Tomcat 5.5.25, mod_jk 1.2.25 and Ubuntu ( 2.6.17-10-server) It seemed like I had the complete redirection working at one point, but unfortunately after no apparent change (that I can recollect), things just stopped working. I

Re: Mod_jk question

2007-05-21 Thread Rainer Jung
And another comment: you can add/remove nodes also by simply switching their activation attribute to disabled (no new sessions) or stopped (no more requests at all). Again you can't factor those out (onyl by mixing workers.properties and JkWorkerProperty), but the status is concentrated in o

Re: Mod_jk question

2007-05-21 Thread Rainer Jung
Only 1 worker file is possible and it must be defined in the global section of the httpd configuration. You can think about using three things to make configs easier to maintain (depending on your taste) - Using the "reference" feature (see jk reference guide for workers.properties), which a

Mod_jk question

2007-05-21 Thread Kotla, Satya S (Contractor)
Hi, We are running JBoss 4.2.0/Apache 2.2.3/Mod_jk 1.2.22 on Suse Linux 10. We are trying to implement an Apache Farm with three Apache instances reverse-proxying to multiple JBoss cluster nodes using mod_jk connector with load-balancing and sticky session configuration. As per the Tomcat conne

RE: Tomcat and mod_jk question on Red Hat 9

2006-01-26 Thread Jonathan Woods
: Adrian Nadeau [mailto:[EMAIL PROTECTED] Sent: 26 January 2006 17:01 To: Jonathan Woods Cc: 'Tomcat Users List' Subject: Re: Tomcat and mod_jk question on Red Hat 9 Thanks for the information... In our mod_jk log we have the following showing up: [Wed Jan 25 13:21:33 2006] [jk_aj

Re: Tomcat and mod_jk question on Red Hat 9

2006-01-26 Thread Adrian Nadeau
Original Message- From: Adrian Nadeau [mailto:[EMAIL PROTECTED] Sent: 26 January 2006 14:56 To: users@tomcat.apache.org Subject: Tomcat and mod_jk question on Red Hat 9 Hello, We recently setup mod_jk on a server running Red Hat 9. We are having some odd problems with the new setup. For

RE: Tomcat and mod_jk question on Red Hat 9

2006-01-26 Thread Jonathan Woods
's log (assuming you write one - JkLogFile directive). Jon -Original Message- From: Adrian Nadeau [mailto:[EMAIL PROTECTED] Sent: 26 January 2006 14:56 To: users@tomcat.apache.org Subject: Tomcat and mod_jk question on Red Hat 9 Hello, We recently setup mod_jk on a server running

Tomcat and mod_jk question on Red Hat 9

2006-01-26 Thread Adrian Nadeau
Hello, We recently setup mod_jk on a server running Red Hat 9. We are having some odd problems with the new setup. For some reason, everything works fine for the first 2 clicks when testing the process (running the examples webapp thru Apache 2.0.40). However, when we click something (anyt