Changeset 3032
- Timestamp:
- 10/26/10 15:30:53
- Files:
-
- trunk/config/bwbuild/default/cal.options.xml (modified) (3 diffs)
- trunk/config/bwbuild/jboss-mysql/cal.options.xml (modified) (3 diffs)
- trunk/config/bwbuild/jboss-postgresql/build.properties (modified) (1 diff)
- trunk/config/bwbuild/jboss-postgresql/cal.options.xml (modified) (3 diffs)
- trunk/config/bwbuild/jboss-postgresql/exsynch.options.xml (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/default/cal.options.xml
r3018 r3032 40 40 <!-- Timezone server locations --> 41 41 <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 42 43 <!-- Public/private key locations --> 44 <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys> 45 <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys> 42 46 43 47 <systemRoots classname="org.bedework.calfacade.configs.SystemRoots" > … … 117 121 <disabled>false</disabled> 118 122 </dummymail> 119 120 <default-pwencrypt classname="org.bedework.calfacade.security.DefaultPwEncryptionConfig">121 <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys>122 <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys>123 124 <debug>true</debug>125 <verbose>true</verbose>126 </default-pwencrypt>127 123 </module> 128 124 </global> … … 589 585 <debugEntity>false</debugEntity> 590 586 </iosched> 587 588 <Exsynch classname="org.bedework.exchgsynch.ExsynchConfig"> 589 <appType>exsynch</appType> 590 591 <!-- location of the WSDL - modified to include server element --> 592 <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 593 594 <!-- Exchange sync callback. Comment out for no service --> 595 <exchangeWsPushURI>http://128.113.124.221/exsynch/</exchangeWsPushURI> 596 597 <!-- Path to keystore - comment out to use default --> 598 <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> 599 </Exsynch> 591 600 </app> 592 601 </bedework> trunk/config/bwbuild/jboss-mysql/cal.options.xml
r3018 r3032 40 40 <!-- Timezone server locations --> 41 41 <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 42 43 <!-- Public/private key locations --> 44 <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys> 45 <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys> 42 46 43 47 <systemRoots classname="org.bedework.calfacade.configs.SystemRoots" > … … 117 121 <disabled>false</disabled> 118 122 </dummymail> 119 120 <default-pwencrypt classname="org.bedework.calfacade.security.DefaultPwEncryptionConfig">121 <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys>122 <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys>123 124 <debug>true</debug>125 <verbose>true</verbose>126 </default-pwencrypt>127 123 </module> 128 124 </global> … … 589 585 <debugEntity>false</debugEntity> 590 586 </iosched> 587 588 <Exsynch classname="org.bedework.exchgsynch.ExsynchConfig"> 589 <appType>exsynch</appType> 590 591 <!-- location of the WSDL - modified to include server element --> 592 <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 593 594 <!-- Exchange sync callback. Comment out for no service --> 595 <exchangeWsPushURI>http://128.113.124.221/exsynch/</exchangeWsPushURI> 596 597 <!-- Path to keystore - comment out to use default --> 598 <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> 599 </Exsynch> 591 600 </app> 592 601 </bedework> trunk/config/bwbuild/jboss-postgresql/build.properties
r3012 r3032 25 25 org.bedework.carddav.options=${env.BEDEWORK_CONFIG}/carddav.options.xml 26 26 27 org.bedework.exsynch.options=${env.BEDEWORK_CONFIG}/exsynch.options.xml27 #org.bedework.exsynch.options=${env.BEDEWORK_CONFIG}/exsynch.options.xml 28 28 29 29 # Enable/disable replacement of log4j config during deployment trunk/config/bwbuild/jboss-postgresql/cal.options.xml
r3018 r3032 40 40 <!-- Timezone server locations --> 41 41 <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 42 43 <!-- Public/private key locations --> 44 <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys> 45 <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys> 42 46 43 47 <systemRoots classname="org.bedework.calfacade.configs.SystemRoots" > … … 117 121 <disabled>false</disabled> 118 122 </dummymail> 119 120 <default-pwencrypt classname="org.bedework.calfacade.security.DefaultPwEncryptionConfig">121 <privKeys>@DATA_DIR@/data/bedework/privkeys</privKeys>122 <pubKeys>@DATA_DIR@/data/bedework/pubkeys</pubKeys>123 124 <debug>true</debug>125 <verbose>true</verbose>126 </default-pwencrypt>127 123 </module> 128 124 </global> … … 589 585 <debugEntity>false</debugEntity> 590 586 </iosched> 587 588 <Exsynch classname="org.bedework.exchgsynch.ExsynchConfig"> 589 <appType>exsynch</appType> 590 591 <!-- location of the WSDL - modified to include server element --> 592 <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 593 594 <!-- Exchange sync callback. Comment out for no service --> 595 <exchangeWsPushURI>http://128.113.124.221/exsynch/</exchangeWsPushURI> 596 597 <!-- Path to keystore - comment out to use default --> 598 <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> 599 </Exsynch> 591 600 </app> 592 601 </bedework>
