| 867 | | |
|---|
| 868 | | <!-- ================================================================== |
|---|
| 869 | | Exchange synch |
|---|
| 870 | | ================================================================== --> |
|---|
| 871 | | <Exsynch classname="org.bedework.exchgsynch.ExsynchConfig"> |
|---|
| 872 | | <appType>exsynch</appType> |
|---|
| 873 | | |
|---|
| 874 | | <!-- location of the WSDL - modified to include server element --> |
|---|
| 875 | | <exchangeWSDLURI>http://localhost:8080/exchange/Services.wsdl</exchangeWSDLURI> |
|---|
| 876 | | |
|---|
| 877 | | <!-- Exchange sync callback. Comment out for no service --> |
|---|
| 878 | | <exchangeWsPushURI>http://128.113.124.221/exsynch/</exchangeWsPushURI> |
|---|
| 879 | | |
|---|
| 880 | | <!-- Path to keystore - comment out to use default --> |
|---|
| 881 | | <keystore>@APPSERVER-DATA-DIR@/exsynchcerts</keystore> |
|---|
| 882 | | |
|---|
| 883 | | <!-- location of the WSDL for the remote web service --> |
|---|
| 884 | | <remoteWSDLURI>http://localhost:8080/exchange/wssvc.wsdl</remoteWSDLURI> |
|---|
| 885 | | |
|---|
| 886 | | <remoteWsURL>http://localhost:8080/pubcaldav/exsynchws/</remoteWsURL> |
|---|
| 887 | | |
|---|
| 888 | | <!-- seconds --> |
|---|
| 889 | | <remoteKeepAliveInterval>60</remoteKeepAliveInterval> |
|---|
| 890 | | </Exsynch> |
|---|
| | 908 | |
|---|
| | 909 | <!-- =============================================================== |
|---|
| | 910 | User CardDAV server usercarddavweb |
|---|
| | 911 | This should be pretty much identical to the above |
|---|
| | 912 | =============================================================== --> |
|---|
| | 913 | <usercarddavweb classname="org.bedework.carddav.util.CardDAVConfig" > |
|---|
| | 914 | <sysintfImpl>org.bedework.carddav.bwserver.BwSysIntfImpl</sysintfImpl> |
|---|
| | 915 | |
|---|
| | 916 | <webaddrServiceURI>/find</webaddrServiceURI> |
|---|
| | 917 | <webaddrServicePropertiesList>fn,email,note,org</webaddrServicePropertiesList> |
|---|
| | 918 | <webaddrPublicAddrbook>/principals/users</webaddrPublicAddrbook> |
|---|
| | 919 | |
|---|
| | 920 | <directoryBrowsingDisallowed>false</directoryBrowsingDisallowed> |
|---|
| | 921 | |
|---|
| | 922 | <defaultAddressbook>addressbook</defaultAddressbook> |
|---|
| | 923 | |
|---|
| | 924 | <!-- This will act as the root for the file system --> |
|---|
| | 925 | <addressBookHandlerPrefix>/user</addressBookHandlerPrefix> |
|---|
| | 926 | |
|---|
| | 927 | <!-- Needed for access calculations --> |
|---|
| | 928 | <userHomeRoot>/user</userHomeRoot> |
|---|
| | 929 | |
|---|
| | 930 | <principalRoot>/principals</principalRoot> |
|---|
| | 931 | <userPrincipalRoot>/principals/users</userPrincipalRoot> |
|---|
| | 932 | <groupPrincipalRoot>/principals/groups</groupPrincipalRoot> |
|---|
| | 933 | <resourcePrincipalRoot>/principals/resources</resourcePrincipalRoot> |
|---|
| | 934 | <venuePrincipalRoot>/principals/locations</venuePrincipalRoot> |
|---|
| | 935 | <ticketPrincipalRoot>/principals/tickets</ticketPrincipalRoot> |
|---|
| | 936 | <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> |
|---|
| | 937 | </usercarddavweb> |
|---|