I have the alkacon clustering module running with two production servers in the cluster.  This is a brand new setup and I just witnessed the following weird behavior and am trying to track it down before it happens again.<br>
<br>Accessing a jsp page directly on the first server (not going through the load balancer) and it works.  Accessing it on the second directly, gives a blank page.<br><br>prod1/calendar.jsp <- worked fine.<br>prod2/calendar.jsp <- blank page.
<br><br>Clicking the "purge jsp repository"  on the workplace server (prod1) made the prod2/calendar.jsp page work.<br><br>This happened on several different pages.  I ran a wget -mirror on both sites and then did a diff -r -w on the two results and, after the jsp purge, all is well.
<br><br>Anyone seen this behavior before?<br><br>I'm wondering if the jsp repository is not getting purged by publish events?  although I can't imagine that being the case...<br><br>Thoughts?<br>-mp<br>