Previous  Next          Contents   Library Product

Oracle Workflow Monitor Setup

The Oracle Workflow Monitor is a Java applet that allows users and workflow administrators to view and optionally manipulate workflow process instances. The Workflow Monitor can be accessed by a web browser that supports Java Development Kit (JDK) Version 1.1.4 and AWT, such as Netscape Communicator 4.04 or higher.

Note: Oracle Installer automatically installs the Java code in a directory tree in the Oracle Workflow java area when you install or upgrade the Workflow Server. On UNIX, the java area is $ORACLE_HOME/wf/java. On Windows NT, the java area is \<ORACLE_HOME>\wf\java.

Add a virtual directory mapping to your web listener that points to the java directory tree you just installed on your file system. Also, add a virtual directory mapping called /OA_MEDIA/ that points to the Oracle Workflow icon area. On UNIX, the icon area is $ORACLE_HOME/wf/java/oracle/apps/fnd/wf/icons/. On Windows NT, the icon area is \<ORACLE_HOME>\wf\java\oracle\apps\fnd\wf\icons\. All icon and gif files that are required by Oracle Workflow's web interface must be stored in the /OA_MEDIA/ virtual directory.

Attention: If you have Oracle Workflow Release 2.0.3 previously installed, please ensure that you re-map the /OA_JAVA/ virtual directory. The file-system directory for the java directory tree has changed between Release 2.0.3 and 2.5.

If you are using Oracle WebDB:

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

		Physical Directory                                      Virtual Directory
		<$ORACLE_HOME>/wf/java/                                 /OA_JAVA/
		<$ORACLE_HOME>/wf/java/oracle/apps/fnd/wf/icons/        /OA_MEDIA/

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

		Physical Directory                                      Virtual Directory
		<ORACLE_HOME>\wf\java\                                  /OA_JAVA/
		<ORACLE_HOME>\wf\java\oracle\apps\fnd\wf\icons\         /OA_MEDIA/

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

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

	File-System Directory                                Flag    Virtual Directory
	<java>                                               NR      /OA_JAVA/
	<ORACLE_HOME>/wf/java/oracle/apps/fnd/wf/icons/      NR      /OA_MEDIA/

	File-System Directory                                Flag    Virtual Directory
	/oracle/db/wf/java/                                  NR      /OA_JAVA/
	/oracle/db/wf/java/oracle/apps/fnd/wf/icons/         NR      /OA_MEDIA/

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

	File-System Directory                                Flag    Virtual Directory
	<java>                                               NR      /OA_JAVA/
	<ORACLE_HOME>\wf\java\oracle\apps\fnd\wf\icons\      NR      /OA_MEDIA/

	File-System Directory                                Flag    Virtual Directory
	\oracle\db\wf\java\                                  NR      /OA_JAVA/
	\oracle\db\wf\java\oracle\apps\fnd\wf\icons\         NR      /OA_MEDIA/

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


         Previous  Next          Contents   Library Product