About WebLogic Managed Servers and HTTP Server

Managed Servers host business applications, application components, Web services, and their associated resources.

To optimize performance, managed servers maintain a read-only copy of the domain's configuration document. When a managed server starts up, it connects to the domain's administration server to synchronize its configuration document with the document that the administration server maintains. Oracle Fusion Middleware system components (such as Forms, Reports, Oracle HTTP Server, and Identity Management components), as well as customer-deployed applications, are deployed to managed servers in the domain. During configuration, some managed servers are created specifically to host the Oracle Fusion Middleware applications (for example, Forms JavaEE applications).

Figure -14 Oracle WebLogic Managed Server and Forms Services

Description of Figure -14 follows
Description of "Figure -14 Oracle WebLogic Managed Server and Forms Services"

Figure -14 shows the HTTP request flow from WebLogic Managed Server to Forms Runtime Process. On the left of the image, resides the Forms client. The Forms servlet renders the start HTML file and provides the information about the Forms Listener servlet to the client. The client passes this HTTP request to the Oracle HTTP Server Listener in the middle. The Oracle HTTP Server Listener, in turn, passes the HTTP request to the Forms Listener servlet running inside WebLogic Managed Server. The WebLogic Managed Server Process includes a Web Container, JB Container, and other services, such as Java Naming and Directory Interface (JNDI), JMS, JavaMail, and so forth. The Forms Listener servlet establishes a Forms Server runtime process and is responsible for on-going communication between the client browser and the runtime process.

Enabling Oracle HTTP Server with Oracle Forms Services

In Oracle Fusion Middleware, to enable Oracle HTTP Server to route requests to the Forms Managed Server manual, post installation steps are required.

Users have two options to enable this configuration.

About Editing forms.conf

forms.conf is an Oracle HTTP Server directives file. In Oracle Fusion Middleware, the forms.conf file should be included in the Oracle HTTP Server configuration directory at $DOMAIN_HOME/config/fmwconfig/components/OHS/<OHS INSTANCE NAME>/moduleconf.

If you add any custom Oracle HTTP Server directives to forms.conf, you must restart the Oracle HTTP Server node where it resides.

Configuring OHS

If you choose to configure Oracle HTTP Server, then perform the following tasks:

  1. Copy the Forms OHS directives file forms.conf from the Forms configuration files templates directory to the OHS instance moduleconf directory

    Source location (on Forms tier):

    $FMW_HOME/forms/templates/config/forms.conf

    Destination location (on OHS tier):

    $DOMAIN_HOME/config/fmwconfig/components/OHS/<OHS INSTANCE NAME>/moduleconf

  2. Specify the appropriate managed server cluster or the managed server for the default forms Java EE application context root (/forms).

    Example of cluster entry:

    <Location /forms/>
            SetHandler weblogic-handler
            WebLogicCluster    <HOSTNAME>:<WLS_PORT>,<HOSTNAME>:<WLS_PORT>
            DynamicServerList OFF
    </Location>
    
    

    Example of non-cluster entry:

    <Location /forms/>
            SetHandler weblogic-handler
            WebLogicHost = <HOSTNAME>
            WebLogicPort = <PORT>
    </Location>
    
    
  3. Make sure that any directories referenced in user-added directives are accessible on the OHS tier.
  4. Restart the Admin Server.
  5. Restart OHS instance on the OHS tier.

    Note:

    Use the Oracle Fusion Middleware Control to make further changes to forms.conf once it is setup. You can access it using OHS Instance page Menu: Oracle HTTP Server > Administration > Advanced Configuration. On the Advanced Server Configuration page, choose forms.conf in the Choose a File pull down Menu.

    When including any user-defined aliasMatch with the prefix /forms/ in forms.conf, add the directive WLExcludePathOrMimeType. For example, in Linux, when defining the aliasMatch for /forms/usericons in forms.conf, the directive WLExcludePathOrMimeType is defined as following:

    AliasMatch /forms/usericons/(..*) "/home/userx/myicons/$1"

    WLExcludePathOrMimeType /forms/usericons/