Oracle Forms (MOSC)

MOSC Banner

Virtual directory mapping is failing in forms 12c

edited Aug 1, 2017 5:00AM in Oracle Forms (MOSC) 10 commentsAnswered

I have some custom JAR files exists in my own directory. I created virtual directory mapping to my directory using the following setup in forms.conf

AliasMatch /forms/test/(..*) "C:\new/$1"

WLExcludePathOrMimeType /forms/test/

But it is not able to access the JAR files and failing with error that "HTTP response code: 403".

Then I followed "https://community.oracle.com/thread/3890697" thread and added following lines of code to forms.conf, still it is failing with same error.

RewriteRule ^/forms/test/(..*) /test/$1 [PT]

AliasMatch ^/test/(..*) "C:\new/$1"

Forms version: 12.2.1.2.0

OS: Windows Server 2012R2

WLS: 12.2.1.2.0

JDK: 1.8U121

Can someone guide to configure the virtual directory mapping.

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