Eclipse Communication Framework (ECF)
Running a Collaboration Server on Localhost
- Download ECF projects from CVS into your workspace as described here.
- Choose Run... or Debug... from the Eclipse Run Menu.
- Under 'Java Application' choose 'ECF Collab Server'.
- Choose 'Run' (or Debug).
- This will run a simple server on your localhost machine with the
ECF URL: ecftcp://localhost:3282/server. You can then connect to this
server with an Eclipse client as described in Connecting an ECF
Collaboration Client to an Existing Server above.
- Install the ECF 'Server Feature' as described here
- From operating system shell, go to /features/org.eclipse.ecf.serverfeature_/bin
- Depending upon operating system, use 'startserver.cmd' (windows) or 'startserver.sh' (Unix) to
start a localhost server. See the file ../conf/server.xml to setup configuration
information for the localhost server