Oracle Weblogic Server (MOSC)

MOSC Banner

OHS and Forms cluster

edited Nov 6, 2013 4:02PM in Oracle Weblogic Server (MOSC) 2 commentsAnswered ✓
 Hello,I have the following problem with a HA implementation of Oracle Forms, my forms.conf contains the following:

<VirtualHost *:8888>
 ServerName dnsname.domain.com
 UseCanonicalName On
 CookieTracking On
 WLCookieName cookieName2
 
 RewriteEngine on
 RewriteRule ^/forms/html/(..*) /workaroundhtml/$1 [PT]
 AliasMatch ^/workaroundhtml/(..*) "/home/oracle/app/Middleware/asinst_1/config/FormsComponent/forms/html/$1"
 
 <Location /forms>
  SetHandler weblogic-handler
  WebLogicCluster   forms01.domain:9001
  DynamicServerList OFF
 </Location>
 
 <Location /OtherLocation>
  SetHandler weblogic-handler
  WebLogicCluster forms01.domain:9001,forms02.domain:9001
 </Location>

 <IfModule ossl_module>
  SSLEngine off
 </IfModule>
</VirtualHost>
------

The use of "DynamicServerList OFF" is listed on the Oracle Forms documentation, however if I try to remove that line and add a second server to the "/forms" location my forms application start failing on login screen with FRM-93552. With only one server listed on the WeblogicCluster tag and DynamicServerList OFF the application runs fine except it creates all requests to the server listed in the configuration.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center