AFAIK, the default install has a connector on port 8009 enabled for JK and JK2.
John > -----Original Message----- > From: Robert Riley [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 8:45 AM > To: [EMAIL PROTECTED] > Subject: Re: Win2K, Apache 2.0.43 and Tomcat 4.1.18 > > > I think the stock server.xml comes preconfigured for stand > alone and the tomcat-apache is commented out. I don't run > stand alone; Here is what mine looks like for out of process > communication with Apache: > > <Server port="8005" shutdown="SHUTDOWN" debug="4"> > > <Service name="Tomcat-Apache-dev"> > > <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" > port="8019" minProcessors="5" maxProcessors="75" > enableLookups="true" appBase="webapps" > acceptCount="10" debug="4" > > protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/> > > <Engine className="org.apache.catalina.core.StandardEngine" > name="Apache" debug="4" defaultHost="mysite.org"> > > <Host name="mysite.org" debug="4" appBase="webapps" > unpackWARs="true"> > > <Logger className="org.apache.catalina.logger.FileLogger" > prefix="mysite-apache_log." suffix=".txt" > timestamp="true"/> > <Context path="" docBase="ROOT" debug="4"/> > <Realm className="org.apache.catalina.realm.MemoryRealm" /> > </Host> > > </Engine> > > </Service> > > </Server> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
