Here is a list of the properties and their defaults that you can use in the xsm_local.properties file.
xsm_local.properties can be placed in /etc/xsm, <tomcat_root>/webapps/xsm_local.properties or anywhere in your CLASSPATH
# The directory XSM uses for storing all it's data
xsm.data.dir=/etc/xsm/
# The directory for storing files
xsm.log.dir=/var/log/xsm/
# The directory for storing temporary files
xsm.tmp.dir=/tmp/
# The URL that XSM is installed - this should be a web visible URL unless you are developing an "offline" site
xsm.url=http://localhost:8080/xsm/
| Previous | Up | Next |