Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#679 closed enhancement (fixed)

Configuration file improvments

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: Reggie v2.18
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

Reggie currently include a configuration file for Open Grid Scheduler hosts (reggie-ogs-hosts.xml). In the future (eg. for #674) we probably want to store configuration settings that are not related to the Open Grid system.

I think the configuration file should be changed to reggie-config.xml instead. The <ogs-hosts> tag should be renamed to <remote-hosts> tag. A "type" attribute should be used to specify what the remote host is used for (eg. type="ogs").

Change History (9)

comment:1 by Nicklas Nordborg, 9 years ago

(In [2859]) References #679: Configuration file improvments

Renamed configuration file to reggie-config.xml and <ogs-hosts> to <remote-hosts type="ogs">. Other hosts can be configured but are currently not parsed or usable.

comment:2 by Nicklas Nordborg, 9 years ago

(In [2860]) References #679: Configuration file improvments

Load non-grid host as well. They are still handled by OpenGridService and OpenGridServlet.

comment:3 by Nicklas Nordborg, 9 years ago

(In [2861]) References #679: Configuration file improvments

Moved some functionality in OpenGridService and OpenGridServlet to RemoteHostServlet.

comment:4 by Nicklas Nordborg, 9 years ago

(In [2875]) References #679: Configuration file improvments

Fixes an issue with re-loading and re-installing Reggie that caused Tomcat to stop with a PermGen space error.

Configuration re-loading now always go through the OpenGridService instance.

comment:5 by Nicklas Nordborg, 9 years ago

Status: newassigned

comment:6 by Nicklas Nordborg, 9 years ago

(In [2892]) References #679: Configuration file improvments

Updates for better handling of missing and incorrect configuration file.

comment:7 by Nicklas Nordborg, 9 years ago

(In [2893]) References #679: Configuration file improvments

Also detect configuration file problem in the installation wizard.

comment:8 by Nicklas Nordborg, 9 years ago

Resolution: fixed
Status: assignedclosed

comment:9 by Nicklas Nordborg, 9 years ago

(In [2976]) References #679: Configuration file improvments

Error message was hidden behind tables with items.

Note: See TracTickets for help on using tickets.