Re: Indicator APR is loaded - TC 5.5

2009-01-30 Thread Gregor Schneider
Charles, thanks a bunch, that's explaining my observations. Do I understand your statement correctly in that sense, that *if* an APRLifeCycleListener has been configured within TC 5.5, but no APR is found due to mis-configuration, a message then will show up in the logs? Cheers Gregor --

RE: Indicator APR is loaded - TC 5.5

2009-01-30 Thread Caldarale, Charles R
From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: Re: Indicator APR is loaded - TC 5.5 Do I understand your statement correctly in that sense, that *if* an APRLifeCycleListener has been configured within TC 5.5, but no APR is found due to mis-configuration, a message

Indicator APR is loaded - TC 5.5

2009-01-29 Thread Gregor Schneider
Hi guys, I'm a bit puzzled: I'm running a few TC-instances, all of them using TC-native and APR. I'm used to that, once the APR is loaded, there's a line in the logs stating that the APR is being used , or, if mis-configured, that the APR cannot be found. On my Tomcat 6 on Debian this works

Re: Indicator APR is loaded - TC 5.5

2009-01-29 Thread Gregor Schneider
Ok, since there's no comment by now, I'll try to rephrase my question: As I wrote, said Tomcat instance is fronted b Apache HTTPD via mod_jk. This means, that Tomcat in the current confuguration is only serving dynamic content, such as JSPs and Servlets, but no static HTML. I guess that the

Re: Indicator APR is loaded - TC 5.5

2009-01-29 Thread Markus Schönhaber
Gregor Schneider: I guess that the APR-message usually showing up in the logs IMHO is triggered by the APRLifeCycleListener (true?) Yes. Could it be that the APRLifeCycleListener is loaded lazy, and since no static HTML is served, the APRLifeCycleListener ist not loaded and therefore no

RE: Indicator APR is loaded - TC 5.5

2009-01-29 Thread Caldarale, Charles R
From: Markus Schönhaber [mailto:tomcat-us...@list-post.mks-mail.de] Subject: Re: Indicator APR is loaded - TC 5.5 AFAIR there's no APRLifeCycleListener in Tomcat 5.5. There is in 5.5.23, but I don't know when it first appeared. I finally got around to looking at the source code