lots of tomcat processes (Re: [PATCH][JK] Ajp13Processor connection leak prevention)

2002-11-06 Thread Matthew Hannigan
On Wed, Nov 06, 2002 at 12:10:09AM -0800, Daniel Rall wrote: Adjusted Ajp13Processor's run() method to protect against unexpected unchecked excpetions, preventing the possibility of a leak in Ajp13Connector's request processor pool. [ patch elided ] Would this cause hanging tomcat instances?

Re: lots of tomcat processes (Re: [PATCH][JK] Ajp13Processor connection leak prevention)

2002-11-06 Thread Matthew Hannigan
On Wed, Nov 06, 2002 at 02:01:42PM -0800, Daniel Rall wrote: I get a multiplying lot of tomcat processes after a while. How many should there be? This probably depends on your OS/JVM's threading model. On Linux, this is perfectly normal. Just one? i.e., is a 'request processor' a

Re: mod_jk 1.2.0 release proposal

2002-09-20 Thread Matthew Hannigan
The current mod_jk expects under CATALINA_HOME/conf. I think a better place is CATALINA_BASE/conf Anyone agree? Of course the appropriate bits of Tomcat need to be changed too. (I'm new here, hopefully this is not out of place) Regards, Matt -- To unsubscribe, e-mail: mailto:[EMAIL

Re: mod_jk 1.2.0 release proposal

2002-09-20 Thread Matthew Hannigan
Henri Gomez wrote: Matthew Hannigan wrote: The current mod_jk expects under CATALINA_HOME/conf. What do you means by CATALINA_HOME/conf and mod_jk ? Hmm I seemed to have dropped a few words. It's late. Tomcat generates mod_jk.conf in CATALINA_HOME/conf/auto/mod_jk.conf I think