This content has been marked as final.
Show 2 replies
-
1. Re: how to run mod_cluster demo?
jfclere Sep 4, 2013 7:33 AM (in response to marcodanti)when you build:
mvn -P dist install
mvn -P dist package
you should get a tar file like:
target/mod_cluster-parent-1.2.6.Final-SNAPSHOT-bin.tar.gz
The run-demo.sh is there:
+++
-rw-rw-r-- jfclere/jfclere 608 2013-09-04 13:24 demo/client/run-demo.bat
-rw-rw-r-- jfclere/jfclere 589 2013-09-04 13:24 demo/client/run-demo.sh+++
Try to use 1.2.5.Final to test it.
-
2. Re: how to run mod_cluster demo?
marcodanti Sep 4, 2013 9:25 AM (in response to jfclere)Silly me...I was looking into the wrong directory.