52 lines
1.1 KiB
Properties
52 lines
1.1 KiB
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
|
|
#app.server.version=6.0.53
|
|
|
|
# app.server.version=7.0.53
|
|
# app.server.version=7.0.78
|
|
|
|
# app.server.version=8.0.44
|
|
|
|
app.server.version=8.5.15
|
|
|
|
|
|
## Alternative available server
|
|
|
|
# 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}
|
|
|