
project-template.web.WEB-INF.system.properties Maven / Gradle / Ivy
# Application name
app.name=${project-name}
# Base Application Directory, default: ${user.home}/chon-work-dir
# For Developement Build, right above container,
# for prod deployment ${user.dir} will be used
app.base=..
app.work.dir=${app.base}/${app.name}-work.dir
# temp upload dir
uploadDir=${app.work.dir}/upload
# jackrabbit repository
repo.dir=${app.work.dir}/repository
# configuration dir and variables,
# autocreated if not existing from __config files inside bundles
commons.configson.configuration.dir=${app.work.dir}/config
# path to resources outside bundles... TODO: work on this make it cleaner
# For developement, use source of bundles,
# for production resources will be generated under chon-work-dir
# commons.configson.resources=${app.base}/bundles
# path to plugins, REQUIRED
# For developement, use target-platform dir,
# for production this will be under chon-work-dir
chon.plugins.dir=${app.work.dir}/plugins
chon.dropins.dir=${app.work.dir}/dropins
# site url
siteUrl=http://localhost:8080/${project-name}-web
# do not cache templates for developement
velocity.url.resource.loader.modificationCheckInterval=-1
© 2015 - 2025 Weber Informatics LLC | Privacy Policy