Prev | Next |
How to configure WebEA models
All WebEA configuration is controlled by a single file 'webea_config.ini', which must reside in the WebEA '\includes\' folder.
This configuration file defines the model connections which are available on WebEA's login page. For each WebEA model connection you define how WebEA will access the model (server, port, etc), and optionally apply settings to adjust WebEA's functionality (e.g. show/hide specific features).
Configuration Options
There are two different options available for WebEA model configuration.
1 |
(Recommended) Use the web based configuration page (config.php).
|
2 |
Or, directly modify the 'webea_config.ini' file using a text editor.
|
Security Considerations
Due to the sensitive nature of some of the information contained in the WebEA configuration file, we recommend that the '\includes\' folder within the WebEA folder is severely restricted.
For example, in Apache this could be achieved using .htaccess and .htpasswd files in the '\includes\' folder.