Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added note about multi-instance operation to README
  • Loading branch information
ajs6f committed Jan 24, 2013
1 parent c6b8b2c commit 46abf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,6 +38,6 @@ To run clustered instances on a single machine, start by making as many copies o
$ mvn -Djetty.port=9999 clean jetty:run
$ cd ../other-copy
$ mvn -Djetty.port=9998 clean jetty:run
```
and the instances should find each other via JGroups using TCP.

0 comments on commit 46abf14

Please sign in to comment.