bdionne / pellet

Pellet is an OWL 2 reasoner in Java; open source (AGPL) and commercially licensed, commercial support available.
http://clarkparsia.com/pellet
Other
2 stars 1 forks source link

Retrieve and classify projects from the protege-server based on project id #3

Closed bdionne closed 7 years ago

bdionne commented 7 years ago

Currently this is done by listing the project ids in the pellet startup config file. This needs to be done programmatically by contacting the protege server and asking for a list of classifiable project ids.

Together with the ability to remotely restart this will enable us to administer the server without sysadmin support.

rgrinberg commented 7 years ago

That means the old ability of loading up these project id's from config files is going to be retired right? Or do we want to have the ability get project id's both from protege and the startup file?

bdionne commented 7 years ago

just from Protégé, we want to remove the need to modify a config file

bdionne commented 7 years ago

This is working well