Changeset 2444
- Timestamp:
- 12/10/09 17:08:16
- Files:
-
- trunk/config/bwbuild/default/cal.options.xml (modified) (4 diffs)
- trunk/config/bwbuild/default/cal.properties (modified) (2 diffs)
- trunk/config/bwbuild/jboss/cal.options.xml (modified) (4 diffs)
- trunk/config/bwbuild/liferay5/cal.options.xml (modified) (4 diffs)
- trunk/config/bwbuild/mysql/cal.options.xml (modified) (5 diffs)
- trunk/config/bwbuild/mysql/cal.properties (modified) (2 diffs)
- trunk/config/bwbuild/oracle10g/cal.options.xml (modified) (4 diffs)
- trunk/config/bwbuild/oracle10g/cal.properties (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/default/cal.options.xml
r2440 r2444 250 250 251 251 <!-- ================================================================== 252 Public web client Events - Duke/Yale Theme252 Public web client Events 253 253 ================================================================== --> 254 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 281 281 282 282 <calSuite>MainCampus</calSuite> 283 </Events>284 285 <!-- ==================================================================286 Public web client Events - BwClassic Theme287 ================================================================== -->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 283 </Events> 318 284 … … 430 396 <!-- Comment out or delete for no ischedule service 431 397 Currently under development and may present a security risk in 432 production systems 433 434 Note that the uri "/ischedule" is defined in the draft and should 398 production systems 399 400 Note that the uri "/ischedule" is defined in the draft and should 435 401 not be changed to some other value. --> 436 402 <ischeduleURI>/ischedule</ischeduleURI> … … 457 423 <!-- Comment out or delete for no ischedule service 458 424 Currently under development and may present a security risk in 459 production systems 460 461 Note that the uri "/ischedule" is defined in the draft and should 425 production systems 426 427 Note that the uri "/ischedule" is defined in the draft and should 462 428 not be changed to some other value. --> 463 429 <ischeduleURI>/ischedule</ischeduleURI> trunk/config/bwbuild/default/cal.properties
r2439 r2444 227 227 # -------------------------------------------------------------------- 228 228 # 229 # Public Web Client - Duke/Yale Themed Suite229 # Public Web Client 230 230 # 231 231 org.bedework.app.Events.project=webapps … … 248 248 org.bedework.app.Events.name=DemoCal 249 249 250 #251 # --------------------------------------------------------------------252 #253 # Public Web Client - BwClassic Themed Suite254 #255 org.bedework.app.Events.project=webapps256 org.bedework.app.Events.sou.dir=webclient257 org.bedework.app.Events.default.contenttype=text/xml258 org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml259 org.bedework.app.Events.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml260 #org.bedework.app.Events.portlet.name=PublicCal261 262 org.bedework.app.Events.war.name=bwclassic263 org.bedework.app.Events.context.root=/bwclassic264 # Set for jboss265 #org.bedework.app.Events.virtual.host=266 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc267 org.bedework.app.Events.deploy.dir=/webapps268 org.bedework.app.Events.cal.suite=BwClassic269 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 Suite272 org.bedework.app.Events.name=BwClassic273 250 274 251 # trunk/config/bwbuild/jboss/cal.options.xml
r2440 r2444 250 250 251 251 <!-- ================================================================== 252 Public web client Events - Duke/Yale Theme252 Public web client Events 253 253 ================================================================== --> 254 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 283 283 </Events> 284 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> 285 318 286 319 287 <!-- ================================================================== … … 428 396 <!-- Comment out or delete for no ischedule service 429 397 Currently under development and may present a security risk in 430 production systems 431 432 Note that the uri "/ischedule" is defined in the draft and should 398 production systems 399 400 Note that the uri "/ischedule" is defined in the draft and should 433 401 not be changed to some other value. --> 434 402 <ischeduleURI>/ischedule</ischeduleURI> … … 455 423 <!-- Comment out or delete for no ischedule service 456 424 Currently under development and may present a security risk in 457 production systems 458 459 Note that the uri "/ischedule" is defined in the draft and should 425 production systems 426 427 Note that the uri "/ischedule" is defined in the draft and should 460 428 not be changed to some other value. --> 461 429 <ischeduleURI>/ischedule</ischeduleURI> trunk/config/bwbuild/liferay5/cal.options.xml
r2440 r2444 250 250 251 251 <!-- ================================================================== 252 Public web client Events - Duke/Yale Theme252 Public web client Events 253 253 ================================================================== --> 254 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 281 281 282 282 <calSuite>MainCampus</calSuite> 283 </Events>284 285 <!-- ==================================================================286 Public web client Events - BwClassic Theme287 ================================================================== -->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 283 </Events> 318 284 … … 430 396 <!-- Comment out or delete for no ischedule service 431 397 Currently under development and may present a security risk in 432 production systems 433 434 Note that the uri "/ischedule" is defined in the draft and should 398 production systems 399 400 Note that the uri "/ischedule" is defined in the draft and should 435 401 not be changed to some other value. --> 436 402 <ischeduleURI>/ischedule</ischeduleURI> … … 457 423 <!-- Comment out or delete for no ischedule service 458 424 Currently under development and may present a security risk in 459 production systems 460 461 Note that the uri "/ischedule" is defined in the draft and should 425 production systems 426 427 Note that the uri "/ischedule" is defined in the draft and should 462 428 not be changed to some other value. --> 463 429 <ischeduleURI>/ischedule</ischeduleURI> trunk/config/bwbuild/mysql/cal.options.xml
r2440 r2444 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 82 … … 250 250 251 251 <!-- ================================================================== 252 Public web client Events - Duke/Yale Theme252 Public web client Events 253 253 ================================================================== --> 254 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 281 281 282 282 <calSuite>MainCampus</calSuite> 283 </Events>284 285 <!-- ==================================================================286 Public web client Events - BwClassic Theme287 ================================================================== -->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 283 </Events> 318 284 … … 430 396 <!-- Comment out or delete for no ischedule service 431 397 Currently under development and may present a security risk in 432 production systems 433 434 Note that the uri "/ischedule" is defined in the draft and should 398 production systems 399 400 Note that the uri "/ischedule" is defined in the draft and should 435 401 not be changed to some other value. --> 436 402 <ischeduleURI>/ischedule</ischeduleURI> … … 457 423 <!-- Comment out or delete for no ischedule service 458 424 Currently under development and may present a security risk in 459 production systems 460 461 Note that the uri "/ischedule" is defined in the draft and should 425 production systems 426 427 Note that the uri "/ischedule" is defined in the draft and should 462 428 not be changed to some other value. --> 463 429 <ischeduleURI>/ischedule</ischeduleURI> trunk/config/bwbuild/mysql/cal.properties
r2439 r2444 227 227 # -------------------------------------------------------------------- 228 228 # 229 # Public Web Client - Duke/Yale Themed Suite229 # Public Web Client 230 230 # 231 231 org.bedework.app.Events.project=webapps … … 248 248 org.bedework.app.Events.name=DemoCal 249 249 250 #251 # --------------------------------------------------------------------252 #253 # Public Web Client - BwClassic Themed Suite254 #255 org.bedework.app.Events.project=webapps256 org.bedework.app.Events.sou.dir=webclient257 org.bedework.app.Events.default.contenttype=text/xml258 org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml259 org.bedework.app.Events.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml260 #org.bedework.app.Events.portlet.name=PublicCal261 262 org.bedework.app.Events.war.name=bwclassic263 org.bedework.app.Events.context.root=/bwclassic264 # Set for jboss265 #org.bedework.app.Events.virtual.host=266 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc267 org.bedework.app.Events.deploy.dir=/webapps268 org.bedework.app.Events.cal.suite=BwClassic269 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 Suite272 org.bedework.app.Events.name=BwClassic273 250 274 251 # trunk/config/bwbuild/oracle10g/cal.options.xml
r2440 r2444 250 250 251 251 <!-- ================================================================== 252 Public web client Events - Duke/Yale Theme252 Public web client Events 253 253 ================================================================== --> 254 254 <Events classname="org.bedework.calfacade.configs.ClientConfig"> … … 283 283 </Events> 284 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> 285 318 286 319 287 <!-- ================================================================== … … 428 396 <!-- Comment out or delete for no ischedule service 429 397 Currently under development and may present a security risk in 430 production systems 431 432 Note that the uri "/ischedule" is defined in the draft and should 398 production systems 399 400 Note that the uri "/ischedule" is defined in the draft and should 433 401 not be changed to some other value. --> 434 402 <ischeduleURI>/ischedule</ischeduleURI> … … 455 423 <!-- Comment out or delete for no ischedule service 456 424 Currently under development and may present a security risk in 457 production systems 458 459 Note that the uri "/ischedule" is defined in the draft and should 425 production systems 426 427 Note that the uri "/ischedule" is defined in the draft and should 460 428 not be changed to some other value. --> 461 429 <ischeduleURI>/ischedule</ischeduleURI> trunk/config/bwbuild/oracle10g/cal.properties
r2439 r2444 227 227 # -------------------------------------------------------------------- 228 228 # 229 # Public Web Client - Duke/Yale Themed Suite229 # Public Web Client 230 230 # 231 231 org.bedework.app.Events.project=webapps … … 248 248 org.bedework.app.Events.name=DemoCal 249 249 250 #251 # --------------------------------------------------------------------252 #253 # Public Web Client - BwClassic Themed Suite254 #255 org.bedework.app.Events.project=webapps256 org.bedework.app.Events.sou.dir=webclient257 org.bedework.app.Events.default.contenttype=text/xml258 org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml259 org.bedework.app.Events.tomcat.context.xml=${env.BEDEWORK_CONFIG}/context.xml260 #org.bedework.app.Events.portlet.name=PublicCal261 262 org.bedework.app.Events.war.name=bwclassic263 org.bedework.app.Events.context.root=/bwclassic264 # Set for jboss265 #org.bedework.app.Events.virtual.host=266 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc267 org.bedework.app.Events.deploy.dir=/webapps268 org.bedework.app.Events.cal.suite=BwClassic269 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 Suite272 org.bedework.app.Events.name=BwClassic273 250 274 251 #
