Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Build a tomcat from CVS HEAD
  2. Download the tomcat src and patch the DeltaRequest.java file so that the execute(DeltaSession) method ends with:
    Code Block
    reset();
    session.endAccess();
    
    as opposed to just:
    Code Block
    session.endAccess();
    
  3. Download a modified catalina-cluster.jar from my website (http://www.templemore.co.uk/catalina-cluster.jarImage Removed). This contains the patch plus some useful debug output so that you can see what is going on!

...