Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

On this page:

WFA is a web application deployed on Tomcat. It integrates with services such as 'Dhis2 login', 'voucherCodeService', and 'message scheduling/sending', all of which are orchestrated through the DWS service.

WFA Deployment

The WFA app file will be provided as a zip file. Initial deployment or update deployment can be done by unpacking this zip file in tomcat webapps folder.

  1. Use FTP to transfer the WFA zip file named ‘wfa.zip’.
    (In this example, the FPT file transfer destination is ‘/home/ktt’.)

  2. Connect to the server and execute the below command.

    sudo tar --overwrite -xvf /home/ktt/wfa.zip -C /home/ktt/zw-vmmc-docker/tomcat/webapps

WFA DWS Configurations

DWS operates by endpoint configurations. By setting up a proper operation configuration for a given endpoint, DWS performs a proper operation.

  1. Setup


  • No labels