>in my application i want two servers(tomcat 3.2.3) 

you should upgrade to 3.3 ;)

>residing on 
>two different
>machines to cater to requests coming another different 
>machinewhich keeps
>forwarding the requests to either of the servers.Pls guide how 
>can i achieve
>the same.I have added two workers in in my workers.properties on the
>dispatcher machine , but it keeps sending the request to only the first
>machine.

It's normal if you create http-session. The spec indicate that when
a session is created all next requests should go to the same JVM,
and that's SessionAffinity. To spray request between servers, one
for servera and another for serverb, just don't use http session !

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to