The demo instructions seem to contain conflicting information. In the
section on Running Corona, the instructions say to run the client
./eclipse -console -clean
In the Executiion section of the demo, the instructions say to run the
client
./eclipse -clean -vmargs -Duser.name=User_A
The instructions also failto mention that if you start the client on OS
X using
./eclipse -clean -vmargs -Duser.name=User_A
you will crash the VM. For OS X, I think you need to put the
-Duser.name=User_A in Eclipse.app/Contents/MacOS/eclipse.ini
On the install instructions, it says under the Manual Install section
that you need to modify the ecf server.xml file. It does not say you
have to do this under the Automatic install section. After doing an
automatic install, it appears you still need to modify the server.xml by
hand. You might also want to give instructions on creating a directory
for the plugin .jar file, copying the jar file to the directory and
exploding the jar file in order to modify the server.xml.
Bryan