This documentation describes how to start working with the default PapyrusCDOServer.
The PapyrusCDOServer is a CDO server based on H2
https://www.h2database.com/html/main.html. This server is proposed for development and tests usages.
How to install and launch PapyrusCDOServer on localhost
- Download the last version of the PapyrusCDOServer on
https://hudson.eclipse.org/papyrus/view/Collaborative%20Modeling/job/Papyrus-CDO-Server/ws/products/
- Unzip it
- if you are using Windows, we advise you to unzip in C:/ and not in another drive
- Run PapyrusCDOServer like done on this snapshot.
-
- The CDO server is now launched and you have access to a OSGI terminal.
The database is created in a
develop folder at the root of your system.
How to Shutdown properly the CDO Server
- In the OSGI terminal, type
close, then
y (for yes) and the server will shutdown.
-