http://www.ubeans.com/tomcat

I haven't seen a resource for doing that with Tomcat 3.3.x, but that doesn't
mean there isn't one or that nobody has done it.

John

> -----Original Message-----
> From: Abraham Kang [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 13, 2003 4:21 PM
> To: [EMAIL PROTECTED]
> Subject: Load balancing Tomcat 3.3 from Apache with mod_jk or 
> mod_jserve
> 
> 
> 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]>
> 

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

Reply via email to