Hello, I would like to know how "session replication" works with TOMCAT.
And what is the configuration?
 
My configuration is: 
 
One Apache 192.168.0.122
Three tomcat servers 192.168.0.121-123 
 
The load balancing with Apache and Tomcat works. I tested the
configuration with a simple JSP like this:
 
<html>
<body bgcolor="red">
<center>
<%= request.getSession().getId() %>
<h1>Tomcat 1</h1>
</body>
</html>
 
When I test I obtain three pages (red, blue, green) with different ID. I
want to have only ID in order to see Session Replication works
correctly. 
 
Best regards, 
 
Etienne 
 
 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
 

Reply via email to