Oracle Forms (MOSC)

MOSC Banner

plan.xml/forms.conf alias mapping not working.

edited Sep 7, 2012 6:49AM in Oracle Forms (MOSC) 3 commentsAnswered ✓
Hello,

I am trying to configure a Forms 11g Server to include a /forms/help directory.

I have tried the suggested configuration in the forms.conf or plan.xml files.

The forms.conf configuration doesn't work, because it has a location map to forms directory.

I get the 404.  The problem is mapping directories under the /forms directory, because it looks like the location mapping takes precedence. Any ideas. 

Below is my forms.conf and plan.xml .

### Forms

RewriteEngine on

RewriteRule ^/forms/help/(..*) /workaroundhelp/$1 [PT]
AliasMatch ^/workaroundhelp/(..*) "/x01/middleware/wls_forms/forms/forms/application/h
elp/$1"

<IfModule !mod_osso.c>
 LoadModule osso_module  ${ORACLE_HOME}/ohs/modules/mod_osso.so

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