Oracle Forms (MOSC)

MOSC Banner

Forms 11g - How to use RewriteRule to force a specified CONFIG based on domain name & URL.

edited Feb 18, 2016 11:05AM in Oracle Forms (MOSC) 3 commentsAnswered

Hello,

I'm going to deploy the same Forms application for a couple of different customers on one OFM 11g server.

I use VirtualHost to isolate each customer based on its domain name and It works.

<VirtualHost *:80>

  ServerName customer1.mydomain.com

  <Location "/forms">

    SetHandler weblogic-handler

    WebLogicHost myserver

    WebLogicPort 9001

  </Location>

</VirtualHost>

Now, I would like to make the forms application URL more friendly for the customer ...

For ex the customer hits this http://customer1.mydomain.com/myformsapp and access without redirection this application http://customer1.mydomain.com/forms/frmservlet?config=CUSTOMER1

... and also prevent them from calling the application of other customers by specifying a config in the URL.

Tagged:

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