THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
Created By : Ankur Gupta
Excerpt | ||
---|---|---|
| ||
How to setup Tomcat to test clustering with Wicket |
...
- Build a tomcat from CVS HEAD
- Download the tomcat src and patch the
DeltaRequest.java
file so that theexecute(DeltaSession)
method ends with:
as opposed to just:Code Block reset(); session.endAccess();
Code Block session.endAccess();
- Download a modified catalina-cluster.jar from my website (http://www.templemore.co.uk/catalina-cluster.jar). This contains the patch plus some useful debug output so that you can see what is going on!
...