Revision 8265
Added by ben leinfelder about 11 years ago
metacat.properties | ||
---|---|---|
148 | 148 |
datamanager.password=datamanager |
149 | 149 |
datamanager.maxconnections=10 |
150 | 150 |
|
151 |
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/knb/services/QueryService
|
|
152 |
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/knb/services/AuthenticatedQueryService
|
|
153 |
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/knb/services/AuthenticationService
|
|
154 |
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/knb/services/PutService
|
|
155 |
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/knb/services/IdentificationService
|
|
151 |
#datamanager.endpoint.query=http://ecogrid.ecoinformatics.org/metacat/services/QueryService
|
|
152 |
#datamanager.endpoint.authenticatedquery=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticatedQueryService
|
|
153 |
#datamanager.endpoint.authentication=http://ecogrid.ecoinformatics.org/metacat/services/AuthenticationService
|
|
154 |
#datamanager.endpoint.put=http://ecogrid.ecoinformatics.org/metacat/services/PutService
|
|
155 |
#datamanager.endpoint.identifier=http://ecogrid.ecoinformatics.org/metacat/services/IdentificationService
|
|
156 | 156 |
#datamanager.srb.endpoint= |
157 | 157 |
#datamanager.srb.machinename= |
158 | 158 |
|
... | ... | |
441 | 441 |
Identify.earliestDatestamp=2000-01-01T00:00:00Z |
442 | 442 |
Identify.deletedRecord=no |
443 | 443 |
# Append something unique like .1, .2, etc to 'Identify.description' for each occurrence |
444 |
#Identify.description.1=<description><oai-identifier xmlns\="http\://www.openarchives.org/OAI/2.0/oai-identifier" xmlns\:xsi\="http\://www.w3.org/2001/XMLSchema-instance" xsi\:schemaLocation\="http\://www.openarchives.org/OAI/2.0/oai-identifier http\://www.openarchives.org/OAI/2.0/oai-identifier.xsd"><scheme>oai</scheme><repositoryIdentifier>metacat.lternet.edu</repositoryIdentifier><delimiter>\:</delimiter><sampleIdentifier>http\://metacat.lternet.edu/knb/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
|
|
444 |
#Identify.description.1=<description><oai-identifier xmlns\="http\://www.openarchives.org/OAI/2.0/oai-identifier" xmlns\:xsi\="http\://www.w3.org/2001/XMLSchema-instance" xsi\:schemaLocation\="http\://www.openarchives.org/OAI/2.0/oai-identifier http\://www.openarchives.org/OAI/2.0/oai-identifier.xsd"><scheme>oai</scheme><repositoryIdentifier>metacat.lternet.edu</repositoryIdentifier><delimiter>\:</delimiter><sampleIdentifier>http\://metacat.lternet.edu/metacat/metacat/knb-lter-lno.1</sampleIdentifier></oai-identifier></description>
|
|
445 | 445 |
# List the supported metadataPrefixes along with the class that performs the associated crosswalk |
446 | 446 |
Crosswalks.oai_dc=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml2oai_dc |
447 | 447 |
Crosswalks.eml-2.0.0=edu.ucsb.nceas.metacat.oaipmh.provider.server.crosswalk.Eml200 |
... | ... | |
504 | 504 |
######## junit test section ################ |
505 | 505 |
|
506 | 506 |
test.printdebug=true |
507 |
test.metacatUrl=http://localhost:8080/knb/metacat
|
|
508 |
test.contextUrl=http://localhost:8080/knb
|
|
507 |
test.metacatUrl=http://localhost:8080/metacat/metacat
|
|
508 |
test.contextUrl=http://localhost:8080/metacat
|
|
509 | 509 |
test.workflowSchedulerUrl=http://localhost:8080/workflowscheduler/scheduler |
510 |
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/knb
|
|
510 |
test.metacatDeployDir=/Users/leinfelder/tools/apache-tomcat-6/webapps/metacat
|
|
511 | 511 |
test.mcUser=uid=kepler,o=unaffiliated,dc=ecoinformatics,dc=org |
512 | 512 |
test.mcPassword=kepler |
513 | 513 |
test.mcAnotherUser=uid=test,o=NCEAS,dc=ecoinformatics,dc=org |
... | ... | |
517 | 517 |
test.lterUser=uid=knbuser,o=LTER,dc=ecoinformatics,dc=org |
518 | 518 |
test.lterPassword=b1gf1$h |
519 | 519 |
test.testProperty=testing |
520 |
test.replication.targetServer=fred.msi.ucsb.edu/knb
|
|
520 |
test.replication.targetServer=fred.msi.ucsb.edu/metacat
|
|
521 | 521 |
|
522 | 522 |
######## Developers Section ######################################### |
523 | 523 |
|
Also available in: Unified diff
Refer to metacat.war deployments since those are now the default. https://projects.ecoinformatics.org/ecoinfo/issues/6082