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.
- Locate the file
IMCSampleApp-8.3.0.0.0.zipin your download of the Converged Application Server Release 8.3. - Unzip
IMCSampleApp-8.3.0.0.0.zip. - Locate the
mfe-app.propertiesfile. - Copy the properties file to the Oracle Home folder.
- In the properties file, set
egress.destinationIpto the IP address of the sample AI connector service. Setegress.destinationPortto 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 - 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_OPTIONSvariable in thestartWebLogic.shfile and then restart your Admin and Managed servers
- Add