7 Deploy the Sample UA Application

Before starting the UA-APP deployment, make sure to create a configuration file named mfe-app.properties.

You can find a sample mfe-app.properties file in the UA-APP sample project.
  1. Locate the file IMCSampleApp-8.3.0.0.0.zip in your download of the Converged Application Server Release 8.3.
  2. Unzip IMCSampleApp-8.3.0.0.0.zip.
  3. Locate the mfe-app.properties file.
  4. Copy the properties file to the Oracle Home folder.
  5. In the properties file, set egress.destinationIp to the IP address of the sample AI connector service. Set egress.destinationPort to the port of the AI connector service.
    egress.destinationIp=<IP of AI Connector Service>
    egress.destinationPort=<Port of AI Connector Service>
    
    egress.codec.name=PCM-16
    egress.codec.samplingRate=8000
    egress.codec.channelCount=1
    egress.codec.targetBitrate=64000
    egress.codec.format=S16LE
    egress.headerSize=146
    
    egress.languageCode=en-US
    egress.partialSilenceThreshold=50
    egress.finalSilenceThreshold=500
    egress.streamDirection=incoming
  6. You need to tell your managed server where to find mfe-app.properties. You have two ways to do this.
    • Add -Dmfe.config.file=<absolute path to mfe-app.properties> to the server start command.
    • Update the JAVA_OPTIONS variable in the startWebLogic.sh file and then restart your Admin and Managed servers