libreccm-legacy/tools-ng/ecdc/conf/runtime.properties

54 lines
1.3 KiB
Properties

##
## runtime.properties
##
##
## DO NOT EDIT THIS FILE.
##
## To update the properties of this file, create a separate properties file
## named "local.runtime.properties" in your project's base dir with the
## properties to overwrite.
##
##
## Specifies the supported application servers
## and the application server directory locations
##
##
## Server Type
##
app.server.vendor=apache
app.server.type=tomcat
# Tomcat version 5.5 not yet supported!
# app.server.version=5.5.27
# app.server.version=6.0.20
app.server.version=6.0.32
app.server.bundles.name=${app.server.vendor}-${app.server.type}-${app.server.version}
app.server.bundles.zip=${ccm.ecdc.bundles.dir}/${app.server.bundles.name}.zip
##
## Server Directory
##
app.server.parent.dir=${ccm.project.dir}/runtime
app.server.home.dir=${app.server.parent.dir}/${app.server.bundles.name}
app.server.conf.dir=${app.server.home.dir}/conf
# shared lib used by several web apps
app.server.shared.dir=${app.server.home.dir}/lib
app.server.webapp.dir=${app.server.home.dir}/webapps
catalina.home.dir=${app.server.home.dir}
catalina.base.dir=${app.server.home.dir}
##
## Debugger Usage
##
app.server.debug.port=8000
app.server.debug.suspend=n
app.server.debug.on=false