users@glassfish.java.net

Re: Hide the 8181 port in URL

From: Steven Siebert <smsiebe_at_gmail.com>
Date: Fri, 18 Mar 2011 18:36:25 -0400

Is port 80 already being used on that server? If not, you can wither proxy
or send a redirect from 80 to the other (8080)...but the question then would
be...why not just serve on port 80?

Browsers look by default on port 80, normally it stops there. Short of a
proxy or redirect...no.

On Fri, Mar 18, 2011 at 6:14 PM, Arthur Yeo <artyyeo_at_gmail.com> wrote:

> All,
>
> Obviously, if I were to reconfigure GF to use 443 for its secure channel,
> my https URL will now be able to skip using the port since it is the old std
> SSL port.
>
> If I were to keep the 8181 port (or use any other non-std port), is there
> to configure it so that the URL does not need to specify the port?
>
> --
> Arthur Y.
>