Revision 4812
Added by daigle over 15 years ago
build.properties | ||
---|---|---|
27 | 27 |
http.protocol=http |
28 | 28 |
config.lsidauthority=ecoinformatics.org |
29 | 29 |
|
30 |
# Select the database to use for metadata storage |
|
31 |
# Valid values are oracle, postgresql, sqlserver |
|
32 |
# MCD the next line needs to go away |
|
33 |
#database=postgresql |
|
34 |
|
|
35 |
# The JDBC connection string used to connect to the database |
|
36 |
#jdbc-connect=jdbc:oracle:thin:@metacat.nceas.ucsb.edu:1521:knb |
|
37 |
#jdbc-connect=jdbc:postgresql://localhost/postgres |
|
38 |
#jdbc-connect=jdbc:microsoft:sqlserver://fatali.nceas.ucsb.edu:1433 |
|
39 |
|
|
40 |
# The base directory for locating JDBC jar files (not needed for postgresql) |
|
41 |
#jdbc.base=./lib |
|
42 |
#jdbc-base=F:\\Program Files\\Microsoft SQL Server 2000 Driver for JDBC\\lib |
|
43 |
#jdbc.lib.oracle=classes111.zip |
|
44 |
#jdbc.lib.postgres=postgresql-8.0-312.jdbc3.jar |
|
45 |
#jdbc.lib.sqlserver1=msbase.jar |
|
46 |
#jdbc.lib.sqlserver2=msutil.jar |
|
47 |
#jdbs.lib.sqlserver3=mssqlserver.jar |
|
48 |
|
|
49 |
# Registry & LDAP properties |
|
50 |
# This section can safely be ignored if installing Metacat without the Perl components |
|
51 |
# LDAP configuration |
|
52 |
ldap.context=unaffiliated |
|
53 |
ldap.url=ldap.ecoinformatics.org |
|
54 |
ldap.password=LDAP_PASSWORD_HERE |
|
55 |
|
|
56 |
# Registry CGIs URL |
|
57 |
cgi-prefix=http://${httpserver}/${metacat.context}/cgi-bin |
|
58 |
|
|
59 | 30 |
# SCW: Set the cgi-user, either here or in scripts to properly |
60 | 31 |
# set the permissions on the temporary folder; cgi-writable files |
61 | 32 |
cgi-user=www-data |
... | ... | |
94 | 65 |
|
95 | 66 |
compile.debug=true |
96 | 67 |
compile.deprecation=false |
97 |
compile.optimize=true |
|
68 |
compile.optimize=true
|
|
98 | 69 |
|
99 |
# paths to be indexed when document is inserted. these are the paths which will be searched often |
|
100 |
indexPaths=organizationName,originator/individualName/surName,originator/individualName/givenName,originator/organizationName,creator/individualName/surName,creator/individualName/givenName,creator/organizationName,dataset/title,keyword,geographicCoverage/boundingCoordinates/northBoundingCoordinate,geographicCoverage/boundingCoordinates/southBoundingCoordinate,geographicCoverage/boundingCoordinates/westBoundingCoordinate,geographicCoverage/boundingCoordinates/eastBoundingCoordinate,eastBoundingCoordinate,title,entityName,individualName/surName,abstract/para,surName,givenName,para,geographicDescription,literalLayout,eastbc,northbc,westbc,southbc,dataset/access/allow/principal,access/allow/principal,entityName,taxonRankValue,dataset/dataTable/physical/distribution/online/url,dataset/spatialRaster/physical/distribution/online/url,@packageId,/reviewHistory/review/packageId,EcogridRegEntry/description,EcogridRegEntry/serviceName,EcogridRegEntry/endPoint,associatedParty/individualName/surName,associatedParty/organizationName,coverage/temporalCoverage/singleDateTime/alternativeTimeScale/timeScaleName,coverage/temporalCoverage/rangeOfDates/beginDate/alternativeTimeScale/timeScaleName,coverage/temporalCoverage/rangeOfDates/endDate/alternativeTimeScale/timeScaleName,placekey,idinfo/citation/citeinfo/title,idinfo/citation/citeinfo/origin,idinfo/keywords/theme/themekey,abstract,dataset/dataTable/physical/distribution/online/url/@function,dataset/spatialRaster/physical/distribution/online/url/@function,taxonomicClassification/taxonRankValue,taxonomicClassification/taxonRankName,northBoundingCoordinate,southBoundingCoordinate,westBoundingCoordinate,eastBoundingCoordinate,additionalMetadata/moderatorComment |
|
101 |
|
|
102 | 70 |
# Flag to install ecogird or not. Possible values are true or false |
103 | 71 |
install.ecogrid=true |
104 | 72 |
|
Also available in: Unified diff
Format indexPaths in metacat.properties. Remove from build.properties and build.xml. Move indexPath list getter from MetacatUtil to SystemUtil.