Xebra Webapp Config File

Revision as of 07:58, 30 June 2009 by Fabioz (Talk | contribs) (New page: Category:Xebra =Properties= ==name== *Type: String *Description: The name of the webapp ==port== *Type: Natural *Description: Defines the port where the webapp is listening to server...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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