Difference between revisions of "Xebra Server Config File"
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 09:11, 11 July 2009
About | Installation | Documentation | Tutorials | Frequently Asked Questions
Contents
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=True compiler=$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin/ec translator=$XEBRA_DEV/eiffel_projects/xebra_translator/EIFGENs/xebra_translator/F_code/xebra_translator webapps_root=$XEBRA_DEV/httpd/htdocs taglib=$XEBRA_DEV/eiffel_projects/xebra_translator