----- Original Message ----- From: "Milt Epstein" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Cc: "Bill Barker" <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 8:25 AM Subject: Re: ManagedBean is not found with Ajp13Connector
> On Fri, 15 Nov 2002, Bill Barker wrote: > > > In the default 4.1.x server.xml file there is an un-commented out > > entry: <Connector > > className="org.apache.coyote.tomcat4.CoyoteConnector" port="8009" > > minProcessors="5" maxProcessors="75" enableLookups="true" > > redirectPort="8443" acceptCount="10" debug="0" > > connectionTimeout="20000" useURIValidationHack="false" > > protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler" /> > > > > This is the "coyote connector". Use this one instead of the > > AjpConnector if you want to enable the "admin" webapp that has the > > very nice GUI to allow you to configure your server. If you don't > > care about this, remove (or comment out) the two lines under > > <Server> that have <Listener > > className="org.apache.catalina.mbeans...." />. In this case, the > > "admin" application won't work, but you can use the legacy > > AjpConnector. > > The CoyoteConnector apparently has a bug where isSecure() and > getScheme() don't work correctly on SSL requests. This is pretty core > functionality, and makes it unusable for many applications/environments. > Has this bug been fixed? It's been fixed since 4.1.13. > > Thanks. > > > > "Anderson, M. Paul" <[EMAIL PROTECTED]> wrote in message > > news:D66093F40B7B4B428A20AD9796835FD17FE442@;central.ssd.jhuapl.edu... > > > What do you mean "set up your configuration with the coyote connector"? I > > > followed the documenation as given and it uses the AjpConnector. What is > > it > > > that is using MBeans? I'm totally confused! I am completely new to > > tomcat > > > and apache and would appreciate any clarification! How can I comment out > > > the MBeans that are causing the exception? Will this exception cause > > > instability or can I just ignore it without fear of further problems? > > > > > > Please Help!!! I've looked at the default server.xml and I don't see any > > > help there. > > > > > > -----Original Message----- > > > From: Jacob Kjome [mailto:hoju@;visi.com] > > > Sent: Thursday, November 14, 2002 3:20 PM > > > To: Tomcat Users List > > > Subject: Re: ManagedBean is not found with Ajp13Connector > > > > > > > > > Hello M., > > > > > > The Ajp13Connector doesn't support MBeans. You need to set up your > > > AJP configuration with the CoyoteConnector instead. Or, just comment > > > out the MBeans that are causing the exception. See Tomcat-4.1.12's > > > default server.xml for reference. > > > > > > Jake > [ ... ] > > Milt Epstein > Research Programmer > Integration and Software Engineering (ISE) > Campus Information Technologies and Educational Services (CITES) > University of Illinois at Urbana-Champaign (UIUC) > [EMAIL PROTECTED] > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
