Identifying the Oracle Web Agent used by Oracle Workflow
Oracle WebServer must be installed before installing Oracle Workflow. Once you finish installing and configuring Oracle WebServer, you must identify the Oracle Web Agent that Oracle Workflow should use to access its Web components.
To Identify a Web Agent for Oracle Workflow
1. Edit the file wfcfg.msg as follows:
WFTKN WF_WEB_AGENT 0 <your_web_agent_here>
Replace <your_web_agent_here> with the base URL of the Oracle Web Agent you defined for Oracle Workflow in Oracle WebServer. The base URL should look similar to this:
http://<server.com:portID>/<PLSQL_agent_virtual_path>
<server.com:portID> represents the server and TCP/IP port number on which your Web Listener accepts requests and <PLSQL_agent_virtual_path> represents the application virtual path of your Oracle Workflow PL/SQL agent. Each PL/SQL agent you configure connects to a particular database schema. See your Oracle WebServer documentation for more information.
Note: If you are using the version of Oracle Workflow embedded in Oracle Applications, the file wfcfg.msg is located in the resource/<language> subdirectory under $FND_TOP. If you are using the standalone version of Oracle Workflow, the file is located in the Oracle Workflow server res/<language> subdirectory.