Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ECF/Servers"

< ECF
 
m (Link corrections and grammar)
Line 1: Line 1:
ECF is currently using the [http://www.eclipse.org/equinox/incubator/server/embedding_in_a_servlet_container.php Equinox Servlet Incubator] to run support the example collab application running on the 'ECF generic' provider.
+
ECF is currently using the [http://www.eclipse.org/equinox/documents/http_in_container.php Equinox Servlet Incubator] to run and support the example collab application running on the 'ECF generic' provider.
  
 
You can access this server for real-time collaboration by
 
You can access this server for real-time collaboration by
  
* [http://www.eclipse.org/ecf/downloads.html Downloading/Installing ECF SDK]
+
* [http://www.eclipse.org/ecf/downloads.php Download and install the ECF SDK]
* Right-clicking on a project (e.g. org.eclipse.ecf project in workspace)
+
* Right-click on a project (e.g. the org.eclipse.ecf project in your workspace)
* Choosing ECF->Connect Project...
+
* Choose ECF -> Connect Project...
* Selecting the 'ECF generic' provider from list
+
* Selecting the 'ECF generic' provider from the list
* Giving '''ecftcp://ecf.eclipse.org:3282/server''' as the connect URI.
+
* Use '''ecftcp://ecf.eclipse.org:3282/server''' as the connect URI.
 
* Choose a nickname
 
* Choose a nickname
 
* Select OK
 
* Select OK

Revision as of 21:21, 9 October 2006

ECF is currently using the Equinox Servlet Incubator to run and support the example collab application running on the 'ECF generic' provider.

You can access this server for real-time collaboration by

  • Download and install the ECF SDK
  • Right-click on a project (e.g. the org.eclipse.ecf project in your workspace)
  • Choose ECF -> Connect Project...
  • Selecting the 'ECF generic' provider from the list
  • Use ecftcp://ecf.eclipse.org:3282/server as the connect URI.
  • Choose a nickname
  • Select OK

We have lots more planned for the ECF servers sub-project, including:

Running other providers on the server

  • xmpp
  • zeroconf discovery

...

Back to the top