Changeset 1652
- Timestamp:
- 12/05/07 09:45:26
- Files:
-
- trunk/build.xml (modified) (1 diff)
- trunk/build/buildwar.xml (modified) (1 diff)
- trunk/config/configs/democal.properties (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build.xml
r1551 r1652 529 529 <copy-to-dependent this="${org.bedework.project.calendarapi}" 530 530 target="${org.bedework.project.webapps}" /> 531 <copy-special-to-dependent this="${org.bedework.project.calendarapi}" 532 target="${org.bedework.project.webapps}" 533 prefix="bw-calenv" /> 531 534 <copy-to-dependent this="${org.bedework.project.calendarapi}" 532 535 target="${org.bedework.project.testsuite}" /> trunk/build/buildwar.xml
r1605 r1652 573 573 </replace> 574 574 <replace file="${app.dest.webinf}/jboss-web.xml"> 575 <replacefilter token="@VIRTUAL-HOST@" value="${ org.bedework.global.virtual.host}"/>575 <replacefilter token="@VIRTUAL-HOST@" value="${propval.app.virtual.host}"/> 576 576 </replace> 577 577 </target> trunk/config/configs/democal.properties
r1651 r1652 20 20 21 21 # Define the names of the applications we want to build 22 org.bedework.install.app.names= CalAdmin,EventSubmit,Events,SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test,dumpres22 org.bedework.install.app.names=bwconfig,CalAdmin,EventSubmit,Events,SoEDept,UserCal,Pubcaldav,Usercaldav,caldavTest,test,dumpres 23 23 24 24 # … … 141 141 org.bedework.hsqldb.dbname=demo/events 142 142 143 # If uPortal2 builds are enabled this is wherethe default dbname143 # If uPortal2 builds are enabled this is the default dbname 144 144 org.bedework.hsqldb.uportal2.dbname=uportal2/uportal 145 145 … … 160 160 appserver.lib.dir=${org.bedework.appserver.dir}/common/lib 161 161 162 # where 'endorsed' library files go. These classes override anything163 # the JVM has.This is particularly important for things like Xalan,164 # etc., which can break the application if you choose the wrong version162 # where 'endorsed' library files go. These classes override anything 163 # the JVM has. This is particularly important for things like Xalan, 164 # etc., which can break the application if you choose the wrong version 165 165 appserver.endorsed.dir=${org.bedework.appserver.dir}/common/endorsed 166 166 167 # where things like log4j config files go167 # where things like log4j config files go 168 168 log4j.config.destination=${org.bedework.appserver.dir}/common/classes 169 169 170 # the toplevel directory for the default web application170 # the toplevel directory for the default web application 171 171 webapp.root.dir=${org.bedework.appserver.deploy.dir}/ROOT 172 172 … … 221 221 org.bedework.app.CalAdmin.ear.name=caladmin 222 222 org.bedework.app.CalAdmin.context.root=/caladmin 223 # Set for jboss 224 #org.bedework.app.CalAdmin.virtual.host= 223 225 org.bedework.app.CalAdmin.root=http://localhost:8080/caladminrsrc 224 226 org.bedework.app.CalAdmin.resources.dir=/webapps/ROOT/caladminrsrc … … 254 256 org.bedework.app.EventSubmit.ear.name=eventsubmit 255 257 org.bedework.app.EventSubmit.context.root=/eventsubmit 258 # Set for jboss 259 #org.bedework.app.EventSubmit.virtual.host= 256 260 org.bedework.app.EventSubmit.root=http://localhost:8080/eventsubmitrsrc 257 261 org.bedework.app.EventSubmit.resources.dir=/webapps/ROOT/eventsubmitrsrc … … 285 289 org.bedework.app.Events.ear.name=cal 286 290 org.bedework.app.Events.context.root=/cal 291 # Set for jboss 292 #org.bedework.app.Events.virtual.host= 287 293 org.bedework.app.Events.root=http://localhost:8080/calrsrc 288 294 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc … … 314 320 org.bedework.app.SoEDept.ear.name=soedept 315 321 org.bedework.app.SoEDept.context.root=/soedept 322 # Set for jboss 323 #org.bedework.app.SoEDept.virtual.host= 316 324 org.bedework.app.SoEDept.root=/calrsrc 317 325 org.bedework.app.SoEDept.resources.dir=/webapps/ROOT/calrsrc … … 343 351 org.bedework.app.UserCal.ear.name=ucal 344 352 org.bedework.app.UserCal.context.root=/ucal 353 # Set for jboss 354 #org.bedework.app.UserCal.virtual.host= 345 355 org.bedework.app.UserCal.root=/ucalrsrc 346 356 org.bedework.app.UserCal.resources.dir=/webapps/ROOT/ucalrsrc … … 373 383 org.bedework.app.Pubcaldav.ear.name=pubcaldav 374 384 org.bedework.app.Pubcaldav.context.root=/pubcaldav 385 # Set for jboss 386 #org.bedework.app.Pubcaldav.virtual.host= 375 387 376 388 org.bedework.app.Pubcaldav.description=Bedework public caldav server. … … 399 411 org.bedework.app.Usercaldav.ear.name=ucaldav 400 412 org.bedework.app.Usercaldav.context.root=/ucaldav 413 # Set for jboss 414 #org.bedework.app.Usercaldav.virtual.host= 401 415 402 416 org.bedework.app.Usercaldav.security.domain=demo
