Installing XSM

5.1 - xsm_local.properties

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/


PreviousUpNext