Craig Longman wrote: > hi. > > after many hours of frustration trying to get the fancy new admin tool > working, i finally tracked it down to a problem with the CoyoteConnector > not respecting the 'port' attribute in the Connector element in > server.xml > > the full entry is: > > <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" > port="8213" minProcessors="5" maxProcessors="75" > enableLookups="true" redirectPort="8443" > acceptCount="10" debug="0" connectionTimeout="20000" > useURIValidationHack="false" > protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/> > > this works fine, except my workers.props needs to point to port 8009, > and the catalina.out file has this entry: > > [INFO] ChannelSocket - -JK2: ajp13 listening on tcp port 8009 > > > this is with: > > jakarata-tomcat 4.1.10 > jakarta-tomcat-connectors 4.1.10 > > btw, it appears that the Ajp13Connector is not compatible with the new > admin webapp, i was getting this error on startup: > > java.lang.Exception: ManagedBean is not found with Ajp13Connector > > now that i've resolved that problem, and figured out why the coyote > couldn't connect previously, all appears to be working well.
You have to use the jk2.properties to configure the port for JK2. Some real documentation for JK 2 is coming soon. Remy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
