Deploying a J2EE application over the default HTTPS port
Hi there,
We are running OFM 11g (OFM 11.1.1.6, Weblogic 10.3.6). The server accepts HTTP and HTTPS requests over the standard ports (80, 443).
I've have a J2EE compliant application and have deployed it to my server over https on a non-standard port 8443. I've create a machine in the Admin Console, along with a server, and then deployed the application.
However, I would like my users to access the application via port 443. It seems like I need to do some sort of "bridging" between 443 and 8443, but I can't seem to figure out how to make it work. I don't want to redirect the user to the non-standard port, but I would rather that it was transparent to the user.
We are running OFM 11g (OFM 11.1.1.6, Weblogic 10.3.6). The server accepts HTTP and HTTPS requests over the standard ports (80, 443).
I've have a J2EE compliant application and have deployed it to my server over https on a non-standard port 8443. I've create a machine in the Admin Console, along with a server, and then deployed the application.
However, I would like my users to access the application via port 443. It seems like I need to do some sort of "bridging" between 443 and 8443, but I can't seem to figure out how to make it work. I don't want to redirect the user to the non-standard port, but I would rather that it was transparent to the user.
0