You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jerry Jalenak <Je...@LABONE.com> on 2002/09/13 16:16:09 UTC

[configuration] Tomcat 4.1.10 and Apache 2 using mod_jk2

Hi,

I've been using Tomcat 3.3.1 and Apache 1.3.26 connected through the mod_jk
connector without any problems.  I'm now trying to get Tomcat 4.1.10 and
Apache 2.x running using the mod_jk2 (coyote connector), but cannot seem to
get the server.xml configuration file to work for me.  Does anyone have a
basic server.xml config file that they could post?  I've included the one I
put together that i *thought* would work, but Tomcat dies immediately....
Any ideas?

Thanks!

<server.xml>

<Server className="org.apache.catalina.core.StandardServer" port="8005"
shutdown="SHUTDOWN" debug="0">
  <Service className="org.apache.catalina.core.StandardService"
name="Tomcat4">

    <!-- define non-SSL Coyote Http 1.1 Connector on Port 8080 -->

    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
enableLookups="false"
      redirectPort="8443" scheme="http" secure="false"
      acceptCount="10" debug="0" maxProcessors="75" minProcessors="5"
port="8080" />

    <!-- define SSL Coyote Http 1.1 Connector on Port 8443 -->

    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
enableLookups="false"
      scheme="https" secure="true"
      acceptCount="10" debug="0" maxProcessors="75" minProcessors="5"
port="8443" />

    <!-- define Coyote/JK2 AJP 13/14 Connector on Port 8009 -->

    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
enableLookups="false"
      redirectPort="8443" scheme="http" secure="false"
      acceptCount="10" debug="0" maxProcessors="75" minProcessors="5"
port="8009"
      protocolHandlerClassName="org.apache.jk.server.JKCoyoteHandler" />

      
    <Engine className="org.apache.catalina.core.StandardEngine"
      defaultHost="localhost" name="Tomcat4" debug="0">
      <Host appBase="webapps" autoDeploy="true" 
        className="org.apache.catalina.core.StandardHost"
        name="localhost" debug="0" unpackWARs="true" />
    </Engine>
  </Service>
</Server>

</server.xml>

Jerry Jalenak
Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS  66219
(913) 577-1496
jerry.jalenak@labone.com


This transmission (and any information attached to it) may be confidential and is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient or the person responsible for delivering the transmission to the intended recipient, be advised that you have received this transmission in error and that any use, dissemination, forwarding, printing, or copying of this information is strictly prohibited. If you have received this transmission in error, please immediately notify LabOne at (800)388-4675.



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>