Revision 1951
Added by Matt Jones almost 21 years ago
metacat.properties | ||
---|---|---|
3 | 3 |
# Matt Jones, Dan Higgins, Jivka Bojilova |
4 | 4 |
# '$Id$' |
5 | 5 |
# |
6 |
configured=false |
|
6 | 7 |
user=@user@ |
7 | 8 |
password=@password@ |
8 | 9 |
defaultDB=@jdbc-connect@ |
Also available in: Unified diff
Moved the metacat.properties file from the jar file to now be located in
the tomcat context directory in WEB-INF. Now the metacat configuration is
editable in place. This change depends on a new Options.java class in the
utilities module, so be sure you do a "clean" build in metacat so that you
pick up this new class. This satisfies needs for bug 1230.