[global] #cherrypy staff server.socket_port= 8088 server.environment= "production" server.protocolVersion= "HTTP/1.1" server.thread_pool = 10 server.log_to_screen = False server.log_request_headers = True server.show_tracebacks = True sessionFilter.on = True sessionFilter.storageType='File' sessionFilter.timeout=30 #XSLT locations for DiGIR, BioCASE, and TAPIR providers darwin2003_xslt = "http://ww2.biocase.org/svn/edit/trunk/editUnitPortalSoftware/xslt/LANG_DarwinCore_UnitDetail.xslt" abcd12_xslt = "http://ww2.biocase.org/svn/edit/trunk/editUnitPortalSoftware/xslt/LANG_ABCD1.2_Summary.xslt" abcd2_xslt = "http://ww2.biocase.org/svn/edit/trunk/editUnitPortalSoftware/xslt/LANG_ABCD2.0_Summary.xslt" dwcore_xslt = "http://ww2.biocase.org/svn/edit/trunk/editUnitPortalSoftware/xslt/LANG_DWCore_UnitDetail.xslt" [/static] #cherrypy staff static_filter.on = True static_filter.dir = "static" [/favicon.ico] #cherrypy staff static_filter.on = True static_filter.file = "static/images/favicon.ico" [/] #cherrypy staff tools.encode.on = True tools.gzip.on = True