The web server event listener is required to use eBiss Web, a standard configuration can be imported into eBiss from the StandardTemplates/WebServer directory.
| Properties | |
|---|---|
| Name | Description |
| Active | Event listener is active/inactive |
| Name | Name of the event listeners |
| Job | Job execute when an event is raised |
| User | User referenced in the resulting job run |
| Listener type | Type of the event listeners |
| Last time triggered | Time of last execution |
| Last change | Time of last change |
| URL | The URL under which the web page will be made accessible |
| Page directory | The path (inside the eBiss installation directory) where the web pages are located |
| Authentication | To use the default login page or the windows domain login dialog |
| Trace traffic | Request are printed to the service log |
| Debug trace | Debug information is printed to the service log |
| MaxConnections | |
| Change logs | The changes to the element are logged. The logging is activated in the System settings, which is possible if a versioning license is available. |
The listener is used in conjunction with a job containing a 'WebServerSessionJobStep'. A template for such a job is also located in the StandardTemplates/WebServer directory.
A lack of rights can stop the listener from functioning. Please execute the following command in the Windows shell using admin rights:
Netsh http add urlacl url=http://[your host]/Webs/eBiss user=[your domain]\[your user]