Changeset 3262
- Timestamp:
- 05/05/11 15:52:44
- Files:
-
- trunk/config/bwbuild/default/cal.options.xml (modified) (3 diffs)
- trunk/config/bwbuild/default/cal.properties (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/default/cal.options.xml
r3259 r3262 757 757 <!-- Comment out or delete for no web calendar service --> 758 758 <webcalServiceURI>/webcal</webcalServiceURI> 759 760 <!-- SOAP web service 761 This corresponds to the full uri in the properties file. 762 Defined as a global deployment property 763 764 NOTE: tthe value below is defined in the build properties 765 --> 766 <calSoapWsURI>@calSoapWsURI@</calSoapWsURI> 767 768 <!-- This corresponds to the deployment path in the properties file. 769 Defined as a global deployment property --> 770 <calSoapWsWSDLURI>http://localhost:8080/wsdls/calws-soap/wssvc.wsdl</calSoapWsWSDLURI> 759 771 </Usercaldav> 760 772 … … 784 796 <!-- Comment out or delete for no web calendar service --> 785 797 <webcalServiceURI>/webcal</webcalServiceURI> 798 799 <!-- The bedework end of the exchange synch service. This is a web 800 service called by the synch engine to get information out of 801 bedework and to update events and status. 802 803 This path should probably be restricted to a given host only. 804 805 Coming up on a separate port might help to lock it down. 806 Comment out or delete for no exchange synch service 807 808 NOTE: tthe value below is defined in the build properties 809 --> 810 <exsynchWsURI>@exsynchWsURI@</exsynchWsURI> 786 811 </Pubcaldav> 787 812 … … 898 923 <appType>exsynch</appType> 899 924 900 <!-- location of the WSDL - modified to include server element --> 901 <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> 925 <!-- location of the WSDL - modified to include server element 926 This corresponds to the wsdl deploy location defined in the 927 build properties file. 928 --> 929 <exchangeWSDLURI>http://localhost:8080/wsdls/exchange/Services.wsdl</exchangeWSDLURI> 930 931 <!-- location of the WSDL for the remote web service 932 This corresponds to the wsdl deploy location defined in the 933 build properties file. 934 --> 935 <remoteWSDLURI>http://localhost:8080/wsdls/exsynch/wssvc.wsdl</remoteWSDLURI> 902 936 903 937 <!-- Exchange sync callback. Comment out for no service --> 904 <exchangeWsPushURI>http://128.113.124.22 1/exsynch/</exchangeWsPushURI>938 <exchangeWsPushURI>http://128.113.124.225:8080/exsynch/</exchangeWsPushURI> 905 939 906 940 <!-- Path to keystore - comment out to use default --> 907 941 <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> 908 909 <!-- location of the WSDL for the remote web service -->910 <remoteWSDLURI>http://localhost:8080/exchange/wssvc.wsdl</remoteWSDLURI>911 942 912 943 <remoteWsURL>http://localhost:8080/pubcaldav/exsynchws/</remoteWsURL> trunk/config/bwbuild/default/cal.properties
r3259 r3262 189 189 org.bedework.global.copy.activemq.config=yes 190 190 191 # ------------------------------------------------------------------------ 192 # Deployment locations for the wsdls and associated files. 193 # For each related service there is a run time URL to allow client services 194 # to access these deployed wsdls. 195 # 196 # In addition we define the location of the associated service which has to be 197 # embedded in the wsdl. 198 # ------------------------------------------------------------------------ 199 200 # All wsdls are under this directory 201 org.bedework.wsdl.deploy.dir=${org.bedework.appserver.dir}/${org.bedework.server.resource.root.dir}/wsdls 202 203 # The exchange web service - needed for exchnage synch service 204 org.bedework.exchange.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/exchange 205 206 # Exchange synch - wsdl 207 org.bedework.exsynch.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/exsynch 208 # Exchange synch - service 209 org.bedework.exsynch.uri=/exsynchws/ 210 org.bedework.exsynch.service=http://localhost:8080/pubcaldav${org.bedework.exsynch.uri} 211 212 org.bedework.calws.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/calws-soap 213 org.bedework.calws-soap.uri=/calws-soap/ 214 org.bedework.calws-soap.service=http://localhost:8080/ucaldav${org.bedework.calws-soap.uri} 215 216 org.bedework.exchange.ws.url=https://exchange.mysite.edu/EWS/Exchange.asmx 217 191 218 # 192 219 # ------------------------------------------------------------------------ … … 711 738 org.bedework.app.exsynchwcb.name=Demoexsynchw 712 739 #org.bedework.app.exsynchwcb.deploy.dir=${org.bedework.appserver.deploy.dir} 713 org.bedework.app.exsynchwcb.wsdl,deploy.dir=/ exchange740 org.bedework.app.exsynchwcb.wsdl,deploy.dir=/wsdl/exsynch 714 741 org.bedework.app.exsynchwcb.logprefix=exsynch 715 742
