Revision 8306
Added by ben leinfelder about 11 years ago
src/edu/ucsb/nceas/metacat/admin/PropertiesAdmin.java | ||
---|---|---|
60 | 60 |
*/ |
61 | 61 |
public class PropertiesAdmin extends MetacatAdmin { |
62 | 62 |
private static String BACKSLASH = "/"; |
63 |
private static String DEFAULTMETACATCONTEXT = "knb";
|
|
63 |
private static String DEFAULTMETACATCONTEXT = "metacat";
|
|
64 | 64 |
private static String METACATPROPERTYAPPENDIX = "/WEB-INF/metacat.properties"; |
65 | 65 |
private static PropertiesAdmin propertiesAdmin = null; |
66 | 66 |
private static Logger logMetacat = Logger.getLogger(PropertiesAdmin.class); |
Also available in: Unified diff
correctly configure metacat-index to use metacat context/deployment location. https://projects.ecoinformatics.org/ecoinfo/issues/6138