Search Mailing List Archives
[protege-discussion] Collaborative Protege - Help for a Begineer
Jens
usenet at mnet-mail.de
Fri Jul 6 02:42:30 PDT 2007
Hi Hemali,
In client server mode there is no save button. If you use a database backend,
everything is saved there automatically. If you use a file based project on the
server - which is not recommended - you need to add a parameter to periodically
flush ontology to disk files on the server side.
Add option -saveIntervalSec=<no-of-seconds> to peridically save your file based
project to disk on the client side after the Protege main class:
edu.stanford.smi.protege.server.Server -saveIntervalSec=120
Details are in:
http://protege.cim3.net/cgi-bin/wiki.pl?MultiUserTutorial
The annotation ontology cannot be converted to a database project as Tania
answered to my question some days before. So you need to add this parameter to
get your annotation ontology saved even when you're using a database backend
on your main ontology.
Regards,
Jens.
More information about the protege-discussion
mailing list