We have an old application that currently connects using http://<local machine name:port number>/local path/...
How can we migrate this to use https instead?
I currently start it by first running "Start Admin Server for Weblogic"
Then I run programname.fmx
which starts a web browser, and uses an http address.
We would like to make this more secure by using https.
(There's also a programname.fmb file which opens Oracle Forms Builder.)