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

45 lines
966 B
Properties

##
## For local modifications of the runtime test environment
## overwrite the appropriate properties
## The defaults are given for information.
##
##
## Server Type
##
#app.server.vendor=apache
#app.server.type=tomcat
#app.server.version=6.0.39
## Alternative available server
# app.server.version=7.0.53
# app.server.type=pluto
# app.server.version=2.0.3
##
## Debugger Usage
##
## Default values for debugger, modify as needed:
#
## Port to attach a remote debug client (e.g. Netbeans)
#app.server.debug.port=8000
## Dont wait untill a debugger has attached
#app.server.debug.suspend=n
## Dont activate debugging
#app.server.debug.on=false
## To activate debugger uncomment the following line
#app.server.debug.on=true
##
## Server Directory
##
#app.server.parent.dir=${ccm.project.dir}/runtime
#app.server.deploy.dir=${app.server.parent.dir}/${app.server.bundles.name}