Difference between revisions of "Xebra Webapp Config File"

(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...)
 
Line 1: Line 1:
 
[[Category:Xebra]]
 
[[Category:Xebra]]
 +
[[Xebra About|About]] | [[Xebra Installation|Installation]] |  [[Xebra Documentation|Documentation]] |  [[Xebra Tutorial|Tutorials]] | [[Xebra FAQ|Frequently Asked Questions]]
 +
  
 
=Properties=
 
=Properties=

Revision as of 10:13, 11 July 2009

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