40 lines
911 B
Properties
40 lines
911 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
|
|
## Tomcat 5.5 currently not supported!
|
|
##app.server.version=5.5.27
|
|
#app.server.version=6.0.32
|
|
|
|
##
|
|
## 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}
|
|
|