Changeset 3228
- Timestamp:
- 03/11/11 23:51:54
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/jboss-postgresql/cal.options.xml
r3203 r3228 747 747 <!-- Comment out or delete for no web calendar service --> 748 748 <webcalServiceURI>/webcal</webcalServiceURI> 749 750 <!-- Comment out or delete for soap web service --> 751 <calSoapWsURI>/calws-soap</calSoapWsURI> 749 752 </Usercaldav> 750 753 … … 901 904 localhost may be good enough 902 905 --> 903 <exchangeWSDLURI>http://localhost:8080/ exchange/Services.wsdl</exchangeWSDLURI>906 <exchangeWSDLURI>http://localhost:8080/wsdls/exchange/Services.wsdl</exchangeWSDLURI> 904 907 905 908 <!-- location of the WSDL for the remote web service --> 906 <remoteWSDLURI>http://localhost:8080/ exchange/wssvc.wsdl</remoteWSDLURI>909 <remoteWSDLURI>http://localhost:8080/wsdls/exsynch/wssvc.wsdl</remoteWSDLURI> 907 910 908 911 <!-- Exchange sync callback. Comment out for no service --> trunk/config/bwbuild/jboss-postgresql/cal.properties
r3191 r3228 669 669 org.bedework.app.exsynchwcb.name=Demoexsynchw 670 670 #org.bedework.app.exsynchwcb.deploy.dir=${org.bedework.appserver.deploy.dir} 671 org.bedework.app.exsynchwcb.wsdl,deploy.dir=/ exchange671 org.bedework.app.exsynchwcb.wsdl,deploy.dir=/wsdl/exsynch 672 672 org.bedework.app.exsynchwcb.logprefix=exsynch 673 673
