Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create virtual mapping to serve static content (alias in forms.conf)

juliojgsApr 19 2022

Hi,
We're migrating from forms 11g to 12c
We have in our app some static content, like help html files.
To serve it, in 11g, we added an alias in the forms.conf , like this:

AliasMatch /forms/docs/(..*) "/app/docs/$1"
WLExcludePathOrMimeType /forms/docs/

This forms.conf file is located here in 11g:
/product/oracle/Middleware/asinst_1/config/OHS/ohs1/moduleconf
Now, I'd like to keep this working in 12c.
I added it in forms.conf file in our new 12c server:
$DOMAIN_BASE/mydomain/config/fmwconfig/components/OHS/instances/ohs1/moduleconf/forms.conf
But when I try the url, I get a 404 not found error.
Any hint?

This post has been answered by Michael Ferrante-Oracle on Apr 20 2022
Jump to Answer
Comments
Post Details
Added on Apr 19 2022
3 comments
144 views