|
Oracle Mobile Sales Assistant Guide > Installing and Configuring Oracle Mobile Sales Assistant > Process of Installing and Configuring Oracle Mobile Sales Assistant >
Deploying MSA Proxy on Oracle SOA Suite
MSA Proxy is a standard J2EE Web application that works with any J2EE standard Web application container. It handles URL conversion, session management, fault handling and messaging between the Oracle Mobile Sales Assistant client and the BPEL container. This task is a step in Process of Installing and Configuring Oracle Mobile Sales Assistant. Use the following procedure to deploy MSA Proxy. To deploy MSA Proxy
- Open the configuration file located at:
java/MSAProxy/public_html/WEB-INF/classes/config.properties
- Change the following settings to match your environment:
- SiebelServer=<URL location of Siebel Industry Application Server>
For example:
SiebelServer=http://siebel-op-server:port
- BpelServer=<URL location of BPEL Server>
For example:
BpelServer=http://localhost:port
- Configure the following parameters to match the following values:
- ContentType=text/xml; charset\=UTF-8
- DefaultErrorCode=SBL-EAI-04376
- LoggingMsaIo=true
- LoggingSiebelIo=true
- LoggingBpelIo=true
- LoggingHttpHeader=true
- LoggingHttpBody=true
- In Oracle JDeveloper, select the application that you created in Importing and Deploying BPEL Projects. From the File menu, choose Open.
- In the Open window, choose MSAProxy.jpr, then click Open.
- In the Applications Navigator, expand the MSAProxy tree.
- In the MSAProxy tree, right-click webapp.deploy, choose Deploy to, and the name of the application server.
|