Hi All,

   I have searched through Google Groups and the Tomcat User archives but I
can't find any threads that
detail the configuration required to get Apache load balancing to Tomcat
3.3.1 through mod_jk or mod_jserve.

   I have found references for how to set up Tomat 4.x and 4.1.x to load
balance using the
   <Engine jvmRoute="tomat1"...>  but this does not exist in Tomcat 3.3.1.

   I have also found references for how to set up load balancing with Tomcat
3.2 using
   <Connector className="org.apache.tomcat.service.PoolTcpConnector">
            <Parameter
                name="handler"

value="org.apache.tomcat.service.connector.Ajp12ConnectionHandler"/>
            <Parameter
                name="port"
                value="8007"/>
            <Parameter
                name="max_threads"
                value="100"/>
            <Parameter
                name="max_spare_threads"
                value="40"/>
            <Parameter
                name="min_spare_threads"
                value="20" />
   </Connector>

   but I have not found any references to the <Connector...> element
   in the Tomcat 3.3 server configuration reference.

   Can anyone help me with the configuration specifics for Tomcat's
server.xml for Tomcat 3.3.1.

   I also looked at mod_jserver but it can only partition load (no load
balance with sticky sessions)
   based on URL mappings for example:
        /abc  www.serverone.com
        /def  www.servertwo.com

   I have spent the whole weekend trying to get this working and by boss is
telling me it is possible.

Warmest Regards,
Abraham


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to