Changeset 2439
- Timestamp:
- 12/10/09 12:12:25
- Files:
-
- trunk/config/bwbuild/default/cal.options.xml (modified) (3 diffs)
- trunk/config/bwbuild/default/cal.properties (modified) (2 diffs)
- trunk/config/bwbuild/default/carddav.options.xml (modified) (1 diff)
- trunk/config/bwbuild/jboss/activemq.xml (added)
- trunk/config/bwbuild/jboss/cal.options.xml (modified) (9 diffs)
- trunk/config/bwbuild/jboss/carddav.options.xml (modified) (1 diff)
- trunk/config/bwbuild/jboss/sysevents.properties (added)
- trunk/config/bwbuild/liferay5/activemq.xml (added)
- trunk/config/bwbuild/liferay5/cal.options.xml (modified) (9 diffs)
- trunk/config/bwbuild/liferay5/carddav.options.xml (modified) (4 diffs)
- trunk/config/bwbuild/liferay5/sysevents.properties (added)
- trunk/config/bwbuild/mysql/activemq.xml (added)
- trunk/config/bwbuild/mysql/build.properties (modified) (1 diff)
- trunk/config/bwbuild/mysql/cal.options.xml (modified) (10 diffs)
- trunk/config/bwbuild/mysql/cal.properties (modified) (5 diffs)
- trunk/config/bwbuild/mysql/carddav.options.xml (modified) (3 diffs)
- trunk/config/bwbuild/mysql/context.xml (modified) (1 diff)
- trunk/config/bwbuild/mysql/sysevents.properties (added)
- trunk/config/bwbuild/oracle10g/activemq.xml (added)
- trunk/config/bwbuild/oracle10g/build.properties (modified) (1 diff)
- trunk/config/bwbuild/oracle10g/cal.options.xml (modified) (9 diffs)
- trunk/config/bwbuild/oracle10g/cal.properties (modified) (5 diffs)
- trunk/config/bwbuild/oracle10g/carddav.options.xml (modified) (3 diffs)
- trunk/config/bwbuild/oracle10g/context.xml (modified) (1 diff)
- trunk/config/bwbuild/oracle10g/sysevents.properties (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/default/cal.options.xml
r2410 r2439 5 5 <bedework> 6 6 <global> 7 <version>3. 5</version>7 <version>3.6</version> 8 8 9 9 <!-- This property is how the running system finds the system settings. … … 250 250 251 251 <!-- ================================================================== 252 Public web client Events 252 Public web client Events - Duke/Yale Theme 253 253 ================================================================== --> 254 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 282 282 <calSuite>MainCampus</calSuite> 283 283 </Events> 284 285 <!-- ================================================================== 286 Public web client Events - BwClassic Theme 287 ================================================================== --> 288 <Events classname="org.bedework.calfacade.configs.ClientConfig"> 289 <cachingOn>true</cachingOn> 290 <cachePrefix>bwpubevents</cachePrefix> 291 292 <autoCreateContacts>false</autoCreateContacts> 293 <autoDeleteContacts>false</autoDeleteContacts> 294 <autoCreateLocations>false</autoCreateLocations> 295 <autoDeleteLocations>false</autoDeleteLocations> 296 297 <appType>webpublic</appType> 298 <publicAdmin>false</publicAdmin> 299 <guestMode>true</guestMode> 300 301 <!-- Default value for 24 hour mode --> 302 <hour24>true</hour24> 303 304 <!-- Default value for minute increments --> 305 <minIncrement>5</minIncrement> 306 307 <showYearData>false</showYearData> 308 309 <logPrefix>BwClasic</logPrefix> 310 311 <appRoot>http://localhost:8080/calrsrc</appRoot> 312 313 <refreshAction>setup.do</refreshAction> 314 <refreshInterval>300</refreshInterval> 315 316 <calSuite>BwClassic</calSuite> 317 </Events> 318 284 319 285 320 trunk/config/bwbuild/default/cal.properties
r2410 r2439 227 227 # -------------------------------------------------------------------- 228 228 # 229 # Public Web Client 229 # Public Web Client - Duke/Yale Themed Suite 230 230 # 231 231 org.bedework.app.Events.project=webapps … … 245 245 246 246 org.bedework.app.Events.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 247 org.bedework.app.Events.display.name=Demo calendar 247 org.bedework.app.Events.display.name=Demo calendar - Duke/Yale Themed Suite 248 248 org.bedework.app.Events.name=DemoCal 249 250 # 251 # -------------------------------------------------------------------- 252 # 253 # Public Web Client - BwClassic Themed Suite 254 # 255 org.bedework.app.Events.project=webapps 256 org.bedework.app.Events.sou.dir=webclient 257 org.bedework.app.Events.default.contenttype=text/xml 258 org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml 259 org.bedework.app.Events.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml 260 #org.bedework.app.Events.portlet.name=PublicCal 261 262 org.bedework.app.Events.war.name=bwclassic 263 org.bedework.app.Events.context.root=/bwclassic 264 # Set for jboss 265 #org.bedework.app.Events.virtual.host= 266 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc 267 org.bedework.app.Events.deploy.dir=/webapps 268 org.bedework.app.Events.cal.suite=BwClassic 269 270 org.bedework.app.Events.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 271 org.bedework.app.Events.display.name=Demo calendar - BwClassic Themed Suite 272 org.bedework.app.Events.name=BwClassic 249 273 250 274 # trunk/config/bwbuild/default/carddav.options.xml
r2217 r2439 5 5 <bedework> 6 6 <global> 7 <version>3. 5</version>7 <version>3.6</version> 8 8 9 9 <dirhandlers> trunk/config/bwbuild/jboss/cal.options.xml
r2237 r2439 5 5 <bedework> 6 6 <global> 7 <version>3. 5</version>7 <version>3.6</version> 8 8 9 9 <!-- This property is how the running system finds the system settings. … … 72 72 73 73 <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory> 74 <providerUrl>ldap://localhost /</providerUrl>74 <providerUrl>ldap://localhost:10389</providerUrl> 75 75 <groupContextDn>ou=groups, dc=bedework, dc=org</groupContextDn> 76 <groupMemberAttr> uniqueMember</groupMemberAttr>76 <groupMemberAttr>member</groupMemberAttr> 77 77 <userDnPrefix>uid=</userDnPrefix> 78 78 <userDnSuffix>,ou=accounts, dc=bedework, dc=org</userDnSuffix> 79 79 <groupDnPrefix>cn=</groupDnPrefix> 80 <groupDnSuffix>,ou=groups, dc=bedework, dc=org</groupDnSuffix>80 <groupDnSuffix>,ou=groups,dc=bedework, dc=org</groupDnSuffix> 81 81 <debug>true</debug> 82 83 <securityAuthentication>simple</securityAuthentication> 84 <securityProtocol>NONE</securityProtocol> 85 <authDn>uid=admin,ou=system</authDn> 86 <authPw>secret</authPw> 82 87 </user-ldap-group> 83 88 … … 144 149 <mailerClass>org.bedework.mail.DummyMailer</mailerClass> 145 150 <admingroupsClass>org.bedework.calsvc.directory.AdminGroupsDbImpl</admingroupsClass> 151 <usergroupsClass>org.bedework.calsvc.directory.UserGroupsLdapImpl</usergroupsClass> 146 152 <!-- 147 <usergroupsClass>org.bedework.calsvc.directory. UserGroupsLdapImpl</usergroupsClass>153 <usergroupsClass>org.bedework.calsvc.directory.GroupsDbImpl</usergroupsClass> 148 154 --> 149 <usergroupsClass>org.bedework.calsvc.directory.GroupsDbImpl</usergroupsClass>150 155 151 156 <directoryBrowsingDisallowed>true</directoryBrowsingDisallowed> … … 165 170 <guestMode>true</guestMode> 166 171 </tzsvr> 172 173 <!-- ================================================================== 174 Config web client 175 ================================================================== --> 176 <bwconfig classname="org.bedework.calfacade.configs.ConfigCommon"> 177 <appType>webconfig</appType> 178 <publicAdmin>false</publicAdmin> 179 <guestMode>false</guestMode> 180 </bwconfig> 167 181 168 182 <!-- ================================================================== … … 236 250 237 251 <!-- ================================================================== 238 Public web client Events 252 Public web client Events - Duke/Yale Theme 239 253 ================================================================== --> 240 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 270 284 271 285 <!-- ================================================================== 286 Public web client Events - BwClassic Theme 287 ================================================================== --> 288 <Events classname="org.bedework.calfacade.configs.ClientConfig"> 289 <cachingOn>true</cachingOn> 290 <cachePrefix>bwpubevents</cachePrefix> 291 292 <autoCreateContacts>false</autoCreateContacts> 293 <autoDeleteContacts>false</autoDeleteContacts> 294 <autoCreateLocations>false</autoCreateLocations> 295 <autoDeleteLocations>false</autoDeleteLocations> 296 297 <appType>webpublic</appType> 298 <publicAdmin>false</publicAdmin> 299 <guestMode>true</guestMode> 300 301 <!-- Default value for 24 hour mode --> 302 <hour24>true</hour24> 303 304 <!-- Default value for minute increments --> 305 <minIncrement>5</minIncrement> 306 307 <showYearData>false</showYearData> 308 309 <logPrefix>BwClasic</logPrefix> 310 311 <appRoot>http://localhost:8080/calrsrc</appRoot> 312 313 <refreshAction>setup.do</refreshAction> 314 <refreshInterval>300</refreshInterval> 315 316 <calSuite>BwClassic</calSuite> 317 </Events> 318 319 320 321 <!-- ================================================================== 322 Feed Service 323 ================================================================== --> 324 <Feeder classname="org.bedework.calfacade.configs.ClientConfig"> 325 <cachingOn>true</cachingOn> 326 <cachePrefix>bwfeeder</cachePrefix> 327 328 <autoCreateContacts>false</autoCreateContacts> 329 <autoDeleteContacts>false</autoDeleteContacts> 330 <autoCreateLocations>false</autoCreateLocations> 331 <autoDeleteLocations>false</autoDeleteLocations> 332 333 <appType>feeder</appType> 334 <publicAdmin>false</publicAdmin> 335 <guestMode>true</guestMode> 336 337 <!-- Default value for 24 hour mode --> 338 <hour24>true</hour24> 339 340 <!-- Default value for minute increments --> 341 <minIncrement>5</minIncrement> 342 343 <showYearData>false</showYearData> 344 345 <logPrefix>Feeder</logPrefix> 346 347 <appRoot>http://localhost:8080/calfeedrsrc</appRoot> 348 349 <refreshAction>setup.do</refreshAction> 350 <refreshInterval>300</refreshInterval> 351 352 <calSuite>MainCampus</calSuite> 353 </Feeder> 354 355 <!-- ================================================================== 272 356 Demo departmental Public web client SoEDept 273 357 ================================================================== --> … … 335 419 User CalDAV server UserCalDAV 336 420 ================================================================== --> 337 <Usercaldav classname="org.bedework.cal facade.configs.CalDAVConfig">421 <Usercaldav classname="org.bedework.caldav.util.CalDAVConfig"> 338 422 <appType>usercaldav</appType> 339 <publicAdmin>false</publicAdmin> 423 <!-- 424 <publicAdmin>false</publicAdmin> 425 --> 340 426 <guestMode>false</guestMode> 341 427 … … 357 443 Public (unauthenticated) CalDAV server PublicCalDAV 358 444 ================================================================== --> 359 <Pubcaldav classname="org.bedework.cal facade.configs.CalDAVConfig">445 <Pubcaldav classname="org.bedework.caldav.util.CalDAVConfig"> 360 446 <appType>publiccaldav</appType> 361 <publicAdmin>false</publicAdmin> 447 <!-- 448 <publicAdmin>false</publicAdmin> 449 --> 362 450 <guestMode>true</guestMode> 363 451 … … 405 493 <defaultPublicCalPath>/public/Other Events/Other</defaultPublicCalPath> 406 494 </dumpres> 495 496 <!-- ================================================================== 497 Crawler program 498 ================================================================== --> 499 <indexer classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 500 <debug>true</debug> 501 <appType>indexer</appType> 502 <guestMode>true</guestMode> 503 <debugEntity>false</debugEntity> 504 </indexer> 505 506 <!-- ================================================================== 507 System events logger program 508 ================================================================== --> 509 <sysevlog classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 510 <debug>true</debug> 511 <appType>sysevlog</appType> 512 <guestMode>true</guestMode> 513 <debugEntity>false</debugEntity> 514 </sysevlog> 515 516 <!-- ================================================================== 517 In/outbox scheduler program 518 ================================================================== --> 519 <iosched classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 520 <debug>true</debug> 521 <appType>inoutsched</appType> 522 <guestMode>true</guestMode> 523 <debugEntity>false</debugEntity> 524 </iosched> 407 525 </app> 408 526 </bedework> trunk/config/bwbuild/jboss/carddav.options.xml
r2231 r2439 5 5 <bedework> 6 6 <global> 7 <version>3. 5</version>8 7 <version>3.6</version> 8 9 9 <dirhandlers> 10 10 <!-- handle the principal hierarchy. trunk/config/bwbuild/liferay5/cal.options.xml
r2097 r2439 5 5 <bedework> 6 6 <global> 7 <version>3. 5</version>7 <version>3.6</version> 8 8 9 9 <!-- This property is how the running system finds the system settings. … … 72 72 73 73 <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory> 74 <providerUrl>ldap://localhost /</providerUrl>74 <providerUrl>ldap://localhost:10389</providerUrl> 75 75 <groupContextDn>ou=groups, dc=bedework, dc=org</groupContextDn> 76 <groupMemberAttr> uniqueMember</groupMemberAttr>76 <groupMemberAttr>member</groupMemberAttr> 77 77 <userDnPrefix>uid=</userDnPrefix> 78 78 <userDnSuffix>,ou=accounts, dc=bedework, dc=org</userDnSuffix> 79 79 <groupDnPrefix>cn=</groupDnPrefix> 80 <groupDnSuffix>,ou=groups, dc=bedework, dc=org</groupDnSuffix>80 <groupDnSuffix>,ou=groups,dc=bedework, dc=org</groupDnSuffix> 81 81 <debug>true</debug> 82 83 <securityAuthentication>simple</securityAuthentication> 84 <securityProtocol>NONE</securityProtocol> 85 <authDn>uid=admin,ou=system</authDn> 86 <authPw>secret</authPw> 82 87 </user-ldap-group> 83 88 … … 144 149 <mailerClass>org.bedework.mail.DummyMailer</mailerClass> 145 150 <admingroupsClass>org.bedework.calsvc.directory.AdminGroupsDbImpl</admingroupsClass> 151 <usergroupsClass>org.bedework.calsvc.directory.UserGroupsLdapImpl</usergroupsClass> 146 152 <!-- 147 <usergroupsClass>org.bedework.calsvc.directory. UserGroupsLdapImpl</usergroupsClass>153 <usergroupsClass>org.bedework.calsvc.directory.GroupsDbImpl</usergroupsClass> 148 154 --> 149 <usergroupsClass>org.bedework.calsvc.directory.GroupsDbImpl</usergroupsClass>150 155 151 156 <directoryBrowsingDisallowed>true</directoryBrowsingDisallowed> 152 157 153 158 <indexRoot>lucene/indexroot</indexRoot> 159 160 <rootUsers>admin</rootUsers> 154 161 </syspars> 155 162 156 163 <app> 157 164 <!-- ================================================================== 165 Timezones server 166 ================================================================== --> 167 <tzsvr classname="org.bedework.calfacade.configs.ConfigCommon"> 168 <appType>tzsvr</appType> 169 <publicAdmin>false</publicAdmin> 170 <guestMode>true</guestMode> 171 </tzsvr> 172 173 <!-- ================================================================== 174 Config web client 175 ================================================================== --> 176 <bwconfig classname="org.bedework.calfacade.configs.ConfigCommon"> 177 <appType>webconfig</appType> 178 <publicAdmin>false</publicAdmin> 179 <guestMode>false</guestMode> 180 </bwconfig> 181 182 <!-- ================================================================== 158 183 Admin web client CalAdmin 159 184 ================================================================== --> … … 163 188 <autoCreateLocations>false</autoCreateLocations> 164 189 <autoDeleteLocations>false</autoDeleteLocations> 165 <allowEditAllCategories>false</allowEditAllCategories> 166 <allowEditAllLocations>false</allowEditAllLocations> 167 <allowEditAllContacts>false</allowEditAllContacts> 190 191 <!-- if these are false only superuser can maintain public 192 categories, locations and contacts --> 193 <allowEditAllCategories>true</allowEditAllCategories> 194 <allowEditAllLocations>true</allowEditAllLocations> 195 <allowEditAllContacts>true</allowEditAllContacts> 196 168 197 <categoryOptional>true</categoryOptional> 169 198 … … 221 250 222 251 <!-- ================================================================== 223 Public web client Events 252 Public web client Events - Duke/Yale Theme 224 253 ================================================================== --> 225 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 255 284 256 285 <!-- ================================================================== 286 Public web client Events - BwClassic Theme 287 ================================================================== --> 288 <Events classname="org.bedework.calfacade.configs.ClientConfig"> 289 <cachingOn>true</cachingOn> 290 <cachePrefix>bwpubevents</cachePrefix> 291 292 <autoCreateContacts>false</autoCreateContacts> 293 <autoDeleteContacts>false</autoDeleteContacts> 294 <autoCreateLocations>false</autoCreateLocations> 295 <autoDeleteLocations>false</autoDeleteLocations> 296 297 <appType>webpublic</appType> 298 <publicAdmin>false</publicAdmin> 299 <guestMode>true</guestMode> 300 301 <!-- Default value for 24 hour mode --> 302 <hour24>true</hour24> 303 304 <!-- Default value for minute increments --> 305 <minIncrement>5</minIncrement> 306 307 <showYearData>false</showYearData> 308 309 <logPrefix>BwClasic</logPrefix> 310 311 <appRoot>http://localhost:8080/calrsrc</appRoot> 312 313 <refreshAction>setup.do</refreshAction> 314 <refreshInterval>300</refreshInterval> 315 316 <calSuite>BwClassic</calSuite> 317 </Events> 318 319 320 321 <!-- ================================================================== 322 Feed Service 323 ================================================================== --> 324 <Feeder classname="org.bedework.calfacade.configs.ClientConfig"> 325 <cachingOn>true</cachingOn> 326 <cachePrefix>bwfeeder</cachePrefix> 327 328 <autoCreateContacts>false</autoCreateContacts> 329 <autoDeleteContacts>false</autoDeleteContacts> 330 <autoCreateLocations>false</autoCreateLocations> 331 <autoDeleteLocations>false</autoDeleteLocations> 332 333 <appType>feeder</appType> 334 <publicAdmin>false</publicAdmin> 335 <guestMode>true</guestMode> 336 337 <!-- Default value for 24 hour mode --> 338 <hour24>true</hour24> 339 340 <!-- Default value for minute increments --> 341 <minIncrement>5</minIncrement> 342 343 <showYearData>false</showYearData> 344 345 <logPrefix>Feeder</logPrefix> 346 347 <appRoot>http://localhost:8080/calfeedrsrc</appRoot> 348 349 <refreshAction>setup.do</refreshAction> 350 <refreshInterval>300</refreshInterval> 351 352 <calSuite>MainCampus</calSuite> 353 </Feeder> 354 355 <!-- ================================================================== 257 356 Demo departmental Public web client SoEDept 258 357 ================================================================== --> … … 320 419 User CalDAV server UserCalDAV 321 420 ================================================================== --> 322 <Usercaldav classname="org.bedework.calfacade.configs.CalDAVConfig"> 323 <publicAdmin>false</publicAdmin> 421 <Usercaldav classname="org.bedework.caldav.util.CalDAVConfig"> 422 <appType>usercaldav</appType> 423 <!-- 424 <publicAdmin>false</publicAdmin> 425 --> 324 426 <guestMode>false</guestMode> 325 427 … … 341 443 Public (unauthenticated) CalDAV server PublicCalDAV 342 444 ================================================================== --> 343 <Pubcaldav classname="org.bedework.calfacade.configs.CalDAVConfig"> 344 <publicAdmin>false</publicAdmin> 445 <Pubcaldav classname="org.bedework.caldav.util.CalDAVConfig"> 446 <appType>publiccaldav</appType> 447 <!-- 448 <publicAdmin>false</publicAdmin> 449 --> 345 450 <guestMode>true</guestMode> 346 451 … … 360 465 361 466 <!-- ================================================================== 467 CalDAV test suite 468 ================================================================== --> 469 <caldavTest classname="org.bedework.calfacade.configs.ConfigCommon"> 470 <appType>caldavTest</appType> 471 <publicAdmin>false</publicAdmin> 472 <guestMode>false</guestMode> 473 </caldavTest> 474 475 <!-- ================================================================== 476 bedework test suite 477 ================================================================== --> 478 <test classname="org.bedework.calfacade.configs.ConfigCommon"> 479 <appType>testsuite</appType> 480 <publicAdmin>false</publicAdmin> 481 <guestMode>false</guestMode> 482 </test> 483 484 <!-- ================================================================== 362 485 Dump restore program dumpres 363 486 ================================================================== --> 364 487 <dumpres classname="org.bedework.calfacade.configs.DumpRestoreConfig"> 365 488 <debug>true</debug> 489 <appType>dumprestore</appType> 490 <guestMode>true</guestMode> 366 491 <debugEntity>false</debugEntity> 367 492 <superGroupName>campusAdminGroups</superGroupName> 368 493 <defaultPublicCalPath>/public/Other Events/Other</defaultPublicCalPath> 369 494 </dumpres> 495 496 <!-- ================================================================== 497 Crawler program 498 ================================================================== --> 499 <indexer classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 500 <debug>true</debug> 501 <appType>indexer</appType> 502 <guestMode>true</guestMode> 503 <debugEntity>false</debugEntity> 504 </indexer> 505 506 <!-- ================================================================== 507 System events logger program 508 ================================================================== --> 509 <sysevlog classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 510 <debug>true</debug> 511 <appType>sysevlog</appType> 512 <guestMode>true</guestMode> 513 <debugEntity>false</debugEntity> 514 </sysevlog> 515 516 <!-- ================================================================== 517 In/outbox scheduler program 518 ================================================================== --> 519 <iosched classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 520 <debug>true</debug> 521 <appType>inoutsched</appType> 522 <guestMode>true</guestMode> 523 <debugEntity>false</debugEntity> 524 </iosched> 370 525 </app> 371 526 </bedework> trunk/config/bwbuild/liferay5/carddav.options.xml
r2058 r2439 1 <!-- This provides run time options for each of the configured applications.1 <!-- This provides run time options for the CardDAV server. 2 2 --> 3 3 <bedework-options> … … 5 5 <bedework> 6 6 <global> 7 <version>3.5</version> 7 <version>3.6</version> 8 8 9 <dirhandlers> 9 10 <!-- handle the principal hierarchy. … … 168 169 169 170 <defaultAddressbook>address-book</defaultAddressbook> 171 172 <addressBookHandlerPrefix>/user</addressBookHandlerPrefix> 173 174 <principalRoot>/principals</principalRoot> 175 <userPrincipalRoot>/principals/users</userPrincipalRoot> 176 <groupPrincipalRoot>/principals/groups</groupPrincipalRoot> 177 <resourcePrincipalRoot>/principals/resources</resourcePrincipalRoot> 178 <venuePrincipalRoot>/principals/locations</venuePrincipalRoot> 179 <ticketPrincipalRoot>/principals/tickets</ticketPrincipalRoot> 180 <hostPrincipalRoot>/principals/hosts</hostPrincipalRoot> 170 181 </usercarddav> 171 182 … … 178 189 179 190 <defaultAddressbook>address-book</defaultAddressbook> 191 192 <addressBookHandlerPrefix>/public</addressBookHandlerPrefix> 180 193 181 194 <principalRoot>/principals</principalRoot> trunk/config/bwbuild/mysql/build.properties
r2118 r2439 21 21 org.bedework.config.properties=${env.BEDEWORK_CONFIG}/cal.properties 22 22 org.bedework.config.options=${env.BEDEWORK_CONFIG}/cal.options.xml 23 24 org.bedework.config.sysevents.properties=${env.BEDEWORK_CONFIG}/sysevents.properties 25 23 26 org.bedework.carddav.options=${env.BEDEWORK_CONFIG}/carddav.options.xml 24 27 trunk/config/bwbuild/mysql/cal.options.xml
r2120 r2439 5 5 <bedework> 6 6 <global> 7 <version>3. 5</version>7 <version>3.6</version> 8 8 9 9 <!-- This property is how the running system finds the system settings. … … 72 72 73 73 <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory> 74 <providerUrl>ldap://localhost /</providerUrl>74 <providerUrl>ldap://localhost:10389</providerUrl> 75 75 <groupContextDn>ou=groups, dc=bedework, dc=org</groupContextDn> 76 <groupMemberAttr> uniqueMember</groupMemberAttr>76 <groupMemberAttr>member</groupMemberAttr> 77 77 <userDnPrefix>uid=</userDnPrefix> 78 78 <userDnSuffix>,ou=accounts, dc=bedework, dc=org</userDnSuffix> … … 80 80 <groupDnSuffix>,ou=groups, dc=bedework, dc=org</groupDnSuffix> 81 81 <debug>true</debug> 82 83 <securityAuthentication>simple</securityAuthentication> 84 <securityProtocol>NONE</securityProtocol> 85 <authDn>uid=admin,ou=system</authDn> 86 <authPw>secret</authPw> 82 87 </user-ldap-group> 83 88 … … 144 149 <mailerClass>org.bedework.mail.DummyMailer</mailerClass> 145 150 <admingroupsClass>org.bedework.calsvc.directory.AdminGroupsDbImpl</admingroupsClass> 151 <usergroupsClass>org.bedework.calsvc.directory.UserGroupsLdapImpl</usergroupsClass> 146 152 <!-- 147 <usergroupsClass>org.bedework.calsvc.directory. UserGroupsLdapImpl</usergroupsClass>153 <usergroupsClass>org.bedework.calsvc.directory.GroupsDbImpl</usergroupsClass> 148 154 --> 149 <usergroupsClass>org.bedework.calsvc.directory.GroupsDbImpl</usergroupsClass>150 155 151 156 <directoryBrowsingDisallowed>true</directoryBrowsingDisallowed> … … 183 188 <autoCreateLocations>false</autoCreateLocations> 184 189 <autoDeleteLocations>false</autoDeleteLocations> 185 <allowEditAllCategories>false</allowEditAllCategories> 186 <allowEditAllLocations>false</allowEditAllLocations> 187 <allowEditAllContacts>false</allowEditAllContacts> 190 191 <!-- if these are false only superuser can maintain public 192 categories, locations and contacts --> 193 <allowEditAllCategories>true</allowEditAllCategories> 194 <allowEditAllLocations>true</allowEditAllLocations> 195 <allowEditAllContacts>true</allowEditAllContacts> 196 188 197 <categoryOptional>true</categoryOptional> 189 198 … … 241 250 242 251 <!-- ================================================================== 243 Public web client Events 252 Public web client Events - Duke/Yale Theme 244 253 ================================================================== --> 245 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 275 284 276 285 <!-- ================================================================== 286 Public web client Events - BwClassic Theme 287 ================================================================== --> 288 <Events classname="org.bedework.calfacade.configs.ClientConfig"> 289 <cachingOn>true</cachingOn> 290 <cachePrefix>bwpubevents</cachePrefix> 291 292 <autoCreateContacts>false</autoCreateContacts> 293 <autoDeleteContacts>false</autoDeleteContacts> 294 <autoCreateLocations>false</autoCreateLocations> 295 <autoDeleteLocations>false</autoDeleteLocations> 296 297 <appType>webpublic</appType> 298 <publicAdmin>false</publicAdmin> 299 <guestMode>true</guestMode> 300 301 <!-- Default value for 24 hour mode --> 302 <hour24>true</hour24> 303 304 <!-- Default value for minute increments --> 305 <minIncrement>5</minIncrement> 306 307 <showYearData>false</showYearData> 308 309 <logPrefix>BwClasic</logPrefix> 310 311 <appRoot>http://localhost:8080/calrsrc</appRoot> 312 313 <refreshAction>setup.do</refreshAction> 314 <refreshInterval>300</refreshInterval> 315 316 <calSuite>BwClassic</calSuite> 317 </Events> 318 319 320 321 <!-- ================================================================== 322 Feed Service 323 ================================================================== --> 324 <Feeder classname="org.bedework.calfacade.configs.ClientConfig"> 325 <cachingOn>true</cachingOn> 326 <cachePrefix>bwfeeder</cachePrefix> 327 328 <autoCreateContacts>false</autoCreateContacts> 329 <autoDeleteContacts>false</autoDeleteContacts> 330 <autoCreateLocations>false</autoCreateLocations> 331 <autoDeleteLocations>false</autoDeleteLocations> 332 333 <appType>feeder</appType> 334 <publicAdmin>false</publicAdmin> 335 <guestMode>true</guestMode> 336 337 <!-- Default value for 24 hour mode --> 338 <hour24>true</hour24> 339 340 <!-- Default value for minute increments --> 341 <minIncrement>5</minIncrement> 342 343 <showYearData>false</showYearData> 344 345 <logPrefix>Feeder</logPrefix> 346 347 <appRoot>http://localhost:8080/calfeedrsrc</appRoot> 348 349 <refreshAction>setup.do</refreshAction> 350 <refreshInterval>300</refreshInterval> 351 352 <calSuite>MainCampus</calSuite> 353 </Feeder> 354 355 <!-- ================================================================== 277 356 Demo departmental Public web client SoEDept 278 357 ================================================================== --> … … 340 419 User CalDAV server UserCalDAV 341 420 ================================================================== --> 342 <Usercaldav classname="org.bedework.cal facade.configs.CalDAVConfig">421 <Usercaldav classname="org.bedework.caldav.util.CalDAVConfig"> 343 422 <appType>usercaldav</appType> 344 <publicAdmin>false</publicAdmin> 423 <!-- 424 <publicAdmin>false</publicAdmin> 425 --> 345 426 <guestMode>false</guestMode> 346 427 … … 362 443 Public (unauthenticated) CalDAV server PublicCalDAV 363 444 ================================================================== --> 364 <Pubcaldav classname="org.bedework.cal facade.configs.CalDAVConfig">445 <Pubcaldav classname="org.bedework.caldav.util.CalDAVConfig"> 365 446 <appType>publiccaldav</appType> 366 <publicAdmin>false</publicAdmin> 447 <!-- 448 <publicAdmin>false</publicAdmin> 449 --> 367 450 <guestMode>true</guestMode> 368 451 … … 410 493 <defaultPublicCalPath>/public/Other Events/Other</defaultPublicCalPath> 411 494 </dumpres> 495 496 <!-- ================================================================== 497 Crawler program 498 ================================================================== --> 499 <indexer classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 500 <debug>true</debug> 501 <appType>indexer</appType> 502 <guestMode>true</guestMode> 503 <debugEntity>false</debugEntity> 504 </indexer> 505 506 <!-- ================================================================== 507 System events logger program 508 ================================================================== --> 509 <sysevlog classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 510 <debug>true</debug> 511 <appType>sysevlog</appType> 512 <guestMode>true</guestMode> 513 <debugEntity>false</debugEntity> 514 </sysevlog> 515 516 <!-- ================================================================== 517 In/outbox scheduler program 518 ================================================================== --> 519 <iosched classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 520 <debug>true</debug> 521 <appType>inoutsched</appType> 522 <guestMode>true</guestMode> 523 <debugEntity>false</debugEntity> 524 </iosched> 412 525 </app> 413 526 </bedework> trunk/config/bwbuild/mysql/cal.properties
r2376 r2439 17 17 # 18 18 # Define the names of the applications we want to build 19 org.bedework.install.app.names=tzsvr,bwconfig,CalAdmin,EventSubmit,Events,SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test,dumpres 19 org.bedework.install.app.names=tzsvr,bwconfig,CalAdmin,EventSubmit,Events,Feeder,\ 20 SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test,dumpres,indexer,\ 21 sysevlog,iosched 20 22 21 23 # … … 119 121 org.bedework.global.build.common.context.war.name=bedework-common 120 122 org.bedework.global.build.common.context.deploy.dir=/webapps 121 122 # This is where we copy common xsl and javascript for inclusion by xsl and generated123 # content.124 #org.bedework.global.common.deploydir=/webapps/ROOT/bedework-common125 123 126 124 # … … 229 227 # -------------------------------------------------------------------- 230 228 # 231 # Public Web Client 229 # Public Web Client - Duke/Yale Themed Suite 232 230 # 233 231 org.bedework.app.Events.project=webapps … … 247 245 248 246 org.bedework.app.Events.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 249 org.bedework.app.Events.display.name=Demo calendar 247 org.bedework.app.Events.display.name=Demo calendar - Duke/Yale Themed Suite 250 248 org.bedework.app.Events.name=DemoCal 249 250 # 251 # -------------------------------------------------------------------- 252 # 253 # Public Web Client - BwClassic Themed Suite 254 # 255 org.bedework.app.Events.project=webapps 256 org.bedework.app.Events.sou.dir=webclient 257 org.bedework.app.Events.default.contenttype=text/xml 258 org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml 259 org.bedework.app.Events.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml 260 #org.bedework.app.Events.portlet.name=PublicCal 261 262 org.bedework.app.Events.war.name=bwclassic 263 org.bedework.app.Events.context.root=/bwclassic 264 # Set for jboss 265 #org.bedework.app.Events.virtual.host= 266 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc 267 org.bedework.app.Events.deploy.dir=/webapps 268 org.bedework.app.Events.cal.suite=BwClassic 269 270 org.bedework.app.Events.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 271 org.bedework.app.Events.display.name=Demo calendar - BwClassic Themed Suite 272 org.bedework.app.Events.name=BwClassic 273 274 # 275 # Feed Server 276 # 277 org.bedework.app.Feeder.project=webapps 278 org.bedework.app.Feeder.sou.dir=feeder 279 org.bedework.app.Feeder.default.contenttype=text/xml 280 # need to model feederweb.xml from publicweb.xml (check session timeout value. Change from 30 to 1?) 281 org.bedework.app.Feeder.web.xml=war/WEB-INF/web.xml 282 org.bedework.app.Feeder.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml 283 #org.bedework.app.Feeder.portlet.name=PublicCal 284 285 org.bedework.app.Feeder.war.name=feeder 286 org.bedework.app.Feeder.context.root=/calfeed 287 # Set for jboss 288 #org.bedework.app.Feeder.virtual.host= 289 org.bedework.app.Feeder.resources.dir=/webapps/ROOT/calfeedrsrc 290 org.bedework.app.Feeder.deploy.dir=/webapps 291 org.bedework.app.Feeder.cal.suite=MainCampus 292 293 org.bedework.app.Feeder.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 294 org.bedework.app.Feeder.display.name=Demo calendar 295 org.bedework.app.Feeder.name=feeder 296 251 297 252 298 # … … 392 438 org.bedework.app.dumpres.schema.delimiter=; 393 439 440 # 441 # -------------------------------------------------------------------- 442 # 443 # Crawler 444 # 445 446 org.bedework.app.indexer.project=indexer 447 org.bedework.app.indexer.sou.dir= 448 org.bedework.app.indexer.shellscr.name=bwrun 449 org.bedework.app.indexer.batscr.name=bwrun.bat 450 org.bedework.app.indexer.zip.name=indexer 451 org.bedework.app.indexer.description=Bedework indexer application 452 453 # 454 # -------------------------------------------------------------------- 455 # 456 # Server events logger 457 # 458 459 org.bedework.app.sysevlog.project=calendarapi 460 org.bedework.app.sysevlog.sou.dir= 461 org.bedework.app.sysevlog.shellscr.name=bwrun 462 org.bedework.app.sysevlog.batscr.name=bwrun.bat 463 org.bedework.app.sysevlog.zip.name=bwsysevlog 464 org.bedework.app.sysevlog.description=Bedework system events logger application 465 466 # 467 # -------------------------------------------------------------------- 468 # 469 # In/outbox scheduler 470 # 471 472 org.bedework.app.iosched.project=calendarapi 473 org.bedework.app.iosched.sou.dir= 474 org.bedework.app.iosched.shellscr.name=bwrun 475 org.bedework.app.iosched.batscr.name=bwrun.bat 476 org.bedework.app.iosched.zip.name=bwiosched 477 org.bedework.app.iosched.description=Bedework In/outbox scheduler application 478 trunk/config/bwbuild/mysql/carddav.options.xml
r2120 r2439 5 5 <bedework> 6 6 <global> 7 <version>3. 5</version>7 <version>3.6</version> 8 8 9 9 <dirhandlers> … … 169 169 170 170 <defaultAddressbook>address-book</defaultAddressbook> 171 172 <addressBookHandlerPrefix>/user</addressBookHandlerPrefix> 171 173 172 174 <principalRoot>/principals</principalRoot> … … 187 189 188 190 <defaultAddressbook>address-book</defaultAddressbook> 191 192 <addressBookHandlerPrefix>/public</addressBookHandlerPrefix> 189 193 190 194 <principalRoot>/principals</principalRoot> trunk/config/bwbuild/mysql/context.xml
r2118 r2439 12 12 defaultAutoCommit="false" /> 13 13 14 <!-- ActiveMQ ConnectionFactory --> 15 <Resource name="jms/BedeworkConnectionFactory" 16 auth="Container" 17 type="org.apache.activemq.ActiveMQConnectionFactory" 18 description="JMS Connection Factory" 19 factory="org.apache.activemq.jndi.JNDIReferenceFactory" 20 brokerURL="tcp://localhost:61616?trace=true" 21 brokerName="LocalActiveMQBroker"/> 22 23 <!-- ActiveMQ System events queue --> 24 <Resource name="queue/sysevents" 25 auth="Container" 26 type="org.apache.activemq.command.ActiveMQQueue" 27 description="Bedework crawler queue" 28 factory="org.apache.activemq.jndi.JNDIReferenceFactory" 29 physicalName="bedework.sysevents"/> 30 31 <!-- ActiveMQ System events log queue --> 32 <Resource name="queue/syseventslog" 33 auth="Container" 34 type="org.apache.activemq.command.ActiveMQQueue" 35 description="Bedework crawler queue" 36 factory="org.apache.activemq.jndi.JNDIReferenceFactory" 37 physicalName="bedework.sysevents.logger"/> 38 39 <!-- ActiveMQ index crawler notifications queue --> 40 <Resource name="queue/crawler" 41 auth="Container" 42 type="org.apache.activemq.command.ActiveMQQueue" 43 description="Bedework crawler queue" 44 factory="org.apache.activemq.jndi.JNDIReferenceFactory" 45 physicalName="bedework.crawler"/> 46 14 47 <!-- Disables restart persistence of sessions --> 15 48 <Manager pathname=""/> trunk/config/bwbuild/oracle10g/build.properties
r2153 r2439 21 21 org.bedework.config.properties=${env.BEDEWORK_CONFIG}/cal.properties 22 22 org.bedework.config.options=${env.BEDEWORK_CONFIG}/cal.options.xml 23 24 org.bedework.config.sysevents.properties=${env.BEDEWORK_CONFIG}/sysevents.properties 25 23 26 org.bedework.carddav.options=${env.BEDEWORK_CONFIG}/carddav.options.xml 24 27 trunk/config/bwbuild/oracle10g/cal.options.xml
r2153 r2439 5 5 <bedework> 6 6 <global> 7 <version>3. 5</version>7 <version>3.6</version> 8 8 9 9 <!-- This property is how the running system finds the system settings. … … 72 72 73 73 <initialContextFactory>com.sun.jndi.ldap.LdapCtxFactory</initialContextFactory> 74 <providerUrl>ldap://localhost /</providerUrl>74 <providerUrl>ldap://localhost:10389</providerUrl> 75 75 <groupContextDn>ou=groups, dc=bedework, dc=org</groupContextDn> 76 <groupMemberAttr> uniqueMember</groupMemberAttr>76 <groupMemberAttr>member</groupMemberAttr> 77 77 <userDnPrefix>uid=</userDnPrefix> 78 78 <userDnSuffix>,ou=accounts, dc=bedework, dc=org</userDnSuffix> 79 79 <groupDnPrefix>cn=</groupDnPrefix> 80 <groupDnSuffix>,ou=groups, dc=bedework, dc=org</groupDnSuffix>80 <groupDnSuffix>,ou=groups,dc=bedework, dc=org</groupDnSuffix> 81 81 <debug>true</debug> 82 83 <securityAuthentication>simple</securityAuthentication> 84 <securityProtocol>NONE</securityProtocol> 85 <authDn>uid=admin,ou=system</authDn> 86 <authPw>secret</authPw> 82 87 </user-ldap-group> 83 88 … … 144 149 <mailerClass>org.bedework.mail.DummyMailer</mailerClass> 145 150 <admingroupsClass>org.bedework.calsvc.directory.AdminGroupsDbImpl</admingroupsClass> 151 <usergroupsClass>org.bedework.calsvc.directory.UserGroupsLdapImpl</usergroupsClass> 146 152 <!-- 147 <usergroupsClass>org.bedework.calsvc.directory. UserGroupsLdapImpl</usergroupsClass>153 <usergroupsClass>org.bedework.calsvc.directory.GroupsDbImpl</usergroupsClass> 148 154 --> 149 <usergroupsClass>org.bedework.calsvc.directory.GroupsDbImpl</usergroupsClass>150 155 151 156 <directoryBrowsingDisallowed>true</directoryBrowsingDisallowed> … … 183 188 <autoCreateLocations>false</autoCreateLocations> 184 189 <autoDeleteLocations>false</autoDeleteLocations> 185 <allowEditAllCategories>false</allowEditAllCategories> 186 <allowEditAllLocations>false</allowEditAllLocations> 187 <allowEditAllContacts>false</allowEditAllContacts> 190 191 <!-- if these are false only superuser can maintain public 192 categories, locations and contacts --> 193 <allowEditAllCategories>true</allowEditAllCategories> 194 <allowEditAllLocations>true</allowEditAllLocations> 195 <allowEditAllContacts>true</allowEditAllContacts> 196 188 197 <categoryOptional>true</categoryOptional> 189 198 … … 241 250 242 251 <!-- ================================================================== 243 Public web client Events 252 Public web client Events - Duke/Yale Theme 244 253 ================================================================== --> 245 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 275 284 276 285 <!-- ================================================================== 286 Public web client Events - BwClassic Theme 287 ================================================================== --> 288 <Events classname="org.bedework.calfacade.configs.ClientConfig"> 289 <cachingOn>true</cachingOn> 290 <cachePrefix>bwpubevents</cachePrefix> 291 292 <autoCreateContacts>false</autoCreateContacts> 293 <autoDeleteContacts>false</autoDeleteContacts> 294 <autoCreateLocations>false</autoCreateLocations> 295 <autoDeleteLocations>false</autoDeleteLocations> 296 297 <appType>webpublic</appType> 298 <publicAdmin>false</publicAdmin> 299 <guestMode>true</guestMode> 300 301 <!-- Default value for 24 hour mode --> 302 <hour24>true</hour24> 303 304 <!-- Default value for minute increments --> 305 <minIncrement>5</minIncrement> 306 307 <showYearData>false</showYearData> 308 309 <logPrefix>BwClasic</logPrefix> 310 311 <appRoot>http://localhost:8080/calrsrc</appRoot> 312 313 <refreshAction>setup.do</refreshAction> 314 <refreshInterval>300</refreshInterval> 315 316 <calSuite>BwClassic</calSuite> 317 </Events> 318 319 320 321 <!-- ================================================================== 322 Feed Service 323 ================================================================== --> 324 <Feeder classname="org.bedework.calfacade.configs.ClientConfig"> 325 <cachingOn>true</cachingOn> 326 <cachePrefix>bwfeeder</cachePrefix> 327 328 <autoCreateContacts>false</autoCreateContacts> 329 <autoDeleteContacts>false</autoDeleteContacts> 330 <autoCreateLocations>false</autoCreateLocations> 331 <autoDeleteLocations>false</autoDeleteLocations> 332 333 <appType>feeder</appType> 334 <publicAdmin>false</publicAdmin> 335 <guestMode>true</guestMode> 336 337 <!-- Default value for 24 hour mode --> 338 <hour24>true</hour24> 339 340 <!-- Default value for minute increments --> 341 <minIncrement>5</minIncrement> 342 343 <showYearData>false</showYearData> 344 345 <logPrefix>Feeder</logPrefix> 346 347 <appRoot>http://localhost:8080/calfeedrsrc</appRoot> 348 349 <refreshAction>setup.do</refreshAction> 350 <refreshInterval>300</refreshInterval> 351 352 <calSuite>MainCampus</calSuite> 353 </Feeder> 354 355 <!-- ================================================================== 277 356 Demo departmental Public web client SoEDept 278 357 ================================================================== --> … … 340 419 User CalDAV server UserCalDAV 341 420 ================================================================== --> 342 <Usercaldav classname="org.bedework.cal facade.configs.CalDAVConfig">421 <Usercaldav classname="org.bedework.caldav.util.CalDAVConfig"> 343 422 <appType>usercaldav</appType> 344 <publicAdmin>false</publicAdmin> 423 <!-- 424 <publicAdmin>false</publicAdmin> 425 --> 345 426 <guestMode>false</guestMode> 346 427 … … 362 443 Public (unauthenticated) CalDAV server PublicCalDAV 363 444 ================================================================== --> 364 <Pubcaldav classname="org.bedework.cal facade.configs.CalDAVConfig">445 <Pubcaldav classname="org.bedework.caldav.util.CalDAVConfig"> 365 446 <appType>publiccaldav</appType> 366 <publicAdmin>false</publicAdmin> 447 <!-- 448 <publicAdmin>false</publicAdmin> 449 --> 367 450 <guestMode>true</guestMode> 368 451 … … 410 493 <defaultPublicCalPath>/public/Other Events/Other</defaultPublicCalPath> 411 494 </dumpres> 495 496 <!-- ================================================================== 497 Crawler program 498 ================================================================== --> 499 <indexer classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 500 <debug>true</debug> 501 <appType>indexer</appType> 502 <guestMode>true</guestMode> 503 <debugEntity>false</debugEntity> 504 </indexer> 505 506 <!-- ================================================================== 507 System events logger program 508 ================================================================== --> 509 <sysevlog classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 510 <debug>true</debug> 511 <appType>sysevlog</appType> 512 <guestMode>true</guestMode> 513 <debugEntity>false</debugEntity> 514 </sysevlog> 515 516 <!-- ================================================================== 517 In/outbox scheduler program 518 ================================================================== --> 519 <iosched classname="org.bedework.calfacade.configs.BwCrawlerConfig"> 520 <debug>true</debug> 521 <appType>inoutsched</appType> 522 <guestMode>true</guestMode> 523 <debugEntity>false</debugEntity> 524 </iosched> 412 525 </app> 413 526 </bedework> trunk/config/bwbuild/oracle10g/cal.properties
r2376 r2439 17 17 # 18 18 # Define the names of the applications we want to build 19 org.bedework.install.app.names=tzsvr,bwconfig,CalAdmin,EventSubmit,Events,SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test,dumpres 19 org.bedework.install.app.names=tzsvr,bwconfig,CalAdmin,EventSubmit,Events,Feeder,\ 20 SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test,dumpres,indexer,\ 21 sysevlog,iosched 20 22 21 23 # … … 119 121 org.bedework.global.build.common.context.war.name=bedework-common 120 122 org.bedework.global.build.common.context.deploy.dir=/webapps 121 122 # This is where we copy common xsl and javascript for inclusion by xsl and generated123 # content.124 #org.bedework.global.common.deploydir=/webapps/ROOT/bedework-common125 123 126 124 # … … 229 227 # -------------------------------------------------------------------- 230 228 # 231 # Public Web Client 229 # Public Web Client - Duke/Yale Themed Suite 232 230 # 233 231 org.bedework.app.Events.project=webapps … … 247 245 248 246 org.bedework.app.Events.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 249 org.bedework.app.Events.display.name=Demo calendar 247 org.bedework.app.Events.display.name=Demo calendar - Duke/Yale Themed Suite 250 248 org.bedework.app.Events.name=DemoCal 249 250 # 251 # -------------------------------------------------------------------- 252 # 253 # Public Web Client - BwClassic Themed Suite 254 # 255 org.bedework.app.Events.project=webapps 256 org.bedework.app.Events.sou.dir=webclient 257 org.bedework.app.Events.default.contenttype=text/xml 258 org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml 259 org.bedework.app.Events.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml 260 #org.bedework.app.Events.portlet.name=PublicCal 261 262 org.bedework.app.Events.war.name=bwclassic 263 org.bedework.app.Events.context.root=/bwclassic 264 # Set for jboss 265 #org.bedework.app.Events.virtual.host= 266 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc 267 org.bedework.app.Events.deploy.dir=/webapps 268 org.bedework.app.Events.cal.suite=BwClassic 269 270 org.bedework.app.Events.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 271 org.bedework.app.Events.display.name=Demo calendar - BwClassic Themed Suite 272 org.bedework.app.Events.name=BwClassic 273 274 # 275 # Feed Server 276 # 277 org.bedework.app.Feeder.project=webapps 278 org.bedework.app.Feeder.sou.dir=feeder 279 org.bedework.app.Feeder.default.contenttype=text/xml 280 # need to model feederweb.xml from publicweb.xml (check session timeout value. Change from 30 to 1?) 281 org.bedework.app.Feeder.web.xml=war/WEB-INF/web.xml 282 org.bedework.app.Feeder.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml 283 #org.bedework.app.Feeder.portlet.name=PublicCal 284 285 org.bedework.app.Feeder.war.name=feeder 286 org.bedework.app.Feeder.context.root=/calfeed 287 # Set for jboss 288 #org.bedework.app.Feeder.virtual.host= 289 org.bedework.app.Feeder.resources.dir=/webapps/ROOT/calfeedrsrc 290 org.bedework.app.Feeder.deploy.dir=/webapps 291 org.bedework.app.Feeder.cal.suite=MainCampus 292 293 org.bedework.app.Feeder.description=Struts based XML version of the Bedework calendar client. It may have many skins, determined by the XSLT. 294 org.bedework.app.Feeder.display.name=Demo calendar 295 org.bedework.app.Feeder.name=feeder 296 251 297 252 298 # … … 392 438 org.bedework.app.dumpres.schema.delimiter=; 393 439 440 # 441 # -------------------------------------------------------------------- 442 # 443 # Crawler 444 # 445 446 org.bedework.app.indexer.project=indexer 447 org.bedework.app.indexer.sou.dir= 448 org.bedework.app.indexer.shellscr.name=bwrun 449 org.bedework.app.indexer.batscr.name=bwrun.bat 450 org.bedework.app.indexer.zip.name=indexer 451 org.bedework.app.indexer.description=Bedework indexer application 452 453 # 454 # -------------------------------------------------------------------- 455 # 456 # Server events logger 457 # 458 459 org.bedework.app.sysevlog.project=calendarapi 460 org.bedework.app.sysevlog.sou.dir= 461 org.bedework.app.sysevlog.shellscr.name=bwrun 462 org.bedework.app.sysevlog.batscr.name=bwrun.bat 463 org.bedework.app.sysevlog.zip.name=bwsysevlog 464 org.bedework.app.sysevlog.description=Bedework system events logger application 465 466 # 467 # -------------------------------------------------------------------- 468 # 469 # In/outbox scheduler 470 # 471 472 org.bedework.app.iosched.project=calendarapi 473 org.bedework.app.iosched.sou.dir= 474 org.bedework.app.iosched.shellscr.name=bwrun 475 org.bedework.app.iosched.batscr.name=bwrun.bat 476 org.bedework.app.iosched.zip.name=bwiosched 477 org.bedework.app.iosched.description=Bedework In/outbox scheduler application 478 trunk/config/bwbuild/oracle10g/carddav.options.xml
r2153 r2439 5 5 <bedework> 6 6 <global> 7 <version>3. 5</version>7 <version>3.6</version> 8 8 9 9 <dirhandlers> … … 169 169 170 170 <defaultAddressbook>address-book</defaultAddressbook> 171 172 <addressBookHandlerPrefix>/user</addressBookHandlerPrefix> 171 173 172 174 <principalRoot>/principals</principalRoot> … … 187 189 188 190 <defaultAddressbook>address-book</defaultAddressbook> 191 192 <addressBookHandlerPrefix>/public</addressBookHandlerPrefix> 189 193 190 194 <principalRoot>/principals</principalRoot> trunk/config/bwbuild/oracle10g/context.xml
r2153 r2439 12 12 defaultAutoCommit="false" /> 13 13 14 <!-- ActiveMQ ConnectionFactory --> 15 <Resource name="jms/BedeworkConnectionFactory" 16 auth="Container" 17 type="org.apache.activemq.ActiveMQConnectionFactory" 18 description="JMS Connection Factory" 19 factory="org.apache.activemq.jndi.JNDIReferenceFactory" 20 brokerURL="tcp://localhost:61616?trace=true" 21 brokerName="LocalActiveMQBroker"/> 22 23 <!-- ActiveMQ System events queue --> 24 <Resource name="queue/sysevents" 25 auth="Container" 26 type="org.apache.activemq.command.ActiveMQQueue" 27 description="Bedework crawler queue" 28 factory="org.apache.activemq.jndi.JNDIReferenceFactory" 29 physicalName="bedework.sysevents"/> 30 31 <!-- ActiveMQ System events log queue --> 32 <Resource name="queue/syseventslog" 33 auth="Container" 34 type="org.apache.activemq.command.ActiveMQQueue" 35 description="Bedework crawler queue" 36 factory="org.apache.activemq.jndi.JNDIReferenceFactory" 37 physicalName="bedework.sysevents.logger"/> 38 39 <!-- ActiveMQ index crawler notifications queue --> 40 <Resource name="queue/crawler" 41 auth="Container" 42 type="org.apache.activemq.command.ActiveMQQueue" 43 description="Bedework crawler queue" 44 factory="org.apache.activemq.jndi.JNDIReferenceFactory" 45 physicalName="bedework.crawler"/> 46 14 47 <!-- Disables restart persistence of sessions --> 15 48 <Manager pathname=""/>
