Re: Which listeners required in server.xml?

2009-06-02 Thread Mark Thomas
Bill Barker wrote: !-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html -- Listener className=org.apache.catalina.mbeans.ServerLifecycleListener / This looks like it is left over from the admin webapp (RIP). It doesn't look like it does anything particularly

Re: Which listeners required in server.xml?

2009-06-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill, On 5/30/2009 12:43 AM, Bill Barker wrote: Christopher Schultz ch...@christopherschultz.net wrote in message Adding the APR library will give you a significant performance improvement even with the plain-old HTTP connector. It might be

RE: Which listeners required in server.xml?

2009-05-29 Thread Martin Gainty
DONT_NEEDdont need with Comment Running tomcat 6.0.18 server.xml has the following listener's enabled by default: !--APR library loader. Documentation at /docs/apr.html -- Listener className=org.apache.catalina.core.AprLifecycleListener SSLEngine=on / DONT_NEEDNO Implementation of

RE: Which listeners required in server.xml?

2009-05-29 Thread johnrock
mgainty wrote: Do I need these listeners or can I remove some/all of them? DONT_NEEDIf No Apr then remove AprLifecycleListener DONT_NEEDIf No Jsp then remove JasperListener DONT_NEEDIf No MBean then remove ServerLifecycleListener DONT_NEEDIf No JNDI then remove

RE: Which listeners required in server.xml?

2009-05-29 Thread Martin Gainty
responsabilité pour le contenu fourni. Date: Fri, 29 May 2009 15:50:00 -0700 From: johnpi...@yahoo.com To: users@tomcat.apache.org Subject: RE: Which listeners required in server.xml? mgainty wrote: Do I need these listeners or can I remove some/all of them? DONT_NEEDIf No Apr

Re: Which listeners required in server.xml?

2009-05-29 Thread Bill Barker
johnrock johnpi...@yahoo.com wrote in message news:23787784.p...@talk.nabble.com... Running tomcat 6.0.18 server.xml has the following listener's enabled by default: !--APR library loader. Documentation at /docs/apr.html -- Listener

Re: Which listeners required in server.xml?

2009-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 5/29/2009 6:08 PM, johnrock wrote: I am using standalone tomcat (no apache) without SSL, without APR, I am not using any manager or host-manager applications .. Adding the APR library will give you a significant performance improvement

Re: Which listeners required in server.xml?

2009-05-29 Thread Bill Barker
Christopher Schultz ch...@christopherschultz.net wrote in message news:4a20aa17.2050...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John, On 5/29/2009 6:08 PM, johnrock wrote: I am using standalone tomcat (no apache) without SSL, without APR, I am not using