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!

Virtual Path Issues - Forms 12c

3778142Sep 10 2018 — edited Oct 24 2018

Hi Everyone,

We had a virtual address (or virtual directory) on Forms 11g that's not currently working after we ported to Forms 12c.

We had an URL http://%OURSERVER%:9001/forms/html/close.htm that was working fine before and even after we've tried to include a virtual directory on Forms' 12c Enterprise Manager we were not able to make it work.

Please take under consideration that we have many legacy applications already coded that uses this path (forms/html/) and it's not a simple task to change it to another path, for example.

We've already changed the settings inside httpd.conf and forms.conf using some Oracle's documentation and some "Googleing".

We'd done as shown bellow:

Changes done to forms.conf:

========================================================================

RewriteEngine on

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

AliasMatch ^/workaroundhtml/(..*) "/opt/oracle/Middleware/Oracle_Home/forms/html/$1"

========================================================================

Changes done to httpd.conf:

========================================================================

Alias /forms/html/ "/opt/oracle/Middleware/Oracle_Home/forms/html/"

<Directory "/opt/oracle/Middleware/Oracle_Home/forms/html/">

AllowOverride All

Require all granted

</Directory>

========================================================================

We've also already registered a Service Request but we've got no solution for our problem.

We're guessing that we're not doing the right steps during the creation of this virtual path.

Is there any documentation or "how to" on how to create virtual paths on Forms 12 ?

Any suggestions on how to solve this?

Thanks in advance!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 21 2018
Added on Sep 10 2018
4 comments
1,557 views