pair programming - Server is down, is there an alternative server for ECF than ecftcp://ecf.eclipse.org:3282/ -


i trying setup eclipse collaborationframework using doc share plgin

i managed connect through google talk ok, when tried create collboration share workspace, on trying connect ther server got connection failed error, not connect server

anybody know if

  1. is server not available anymore?
  2. is there alternative elsewhere?
  3. would better creating own?

thanks

you can create ecf server - there's faq on how launch server @ wiki.eclipse.org.

from command line, can invoke eclipse application:

eclipse.exe -console -application org.eclipse.ecf.provider.appgenericserver 1234 

that starts port on ecftpc://localhost:1234

you can bring osgi command line , use startapp ring instance. allow have multiple servers in same runtime.

java -declipse.application.registerdescriptors=true -declipse.ignoreapp=false -jar org.eclipse.osgi -console -noexit  osgi> startapp org.eclipse.ecf.provider.genericserver 1234 osgi> startapp org.eclipse.ecf.provider.genericserver 5678 

sorry couldn't point faq directly before.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -