Xebra Webapp Config File
About | Installation | Documentation | Tutorials | Frequently Asked Questions
Properties
name
- Type: String
- Description: The name of the webapp
port
- Type: Natural
- Description: Defines the port where the webapp is listening to server request. Use a different port for every webapp
host
- Type: String
- Description: (Not used yet)
is_interactive
- Type: Boolean
- Description: If set to true the webapp will listen to console input. Enter 'x' to shutdown the webapp via console. Note that this option can be overridden by the correspondent run argument.
Example
name=demoapplication port=55005 host=localhost is_interactive=false