Project

General

Profile

« Previous | Next » 

Revision 4099

Added by daigle about 16 years ago

add dev.deploy.dir. remove jdbc_base.

View differences:

build.properties
7 7
# build.tomcat.dir=/usr/local/tomcat
8 8
build.tomcat.dir=/usr/local/devtools/jakarta-tomcat
9 9

  
10
# dev-install ant target uses this to determine where to drop 
11
# the war file in a dev installation.  Test classes will use
12
# this value to find metacat.properties
13
dev.deploy.dir=/usr/local/tomcat/webapps
10 14

  
11 15
## metacat.context will be used to name war only
12 16
metacat.context=knb
......
22 26
# Select the database to use for metadata storage
23 27
# Valid values are oracle, postgresql, sqlserver
24 28
# MCD the next line needs to go away
25
database=postgresql
29
#database=postgresql
26 30

  
27 31
# The JDBC connection string used to connect to the database
28 32
#jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb
......
30 34
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433
31 35

  
32 36
# The base directory for locating JDBC jar files (not needed for postgresql)
33
jdbc_base=./lib
37
#jdbc.base=./lib
34 38
#jdbc-base=F:\\Program Files\\Microsoft SQL Server 2000 Driver for JDBC\\lib
39
#jdbc.lib.oracle=classes111.zip
40
#jdbc.lib.postgres=postgresql-8.0-312.jdbc3.jar
41
#jdbc.lib.sqlserver1=msbase.jar
42
#jdbc.lib.sqlserver2=msutil.jar
43
#jdbs.lib.sqlserver3=mssqlserver.jar
35 44

  
36 45
# TODO SCW remove this, should be exposed in initial configuration
37 46
temp-dir=/var/metacat/temporary

Also available in: Unified diff