Changeset 1602
- Timestamp:
- 11/01/07 10:38:33
- Files:
-
- trunk/config/configs/democal.options.xml (modified) (9 diffs)
- trunk/config/configs/democal.properties (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/configs/democal.options.xml
r1589 r1602 135 135 <categoryOptional>true</categoryOptional> 136 136 137 <appType>webadmin</appType> 138 137 139 <!-- Default value for 24 hour mode --> 138 140 <hour24>true</hour24> … … 143 145 <logPrefix>PubEventsAdmin</logPrefix> 144 146 145 <appRoot> /caladminrsrc</appRoot>147 <appRoot>http://localhost:8080/caladminrsrc</appRoot> 146 148 <portalPlatform>@PORTAL-PLATFORM@</portalPlatform> 147 149 </CalAdmin> … … 156 158 <autoDeleteLocations>false</autoDeleteLocations> 157 159 160 <appType>websubmit</appType> 161 158 162 <!-- Default value for 24 hour mode --> 159 163 <hour24>false</hour24> … … 166 170 <logPrefix>EventSubmit</logPrefix> 167 171 168 <appRoot> /eventsubmitrsrc</appRoot>172 <appRoot>http://localhost:8080/eventsubmitrsrc</appRoot> 169 173 <portalPlatform>@PORTAL-PLATFORM@</portalPlatform> 170 174 … … 172 176 <refreshInterval>900</refreshInterval> 173 177 </EventSubmit> 174 178 175 179 <!-- ================================================================== 176 180 Public web client Events … … 185 189 <autoDeleteLocations>false</autoDeleteLocations> 186 190 191 <appType>webpublic</appType> 192 187 193 <!-- Default value for 24 hour mode --> 188 194 <hour24>true</hour24> … … 195 201 <logPrefix>PubEvents</logPrefix> 196 202 197 <appRoot> /calrsrc</appRoot>203 <appRoot>http://localhost:8080/calrsrc</appRoot> 198 204 <portalPlatform>@PORTAL-PLATFORM@</portalPlatform> 199 205 … … 216 222 <autoDeleteLocations>false</autoDeleteLocations> 217 223 224 <appType>webpublic</appType> 225 218 226 <!-- Default value for 24 hour mode --> 219 227 <hour24>true</hour24> … … 243 251 <autoCreateLocations>false</autoCreateLocations> 244 252 <autoDeleteLocations>false</autoDeleteLocations> 253 254 <appType>webuser</appType> 245 255 246 256 <!-- Default value for 24 hour mode --> trunk/config/configs/democal.properties
r1586 r1602 215 215 org.bedework.app.CalAdmin.ear.name=caladmin 216 216 org.bedework.app.CalAdmin.context.root=/caladmin 217 org.bedework.app.CalAdmin.root= /caladminrsrc217 org.bedework.app.CalAdmin.root=http://localhost:8080/caladminrsrc 218 218 org.bedework.app.CalAdmin.resources.dir=/webapps/ROOT/caladminrsrc 219 219 org.bedework.app.CalAdmin.deploy.dir=/webapps … … 279 279 org.bedework.app.Events.ear.name=cal 280 280 org.bedework.app.Events.context.root=/cal 281 org.bedework.app.Events.root= /calrsrc281 org.bedework.app.Events.root=http://localhost:8080/calrsrc 282 282 org.bedework.app.Events.resources.dir=/webapps/ROOT/calrsrc 283 283 org.bedework.app.Events.deploy.dir=/webapps
