users@glassfish.java.net

RE: How to eliminate port number?

From: Derek Sceats <dsceats_at_silasg.com>
Date: Fri, 17 Jul 2009 12:38:07 -0700

One option is to front-end with a web server as a reverse proxy, then you can map port 80 or 443 to ports 8080 and 8181 on your current Glassfish deployments. This would eliminate having to type in these port numbers.

Hope this helps.

Derek


-----Original Message-----
From: Hu Zhang [mailto:huzhang1982_at_gmail.com]
Sent: Fri 7/17/2009 12:23 PM
To: users_at_glassfish.dev.java.net
Subject: How to eliminate port number?
 
I used virtual server to host two DNS (http://www.aaa.com and
http://www.bbb.com) on one physical server. But when accessing them, I have
to specify the port number. (http://www.aaa.com:8080,
http://www.bbb.com:8181) How can I get rid of the port number?