Actions
Bug #1230
closedmove metacat.properties out of jar file
Start date:
12/05/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1230
Description
The current configuration file for metacat (metacat.properties) is installed
inside of the metacat.jar JAR file. This makes changing the configuration
difficult for most users. Need to move it out of the jar, probably to a
location like ${context}/WEB-INF/metacat.properties. I have started code to
accomplish this change.
Updated by Matt Jones almost 21 years ago
FIXED. The properties file is now installed in the WEB-INF directory rather
than the jar file. This uses a new Options class found in the utilities module,
so the new version of utilities needs to ship with this release of metacat. You
still just call MetaCatUtil.getOption(String optionName) to get a value, so the
rest of metacat won't notice the change.
Actions