Actions
Bug #6039
closedMetacat-index can't handle the metacat which doesn't have the name as "knb"
Start date:
07/24/2013
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
In the web.xml of the metacat-index context, it has a parameter to locate the metacat's metacat.properties file. Its default value is:
/knb/WEB-INF/metacat.properties
I thought the value will be changed when we configure a metacat (through the web page) which doesn't have the knb name. However, it seems that this is not the case.
Updated by Jing Tao over 11 years ago
- Status changed from New to Resolved
- Assignee set to Jing Tao
In the PropertiesAdmin.java class in the Metacat, we add the code to modify the value in the Metacat-index. When users change the metacat context value during the metacat configuration, the path will be changed accordingly in the web.xml in the metacat-index context.
Actions