Difference between revisions of "Xbera Server Config File"

(New page: =Properties= ==finalize_webapps== *Type: Boolean *Description: If set to True, all webapps are finalized while compiled. (not yet implemented) ==compiler== *Type: Path to executable file ...)
 
Line 12: Line 12:
 
*Description: Set to the xebra_translator
 
*Description: Set to the xebra_translator
  
=webapps_root=
+
==webapps_root==
 
*Type: Path to directory
 
*Type: Path to directory
 
*Description: Set to the directory that contains all webapps
 
*Description: Set to the directory that contains all webapps
  
=taglib=
+
==taglib==
 
*Type: Path to directory
 
*Type: Path to directory
 
*Description: Set to the directory that contains all tag lib files
 
*Description: Set to the directory that contains all tag lib files

Revision as of 07:47, 30 June 2009

Properties

finalize_webapps

  • Type: Boolean
  • Description: If set to True, all webapps are finalized while compiled. (not yet implemented)

compiler

  • Type: Path to executable file
  • Description: Set to eiffel compiler (ec or ecb)

translator

  • Type: Path to executable file
  • Description: Set to the xebra_translator

webapps_root

  • Type: Path to directory
  • Description: Set to the directory that contains all webapps

taglib

  • Type: Path to directory
  • Description: Set to the directory that contains all tag lib files


Example

finalize_webapps=False
compiler=/home/user/eiffel64/studio/spec/linux-x86-64/bin/ec
translator=/home/user/xebra/eiffel_projects/xebra_translator/EIFGENs/W_code/xebra_translator
webapps_root=/home/user/xebra/httpd/htdocs
taglib=/home/user/xebra/eiffel_projects/xebra_translator