Hi,
we are planning the deploy of a forms app with weblogic 12c.
Once installed and preconfigured weblogic and forms and domain, and uploaded the application compild files , tests with http 9001 port are working fine.
Then we configured ohs1 to serve forms (forms.conf file), so connection with http 7777 also work.
We are waiting for the server certificate to import in the wallet, and make it all https. Once https is working, we intend to disable http (weblogic console would go to 7002)
I see standard ohs https port is 4443.
Now my question:
Should we use this 4443 port in production to serve our application? Is it common practice? Or we would change it to 443 or any other?
Thanks.