Once again, thanks, John! That helped. I'm finally executing servlets! Have a good weekend, Lee
-----Original Message----- From: Turner, John [mailto:JTurner@;AAS.com] Sent: Friday, November 15, 2002 4:51 PM To: 'Tomcat Users List' Subject: RE: Errors in mod_jk.log I've never seen that before. CoyoteConnector is the default connector for 4.1.x. You can also use Ajp13Connector. CoyoteConnector: <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"/> Ajp13Connector: <Connector className="org.apache.ajp.tomcat4.Ajp13Connector" port="8009" minProcessors="5" maxProcessors="75" acceptCount="10" debug="0"/> John > -----Original Message----- > From: Lee Grey [mailto:leegrey@;mindspring.com] > Sent: Friday, November 15, 2002 4:30 PM > To: Tomcat Users List > Subject: RE: Errors in mod_jk.log > > > That came from about a million examples for JK configuration. > I certainly > didn't make it up! :-) What should I be using instead? > > Is it possible that the problem below is due to the security > warnings in my > apache log? > > 2002-11-15 16:06:01 StandardContext[]: Starting > 2002-11-15 16:06:01 StandardContext[]: Processing start(), current > available=false > 2002-11-15 16:06:01 StandardContext[]: Configuring default Resources > 2002-11-15 16:06:01 StandardContext[]: Configuring > non-privileged default > Loader > 2002-11-15 16:06:01 StandardContext[]: Configuring default Manager > 2002-11-15 16:06:02 StandardContext[]: Processing standard > container startup > 2002-11-15 16:06:02 WebappLoader[]: Deploying class > repositories to work > directory /usr/jakarta- > tomcat-4.1.12/work/Apache/www.urlinone.com/_ > 2002-11-15 16:06:02 WebappLoader[]: Deploy class files > /WEB-INF/classes to > /var/tomcat4/webapps/ > urlinone/WEB-INF/classes -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
