Changeset 2063

Show
Ignore:
Timestamp:
02/12/09 13:21:36
Author:
douglm
Message:

Add some missing config stuff for jboss

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/config/bwbuild/jboss/democal.options.xml

    r2023 r2063  
    3232        <publicCardDAVUri>http://localhost:8080/carddav</publicCardDAVUri> 
    3333        <personalCardDAVUri>http://localhost:8080/ucarddav</personalCardDAVUri> 
     34 
     35        <!-- Timezone server locations --> 
     36        <timezonesUri>http://localhost:8080/tzsvr</timezonesUri> 
    3437 
    3538        <module> 
     
    9699            <disabled>false</disabled> 
    97100          </dummymail> 
     101 
     102          <default-pwencrypt classname="org.bedework.calfacade.security.DefaultPwEncryptionConfig"> 
     103            <privKeys>@QUICKSTART_DIR@/data/bedework/privkeys</privKeys> 
     104            <pubKeys>@QUICKSTART_DIR@/data/bedework/pubkeys</pubKeys> 
     105 
     106            <debug>true</debug> 
     107            <verbose>true</verbose> 
     108          </default-pwencrypt> 
    98109        </module> 
    99110      </global> 
     
    146157 
    147158        <indexRoot>lucene/indexroot</indexRoot> 
     159 
     160        <rootUsers>caladmin</rootUsers> 
    148161      </syspars> 
    149162 
    150163      <app> 
     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 
    151173        <!-- ================================================================== 
    152174                          Admin web client CalAdmin