naohirozrx / reallysimplehistory

Automatically exported from code.google.com/p/reallysimplehistory
Other
0 stars 0 forks source link

Compatibility of RSH in Clustered Tomcat environment #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The application I'm associated with runs on two servers managed by a load 
balancer in a Clustered Tomcat environment. The application includes pages 
in which AJAX is used for partial refresh as well as pages which reload 
completely (non AJAX pages).

I've implemented RSH in the AJAX flows. However, it has been found at 
times that the Javascript history cache is not being updated with new 
entries. Though, it starts adding after a few complete page reloads.

The very same behaviour was noticed on all the 3 browsers I tested upon - 
IE 6.0, IE 7.0 and Mozilla Firefox 2.0.0.11

Does anybody know whether Clustered Tomcat environment is supported by RSH?

Original issue reported on code.google.com by shensyjo...@gmail.com on 11 Jan 2008 at 1:20