# # Properties file defining options for the MetaCatServlet.java servlet # # Matt Jones, Dan Higgins, Jivka Bojilova # '$Id: metacat.properties 3244 2007-04-18 09:26:24Z jones $' # ######## Configuration section ######################################### # This flag indicates whether configuration information has been collected from # the user installing metacat yet. configured=true configurationPage=/configure.jsp configurationSuccessPage=/configure-restart.jsp version=1.7.0 ######## Database section ######################################### user=@user@ password=@password@ defaultDB=@jdbc-connect@ dbDriver=@dbDriver@ dbAdapter=@dbAdapter@ initialConnections=5 incrementConnections=5 maximumConnections=25 maximumConnectionAge=120000 maximumConnectionTime=60000 maximumUsageNumber=100 numberOfIndexingThreads=5 indexingTimerTaskTime=86400000 maximumIndexDelay=5000 runDBConnectionRecycleThread=off cycleTimeOfDBConnection=30000 ######## Access section ######################################### administrators=@administrators@ moderators=@moderators@ allowedSubmitters=@allowedSubmitters@ deniedSubmitters=@deniedSubmitters@ timedreplication=@timedreplication@ firsttimedreplication=@firsttimedreplication@ timedreplicationinterval=@timedreplicationinterval@ forcereplicationwaitingtime=@forcereplicationwaitingtime@ config-dir=@config-dir@ default-style=@default-style@ xmlcatalogfile=/opt/tomcat/webapps/xmltodb/catalog.txt sitecode=nceas accNumSeparator=. saxparser=org.apache.xerces.parsers.SAXParser servletpath=@servlet-path@ htmlpath=@html-path@ eml2_0_0namespace=@eml2_0_0namespace@ eml2_0_1namespace=@eml2_0_1namespace@ eml2_1_0namespace=@eml2_1_0namespace@ packagedoctype=-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN, -//ecoinformatics.org//eml-dataset-2.0.0beta4//EN accessdoctype=-//ecoinformatics.org//eml-access-2.0.0beta6//EN, -//ecoinformatics.org//eml-access-2.0.0beta4//EN physicaldoctype=-//ecoinformatics.org//eml-physical-2.0.0beta6//EN, -//ecoinformatics.org//eml-physical-2.0.0beta4//EN entitydoctype=-//ecoinformatics.org//eml-entity-2.0.0beta6//EN, -//ecoinformatics.org//eml-entity-2.0.0beta4//EN packagedoctypeset=BIN,-//ecoinformatics.org//eml-access-2.0.0beta6//EN,-//ecoinformatics.org//eml-access-2.0.0beta4//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN,-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN,-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN,-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN,-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN,-//ecoinformatics.org//eml-entity-2.0.0beta6//EN,-//ecoinformatics.org//eml-entity-2.0.0beta4//EN,-//ecoinformatics.org//eml-literature-2.0.0beta6//EN,-//ecoinformatics.org//eml-literature-2.0.0beta4//EN,-//ecoinformatics.org//eml-physical-2.0.0beta6//EN,-//ecoinformatics.org//eml-physical-2.0.0beta4//EN,-//ecoinformatics.org//eml-project-2.0.0beta6//EN,-//ecoinformatics.org//eml-project-2.0.0beta4//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN,-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN,-//ecoinformatics.org//eml-software-2.0.0beta6//EN,-//ecoinformatics.org//eml-software-2.0.0beta4//EN indexNamespaces=@eml2_0_0namespace@,@eml2_0_1namespace@ indexPaths=@indexPaths@ server=@server@ httpserver=@systemidserver@ junittesturl=@systemidserver@@servlet-path@ authclass=edu.ucsb.nceas.metacat.AuthLdap ldapurl=ldap://ldap.ecoinformatics.org:389/ ldapsurl=ldap://ldap.ecoinformatics.org:389/ ldapbase=dc=ecoinformatics,dc=org # time in milliseconds allowed for ldap server connections ldapconnecttimelimit=5000 # time in milliseconds allowed for ldap server searches ldapsearchtimelimit=30000 # count of return entries allowed for ldap server searches ldapsearchcountlimit=30000 referral=follow #ldapurl=ldap://ldap.nceas.ucsb.edu:389/ #ldapsurl=ldap://ldap.nceas.ucsb.edu:389/ #ldapbase=o=NCEAS,c=US onlySecureLDAPConnection=false onlySecureLDAPReferalsConnection=false deltaT=60 replicationpath=@replication-path@ replicationlog=@replication-log@ replicationerrorlog=@replicationerrorlog@ dtdPath=@install-dir@/dtd/ schemaPath=@install-dir@/schema/ dtdURL=@systemidserver@@html-path@/dtd/ schemaURL=@systemidserver@@html-path@/schema/ datafilepath=@datafilepath@ inlinedatafilepath=@inlinedatafilepath@ certPath=@install-dir@/ context=@context@ debuglevel=@debuglevel@ datafileflag=datafile datafilesizelimit=1000 defaultcontenttype=@defaultcontenttype@ query.ignored.params=enableediting,foo usexmlindex=true skinconfigfiles=esa # used for the setting the size of resultset for applications like morpho app_resultsetsize=400 # used for the setting the size of resultset for searches done using browsers web_resultsetsize=900 # used for the setting the size of queryresult_string in queryresult table. # the limit is 4000 for oracle queryresult_string_length=4000 # the value of xml_returnfield.usage_count should be more than this value # for records to be entered into xml_queryresult. so if you want results for # any combination of returnfields to be stored in xml_queryresult only when # that combination has been requested 50 times, set this value to 50 xml_returnfield_count=0 ######## Harvester section ######################################### connectToMetacat=true delay=0 harvesterAdministrator=name@institution.edu logPeriod=90 maxHarvests=0 period=24 smtpServer=localhost GetDocError=Error getting EML document from site,Error GetDocSuccess=Success getting EML document from site,Debug GetHarvestListError=Error getting harvest list from site,Error GetHarvestListSuccess=Success getting harvest list from site,Debug HarvesterStartup=Harvester start up,Info HarvesterShutdown=Harvester shut down,Info InsertDocError=Error inserting EML document to Metacat,Error InsertDocSuccess=Success inserting EML document to Metacat,Info MetacatHasDoc=Metacat already has this EML document,Info UpdateDocError=Error updating EML document to Metacat,Error UpdateDocSuccess=Success updating EML document to Metacat,Info ValidateDocError=Error validating EML docoument,Error ValidateDocSuccess=Success validating EML document,Debug ValidateHarvestListError=Error validating harvest list,Error ValidateHarvestListSuccess=Success validating harvest list,Debug # End of Harvester properties ######## Spatial section ######################################### runSpatialOption=true regenerateCacheOnRestart=true # Comma-seperated list of schemas containing spatial bounding boxes # name corresponds to the docname stored in xml_documents table spatialDocnameList=eml,fgdc # XML paths to the four bounding coordinates # These paths must be included in your indexPaths variable in build.properties # Note the naming convention: # {docname}_{direction}BoundingCoordinatePath=..... # Has not been tested with other schemas besides EML eml_westBoundingCoordinatePath=geographicCoverage/boundingCoordinates/westBoundingCoordinate eml_eastBoundingCoordinatePath=geographicCoverage/boundingCoordinates/eastBoundingCoordinate eml_southBoundingCoordinatePath=geographicCoverage/boundingCoordinates/southBoundingCoordinate eml_northBoundingCoordinatePath=geographicCoverage/boundingCoordinates/northBoundingCoordinate fgdc_westBoundingCoordinatePath=spdom/bounding/westbc fgdc_eastBoundingCoordinatePath=spdom/bounding/eastbc fgdc_southBoundingCoordinatePath=spdom/bounding/southbc fgdc_northBoundingCoordinatePath=spdom/bounding/northbc docTitle=dataset/title metacatUrl=@systemidserver@@servlet-path@ baseUrl=@systemidserver@@html-path@ # END spatial options # START sitemap properties # relative directory path in which sitemap files should be written sitemapDirectory=@install-dir@/sitemaps # Interval (in milliseconds) between rebuilding the sitemap sitemapInterval=86400000 # END sitemap properties