Previous  Next          Contents   Library Product

Oracle Workflow HTML Help Setup

Oracle Workflow provides access to HTML help from the Help button on each of its web pages. The HTML help that appears is context-sensitive and provides links to the entire contents of the Oracle Workflow Guide.

When you install Oracle Workflow Server or Oracle Workflow Builder, the Oracle Universal Installer copies a zip file containing the HTML help to the Workflow directory in your ORACLE_HOME.

On UNIX:

$ORACLE_HOME/wf/wfdoc252.zip

On Windows NT:

\<ORACLE_HOME>\wf\wfdoc252.zip

Note: You need at least 4 Mb of free disk space to extract the zip file.

	$ORACLE_HOME/wf/doc/<lang>/wf
$ORACLE_HOME/wf/doc/<lang>/wfnew
$ORACLE_HOME/wf/doc/<lang>/wfcust

	\<ORACLE_HOME>\wf\doc\<lang>\wf
\<ORACLE_HOME>\wf\doc\<lang>\wfnew
\<ORACLE_HOME>\wf\doc\<lang>\wfcust

Note: You can also install the doc directory tree on a PC file system. Create a directory for the HTML help on your PC. Then transfer the Workflow HTML help zip file \<ORACLE_HOME>\wf\wfdoc252.zip to the new directory on your PC. An unzip utility such as WINZIP from NicoMak can extract the doc directory tree from the zip file.

If you are using Oracle WebDB:

3.1 Using your Web browser, navigate to the Oracle WebDB Listener Settings page:

			http://<server_name>[:<portID>]/<DAD>/admin_/listener.htm

3.2 Refer to your Oracle WebDB documentation for details on how to add virtual directory mappings. Create the following virtual directory mapping for the Oracle Workflow doc physical directory tree:

			Physical Directory                                        Virtual Directory
			$ORACLE_HOME/wf/doc/                                      /OA_DOC/

Attention: Be sure to add a trailing slash to each physical directory path and virtual directory name.

			Physical Directory                                        Virtual Directory
			<ORACLE_HOME>\wf\doc\                                     /OA_DOC/

Attention: Be sure to add a trailing backslash to the physical directory path and a trailing slash to the virtual directory name.

If you are using Oracle Application Server or Oracle Web Application Server:

3.1 From Oracle Web Application Server or Oracle Application Server, display the list of HTTP listeners.

3.2 Locate and select the Web HTTP listener you previously created from the list shown.

3.3 Go to the "Directory" or "Directory Mappings" section and add an entry for the doc directory tree you just installed:

			File-System Directory            Flag    Virtual Directory
			$ORACLE_HOME/wf/doc/             NR      /OA_DOC/

      For example:
			File-System Directory            Flag    Virtual Directory
			/oracle/db/wf/doc/               NR      /OA_DOC/

Attention: Be sure to add a trailing slash to each file-system and virtual directory name.

			File-System Directory            Flag    Virtual Directory
			<ORACLE_HOME>\wf\doc\            NR      /OA_DOC/

      For example:
			File-System Directory            Flag    Virtual Directory
			c:\orant\wf\doc\                 NR      /OA_DOC/

Attention: Be sure to add a trailing backslash to each file-system directory name and a trailing slash to each virtual directory name.

3.4 Save your changes and then restart your Web Listener.

		http://<server_name>[:<portID>]/OA_DOC/<lang>/wf/wftop.htm

		http://<server_name>[:<portID>]/OA_DOC/<lang>/wfnew/wfnew.htm

		http://<server_name>[:<portID>]/OA_DOC/<lang>/wfcust/wfcust.htm


         Previous  Next          Contents   Library Product