| 1 |
# |
|---|
| 2 |
# ======================================================================== |
|---|
| 3 |
# This file contains all properties for servlet applications. |
|---|
| 4 |
# At the moment it cannot be application specific as the jboss build creates a |
|---|
| 5 |
# single set of resources on the classpath. |
|---|
| 6 |
# ======================================================================== |
|---|
| 7 |
# |
|---|
| 8 |
|
|---|
| 9 |
# ======================================================================== |
|---|
| 10 |
# Properties for the public calendars caldav server |
|---|
| 11 |
# ======================================================================== |
|---|
| 12 |
# |
|---|
| 13 |
edu.rpi.cct.uwcal.appname=@APP-NAME@ |
|---|
| 14 |
|
|---|
| 15 |
# ======================================================================== |
|---|
| 16 |
# Properties for the xml/xslt based calendar web applications |
|---|
| 17 |
# ======================================================================== |
|---|
| 18 |
# |
|---|
| 19 |
# author Mike Douglass douglm rpi.edu |
|---|
| 20 |
|
|---|
| 21 |
# This is only here because the jetspeed portal-struts bridge does not seem to be |
|---|
| 22 |
# passing across the servlet context. |
|---|
| 23 |
#org.bedework.svcicb.sessionAttrName=org.bedework.admin.svcicb.sessionattrname.@APP-NAME@ |
|---|
| 24 |
|
|---|
| 25 |
# These are required by the Struts framework |
|---|
| 26 |
errors.header=<errors><ul> |
|---|
| 27 |
errors.footer=</ul></errors> |
|---|
| 28 |
|
|---|
| 29 |
messages.header=<messages><ul> |
|---|
| 30 |
messages.footer=</ul></messages> |
|---|
| 31 |
|
|---|
| 32 |
edu.rpi.sss.util.action.noactionerrors=yes |
|---|
| 33 |
|
|---|
| 34 |
applicationResources=<li>Cannot load application resources bundle {0}</li> |
|---|
| 35 |
|
|---|
| 36 |
# set the default content type - html for jsp, xml for xml/xslt. |
|---|
| 37 |
#edu.rpi.sss.util.action.contenttype=@DEFAULT-CONTENTTYPE@ |
|---|
| 38 |
edu.rpi.sss.util.action.contenttype=text/xml |
|---|
| 39 |
|
|---|
| 40 |
edu.rpi.sss.util.error.exc=<li>Exception: {0}</li> |
|---|
| 41 |
|
|---|
| 42 |
# Turn nocache headers on. We don't use the standard struts directives |
|---|
| 43 |
# because we need to be able to turn nocache off for a single response. |
|---|
| 44 |
# This gets around an IE problem with delivery of files. |
|---|
| 45 |
edu.rpi.sss.util.action.nocache=yes |
|---|
| 46 |
|
|---|
| 47 |
org.bedework.security.prefix=@SECURITY-PREFIX@ |
|---|
| 48 |
|
|---|
| 49 |
edu.rpi.sss.util.action.logprefix=@APP-NAME@ |
|---|
| 50 |
|
|---|
| 51 |
# Roles we need to know about - init action uses these |
|---|
| 52 |
# (Not using roles in the current system) |
|---|
| 53 |
#org.bedework.role.admin=@SECURITY-PREFIX@.admin |
|---|
| 54 |
#org.bedework.role.contentadmin=@SECURITY-PREFIX@.contentadmin |
|---|
| 55 |
#org.bedework.role.alert=@SECURITY-PREFIX@.alerts |
|---|
| 56 |
#org.bedework.role.owner=@SECURITY-PREFIX@.owner |
|---|