Changeset 3315
- Timestamp:
- 08/26/11 15:20:06
- Files:
-
- trunk/build/buildfilters.xml (modified) (1 diff)
- trunk/config/bwbuild/jboss-postgresql/cal.options.xml (modified) (2 diffs)
- trunk/config/bwbuild/jboss-postgresql/cal.properties (modified) (3 diffs)
- trunk/config/bwbuild/jboss-postgresql/synch-config.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/buildfilters.xml
r3246 r3315 117 117 value="${org.bedework.calws-soap.uri}" /> 118 118 119 <filter token="exsynchWsURI" 120 value="${org.bedework.exsynch.uri}" /> 119 <filter token="synchWsURI" 120 value="${org.bedework.synch.uri}" /> 121 122 <filter token="synchService" 123 value="${org.bedework.synch.service}" /> 124 125 <filter token="synchServiceManager" 126 value="${org.bedework.synch.service.manager}" /> 127 128 <filter token="SYNCH_WSDL_DIR" 129 value="${org.bedework.synch.wsdl.deploy.dir}" /> 130 131 <filter token="synchWsdlURI" 132 value="${org.bedework.synch.wsdl.uri}" /> 121 133 </filterset> 122 134 trunk/config/bwbuild/jboss-postgresql/cal.options.xml
r3313 r3315 59 59 <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 60 60 </systemRoots> 61 62 <synchWsdlUri>@synchWsdlURI@</synchWsdlUri> 63 <synchManagerUri>@synchServiceManager@</synchManagerUri> 61 64 62 65 <!-- To enable mapping of calendar addresses e.g. mailto:fred@example.org … … 805 808 Coming up on a separate port might help to lock it down. 806 809 Comment out or delete for no synch service 807 808 NOTE: the value below is defined in the build properties809 810 --> 810 811 <synchWsURI>/synchws/</synchWsURI> trunk/config/bwbuild/jboss-postgresql/cal.properties
r3307 r3315 209 209 org.bedework.exchange.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/exchange 210 210 211 # synch - wsdl 211 # synch - wsdl where we deploy for the build. 212 212 org.bedework.synch.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/synch 213 # where runnign services download it. 214 org.bedework.synch.wsdl.uri=http://localhost:8080/wsdls/synch/wssvc.wsdl 215 213 216 # synch - service 214 org.bedework.synch.uri=/synchws/ 215 org.bedework.synch.service=http://localhost:8080/pubcaldav${org.bedework.synch.uri} 217 org.bedework.synch.service.context=/synch 218 org.bedework.synch.service=http://localhost:8080${org.bedework.synch.service.context} 219 # synch - service - manager - this correcsponds to the manager connector 220 # configured into the synch service byt its own config. 221 org.bedework.synch.service.manager=${org.bedework.synch.service}/manager 216 222 217 223 org.bedework.calws.wsdl.deploy.dir=${org.bedework.wsdl.deploy.dir}/calws-soap 224 218 225 org.bedework.calws-soap.uri=/calws-soap/ 219 226 org.bedework.calws-soap.service=http://localhost:8080/ucaldav${org.bedework.calws-soap.uri} 220 227 228 # Bedework end of the synch service - a separate context on pubcaldav 229 org.bedework.bwsynch.wsuri=/synchws/ 230 org.bedework.bwsynch.service=http://localhost:8080/pubcaldav${org.bedework.bwsynch.wsuri} 231 232 # Wher our exchange server is located - this is probably not needed now 221 233 org.bedework.exchange.ws.url=https://tootles-fe1.neverland.rpi.edu/EWS/Exchange.asmx 222 234 … … 504 516 org.bedework.app.Pubcalws.web.xml=war/WEB-INF/publicws-web.xml 505 517 org.bedework.app.Pubcalws.tomcat.context.xml=war/META-INF/publiccontext.xml 506 org.bedework.app.Pubcalws.war.name= Pubcalws507 org.bedework.app.Pubcalws.context.root=/ Pubcalws518 org.bedework.app.Pubcalws.war.name=pubcalws 519 org.bedework.app.Pubcalws.context.root=/pubcalws 508 520 # Set for jboss 509 521 #org.bedework.app.Pubcalws.virtual.host= … … 759 771 org.bedework.app.synchwcb.web.xml=war/WEB-INF/web.xml 760 772 org.bedework.app.synchwcb.war.name=synch 761 org.bedework.app.synchwcb.context.root= /synch773 org.bedework.app.synchwcb.context.root=${org.bedework.synch.service.context} 762 774 # Set for jboss 763 775 #org.bedework.app.usercarddav.virtual.host=events.rpi.edu trunk/config/bwbuild/jboss-postgresql/synch-config.xml
r3313 r3315 99 99 </bean> 100 100 101 <!-- The connector " file" will load the following config -101 <!-- The connector "read-only-file" will load the following config - 102 102 the suffix "FileConfig" is appended to the connector id --> 103 103 <bean id="read-only-fileFileConfig"
