Creating and Configuring iWD Web in GAX
Creating iWD Web Application
- Create a new iWD Web application (iWD Web app_8.5.aaa.bb_xxxyyyzzz) based on the iwdwebapp template.
ImportantThis should be of type ThirdPartyApplication.
Configuring iWD Web Server Application
- Open the iWD Web Server Application which was created during installation process.
- Add Interaction Server and Message Server to its Connections tab.
ImportantiWD Web supports HA Configuration Server deployment. Primary config server must be up & running when iWD Web is starting. Later failover may encounter.ImportantiWD Web supports HA Interaction Server deployment. For default profile HA for Interaction Server API client is supported. For wscp profile HA for capture point is not supported.ImportantiWD Web supports HA Message Server deployment.
- Make sure that the correct tenant is added to the Tenants tab.
- Configure the application details on the Options tab:
- Configure the boot section:
- Set the boot:iwdweb.config_server.client_app_name property to the same as the iWD Web Application name (iWD Web app_8.5.aaa.bb_xxxyyyzzz)
ImportantThis is a ThirdPartyApplication type. If this application doesn't already exist, you must create it.
- Set profile parameter in the spring.profiles.active option.
You can select either the default value default or wscp to determine how iWD Web will interact with Interaction Server:- default configures iWD Web to interact directly via the Genesys PSDK and Interaction Server API client. This is the default value.
- wscp configures iWD Web to interact with Interaction Server through a Web Service Capture Point (already embedded in Interaction Server).
boot:spring.profiles.active: default,form-login
This means form login username/password authentication and direct connection via Interation Server API.
- Configure any other iWD Web properties as required. See here for more details.
- Set the boot:iwdweb.config_server.client_app_name property to the same as the iWD Web Application name (iWD Web app_8.5.aaa.bb_xxxyyyzzz)
- If you selected default in the previous step:
- Set the inx:solution_id (runtime_id) (SLT1).
- Set the inx:capture_point_id property. Use the iWD Web Capture Point name iWD_Web_WSCP.
- inx:department_id, inx:process_id may be used to set default values for Department and Process.
- Configure any other required properties.
- Configure the boot section:
This page was last edited on November 22, 2016, at 14:46.
Comments or questions about this documentation? Contact us for support!