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!
HI,
we are running sales application on:
URL: http://hostname.domain.com:7777/forms/frmservlet?config=sales
and also on
URL: http://hostname.domain.com:7782/forms/frmservlet?config=sales
How to restrict the sales to run on 7777, because 7777 is using for payroll application?
OR
How to bind sales application only with port 7777?
Regards
Hi,
This has to be done at the webserver level.
If you are using oracle http server then configure Name based virtual host with share common listen address but different listen port.
Thanks,
Sharmela