35 lines
1.5 KiB
XML
35 lines
1.5 KiB
XML
|
<!--
|
||
|
Copyright (C) 2004 Orbeon, Inc.
|
||
|
|
||
|
This program is free software; you can redistribute it and/or modify it under the terms of the
|
||
|
GNU Lesser General Public License as published by the Free Software Foundation; either version
|
||
|
2.1 of the License, or (at your option) any later version.
|
||
|
|
||
|
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||
|
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||
|
See the GNU Lesser General Public License for more details.
|
||
|
|
||
|
The full text of the license is available at http://www.gnu.org/copyleft/lesser.html
|
||
|
-->
|
||
|
<properties xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||
|
xmlns:oxf="http://www.orbeon.com/oxf/processors">
|
||
|
|
||
|
<property as="xs:anyURI" name="oxf.log4j-config" value="oxf:/default-log4j.xml"/>
|
||
|
<property as="xs:integer" name="oxf.cache.size" value="200"/>
|
||
|
|
||
|
|
||
|
<property as="xs:anyURI"
|
||
|
name="oxf.http.ssl.keystore.uri"
|
||
|
value="file:/var/local/heritrix-3.1.0/heritrix.keystore"/>
|
||
|
<property as="xs:string"
|
||
|
name="oxf.http.ssl.keystore.password"
|
||
|
value="heritrix"/>
|
||
|
<property as="xs:string"
|
||
|
name="oxf.http.ssl.hostname-verifier"
|
||
|
value="allow-all"/>
|
||
|
|
||
|
<!--<property as="xs:NMTOKENS" name="oxf.xforms.logging.debug"
|
||
|
value="document model submission control event action analysis server server-body html resolver utils
|
||
|
submission-details submission-body"/>-->
|
||
|
</properties>
|