OK.
That line in server.xml works, you'll have to take my word for it. If it's causing you grief, I would definitely look at using full Tomcat, not the LE version. In addition, you can verify that org.apache.ajp.tomcat4.Ajp13Connector exists in your Tomcat installation. My guess is, it doesn't. John > -----Original Message----- > From: Giorgio Ponza [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 09, 2002 1:57 PM > To: Tomcat Users List > Subject: Re: New HOWTOs posted > > > I've found that the problem is when i uncomment this line in > server.xml of > my Tomcat 4.1.10 LE J2SE 1.4.1 > > <!-- Define an AJP 1.3 Connector on port 8009 > <Connector className="org.apache.ajp.tomcat4.Ajp13Connector" > port="8009" minProcessors="5" maxProcessors="75" > acceptCount="10" debug="0"/> > --> > > > > > > INFO: Initializing Coyote HTTP/1.1 on port 8080 > > > ServerLifecycleListener: createMBeans: MBeanException > > > java.lang.Exception: ManagedBean is not found with Ajp13Connector > > > at > > > > org.apache.catalina.mbeans.MBeanUtils.createMBean(MBeanUtils.java:225 > > > ) > > > at > > > > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve > > > rLifecycleListener.java:359) > > > at > > > > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve > > > rLifecycleListener.java:716) > > > at > > > > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve > > > rLifecycleListener.java:690) > > > at > > > > org.apache.catalina.mbeans.ServerLifecycleListener.createMBeans(Serve > > > rLifecycleListener.java:329) > > > at > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
