Bgrenon
Olena's
- If IPv6 is not supported or should not be used, then edit the file /etc/lighttpd/lighttpd.conf and change server.use-ipv6 to disable:
server.use-ipv6 = "disable"
- Make sure it runs under same user that Pulse uses or that a user that has read write access to Pulse Collector directories
For this, you might need to adjust server.username and server.groupname in /etc/lighttpd/lighttpd.conf
Make sure that this user had access to all directories for lighttpd (for example, var.log_root,var.state_dir, var.home_dir) and others mentioned in /etc/init.d/lighttpd and in /etc/lighttpd/lighttpd.conf - Enable WebDAV module by editing the /etc/lighttpd/modules.conf file and uncommenting the following line:
- include "conf.d/webdav.conf"
- Change the configuration of the WebDAV module by editing the file /etc/lighttpd/conf.d/webdav.conf.
- Example of configuration:
## This configuration assumes that<br />## transport-file/output-folder = /genesys/collector_output/snapshots<br />## transport-file/external-output-url = http://<host>/snapshots<br />## heartbeat/heartbeat-folder = /genesys/collector_output/heartbeat<br />## heartbeat/external-heartbeat-url = http://<host>/heartbeat server.modules += ( "mod_webdav" )<br />$HTTP["url"] =~ "^($|/)" {<br />## Specify full path to parent folder for snapshots and heartbeat folders<br />server.document-root = <br />}- You can also have webdav.activate = "enable" on the top level (not inside of $HTTP) if you want all files and directories in your server.document-root to be accessible through WebDAV.
- Make sure that the webdav.sqlite-db-name parameter is commented out in webdav.conf.
- Restart the lighttpd server:
/etc/init.d/lighttpd restart
Wiki markup with image and note and paragraphs
- In Genesys Administrator Extension, open Configuration Manager.
- Hover over the Environment image and select Applications in the pop-up menu. The Applications list appears

- Select the GAX Application object and click Edit. The Application details page appears:
- Click the Application Options tab to see configuration options for the GAX Application object.ImportantTEST
- Step five.
- one paragraph
two paragraph
three paragraph
- one paragraph
- Step six.
test with man line breaks in between
- Step seven.
[BG] Not sure about multiple paragraphs (with line breaks) within a step. It seems weird usage - steps can get lost if "real" paragraphs (large paragraphs) are pushed into that kind of sequence.
Tony's example
- The Genesys Installer unpacks all files from the installation package into the target directory you specify, including:
- gcxi_deploy_main.sh — This is the main deployment script, which creates the project, sets configuration values, and creates connections.
- gcxi_setenv.sh — This script contains environment variables.
- readme.html — Release information.
- Edit the gcxi_setenv.sh script, replacing default values with appropriate values, where needed, including all instances of '[ToBeChanged: XXX]'.
Comments or questions about this documentation? Contact us for support!
