I'm guessing that you are trying to run TC 5.0.x. The o.a.ajp Connector is no longer available for TC 5.x. Only the Coyote Connector is supported.
"William Sundberg" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I receive the following error when I try to startup Tomcat after > configuring it to use ajp13, it runnes ok if I remove the > ajp13-configuration line in server.xml. > > So my question is where is this class defiened(which jar file and where is > it)? or how can I get my system to start? > > Best regards/William > -------------------------------------------------------------------------- --- > SEVERE: Begin event threw exception > java.lang.ClassNotFoundException: org.apache.ajp.tomcat4.Ajp13Connector > at > org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader > .java:891) > at > org.apache.catalina.loader.StandardClassLoader.loadClass(StandardClassLoader > .java:756) > at > org.apache.commons.digester.ObjectCreateRule.begin(ObjectCreateRule.java:252 ) > at org.apache.commons.digester.Rule.begin(Rule.java:200) > at org.apache.commons.digester.Digester.startElement(Digester.java:1273) > at > org.apache.catalina.util.CatalinaDigester.startElement(CatalinaDigester.java > :112) > .... > .... > -------------------------------------------------------------------------- --- > I am running RedHat 9.0 > > To install the software i did the following steps, following the steps > in(http://daydream.stanford.edu/tomcat/install_web_services.html). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
