Previous  Next          Contents   Library Product

Installation of Oracle Web Application Server for Oracle Workflow Option

Step 1. Install Oracle Web Application Server 3.0.1 or higher on a server machine.

Refer to your Oracle Web Application Server installation documentation for more information.

Step 2. Create at least one web listener for Oracle Workflow and make note of its name and base URL.

Refer to your Oracle Web Application Server documentation for instructions on how to create a Web listener.

The base URL should have the following format, where <server_name> and <portID> represent the server and TCP/IP port number on which your web listener accepts requests:

	http://<server_name>[:<portID>]/

	http://prod.company.com/
	http://test.company.com:8000/

Step 3. Create an Oracle Web Application Server Database Access Descriptor (DAD) for the Oracle Workflow Schema and register the DAD with a PL/SQL Cartridge.

		Parameter                     Value
DAD Name: <DAD_name>
Database User: <wf_username>
Identified by: Password
Database User Password: <wf_password>
Confirm Password: <wf_password>
ORACLE_HOME: <ORACLE_HOME>
SQL*Net V2 Service: <SQLNet_alias>
...
NLS Language: <NLS_language>
Store the user name and password in the DAD

Attention: If you are using Oracle Net8, then do not input the Oracle SID.

		Parameter                     Value
Name of PL/SQL Agent: <agent_name>
Name of DAD to be used: <DAD_name>
Protect PL/SQL Agent: True
Authorized Ports: <port_ID>

Warning: Ensure that you select the option "Install Web Application Server Developer's Toolkit PL/SQL packages" when you create the DAD for the schema.

		Virtual Path           App     Physical Path
		/<plsqlagent>/plsql    PLSQL   <ORAWEB_HOME>/bin

		http://<server_name>[:<portID>]/<plsqlagent>/plsql

		http://prod.company.com/my_plsqlagent/plsql

		http://<server_name>[:<portID>]/<plsqlagent>/plsql/wfa_html.home

Step 4. Protect the Workflow PL/SQL Agent Virtual Path.

Oracle Workflow's web pages rely on the user authentication feature of Oracle Web Application Server to provide security. To ensure that only authorized users can access workflow processes, the URLs that generate Oracle Workflow's web pages must be protected by the Oracle Web Application Server authentication feature. Refer to your Oracle Web Application Server documentation for more details.

		Virtual Path         Scheme                            Realm        
		<virtual_path>       <Basic/Digest/Basic_Oracle>       <realm_name>


         Previous  Next          Contents   Library Product