Revision 53
Added by Matt Jones almost 25 years ago
src/edu/ucsb/nceas/metacat/MetaCatUtil.java | ||
---|---|---|
20 | 20 |
public class MetaCatUtil { |
21 | 21 |
|
22 | 22 |
static String user = "jones"; |
23 |
static String password = "kinkaj0u";
|
|
23 |
static String password = "your-pw-goes-here";
|
|
24 | 24 |
static String defaultDB = "jdbc:oracle:thin:@localhost:1521:test"; |
25 | 25 |
|
26 | 26 |
/** |
MetaCatUtil.java | ||
---|---|---|
20 | 20 |
public class MetaCatUtil { |
21 | 21 |
|
22 | 22 |
static String user = "jones"; |
23 |
static String password = "kinkaj0u";
|
|
23 |
static String password = "your-pw-goes-here";
|
|
24 | 24 |
static String defaultDB = "jdbc:oracle:thin:@localhost:1521:test"; |
25 | 25 |
|
26 | 26 |
/** |
Makefile | ||
---|---|---|
4 | 4 |
CPATH=/home/httpd/servlets/xsql/lib/xmlparserv2.jar$(SEP)$(ORACLE_HOME)/jdbc/lib/classes111.zip$(SEP)/usr/lib/apache/ApacheJServ.jar$(SEP)/home/httpd/classes/servlet-2.0.jar$(SEP)./classes |
5 | 5 |
|
6 | 6 |
USER=jones |
7 |
PW=kinkaj0u
|
|
7 |
PW=your-pw-goes-here
|
|
8 | 8 |
|
9 | 9 |
JAVAC=javac -d classes |
10 | 10 |
|
Also available in: Unified diff
documentation changes