README.md
README.md
http://tomcat.apache.org/connectors-doc/generic_howto/quick.html * `git clone https://github.com/hazelcast/hazelcast-code-samples.git` - Clone repo into the local * `cd hazelcast-code-samples/hazelcast-integration/filter-based-session-replication/` * `mvn install` - Create war file for example * `cp target/session-replication.war $CATALINA_HOME/webapps/` - Copy war to Tomcat * Browse to `http://localhost:8080/session-replication/hazelcast` * `cp target/session-replication.war $JETTY_HOME/webapps/` - Copy war to Jetty * Browse to `http://localhost:8080/session-replication/hazelcast`