Integrating Clara in the Dynamic Workload Console

Following this procedure, you can integrate Clara in the Dynamic Workload Console.

About this task

To integrate Clara in the Dynamic Workload Console, proceed as follows:

Procedure

  1. Configure the engine on the Clara server. For further information, see: HCL Clara installation guide.
  2. Depending on your environment, stop the Dynamic Workload Console:
    UNIX operating systems
    <DWC_home>/appservertools/stopAppServer.sh [-direct]
    Windows operating systems
    <DWC_home>\appservertools\stopAppServer.bat [-direct]
  3. Modify the widget_config.xml file as follows:
    1. Copy the widget_config.xml template from the following path:
      UNIX operating systems
      <DWC_home>/usr/servers/dwcServer/configDropins/templates
      Windows operating systems
      <DWC_home>\usr\servers\dwcServer\configDropins\templates
    2. Paste the widget_config.xml template in the following path:
      UNIX operating systems
      <DWC_DATA_dir>/usr/servers/dwcServer/configDropins/overrides
      Windows operating systems
      <DWC_home>\usr\servers\dwcServer\configDropins\overrides
    3. Specify a value for the claraHostname parameter.
      <server description="widget_config_variables">
      
      		<!-- Update the host name CLARA-->
      		<variable name="claraHostname" value=""/>
      		
      		<!-- DO NOT CHANGE -->
      		<jndiEntry id="claraHost" jndiName="claraHost" decode="false" value="${claraHostname}"/>
      		
      		<!-- DO NOT CHANGE ENDS -->
      
      
      		<!-- Update the value of the below variable with the alias of the keystore only if a new store is used other than provided store-->
      <variable name="certificateAlias" value=""/>
      
      <!-- DO NOT CHANGE -->
      <jndiEntry id="certificateAlias" jndiName="certificateAlias" decode="false" value="${certificateAlias}"/>
      <!-- DO NOT CHANGE ENDS -->
      	
      	</server>
  4. Start the Dynamic Workload Console:
    UNIX operating systems
    <DWC_home>/appservertools/startAppServer.sh [-direct]
    Windows operating systems
    <DWC_home>\appservertools\startAppServer.bat [-direct]

Results

You successfully integrated Clara in the Dynamic Workload Console. You can now start asking questions to Clara to receive assistance or learn about the product capabilities.