Revision 329
Added by Matt Jones over 24 years ago
metacat.properties | ||
---|---|---|
4 | 4 |
# '$Id$' |
5 | 5 |
# |
6 | 6 |
user=jones |
7 |
password=your-pw-goes-here
|
|
8 |
defaultDB=jdbc:oracle:thin:@heen:1521:test
|
|
7 |
password=kinkaj0u
|
|
8 |
defaultDB=jdbc:oracle:thin:@24.237.21.98:1521:test
|
|
9 | 9 |
dbDriver=oracle.jdbc.driver.OracleDriver |
10 | 10 |
initialConnections=10 |
11 | 11 |
incrementConnections=5 |
12 | 12 |
maximumConnections=20 |
13 |
resultStyleURL=file:///home/httpd/html/xmltodb/lib/resultset.xsl
|
|
14 |
xmlcatalogfile=/home/httpd/html/xmltodb/lib/catalog.txt
|
|
13 |
resultStyleURL=file:///opt/tomcat/webapps/xmltodb/resultset.xsl
|
|
14 |
xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt
|
|
15 | 15 |
defaultdatapath=C:\Temp\ |
16 | 16 |
executescript=test.bat |
17 | 17 |
defaultGlobalName=NCEAS |
Also available in: Unified diff
-Reorganized xmltodb module to support new install process for the new
linux server (dev.nceas.ucsb.edu). Added "build.sh" shell script that
calls ant withthe proper umask set for installation. Use:
to post a new copy of the servlet and its supporting files to the install
directory defined in build.xml.
-Updated the servlet to use a new servlet prefix that we'll use with the
Tomcat servlet engine.
-Update bin dir shell scripts to reflect new locations of relevant jar files.