Dominic Plangger

Greenhorn
+ Follow
since Oct 28, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Dominic Plangger

If you haven't found it yet, I assume you are looking for the HTTP listener: Admin console -> Configuration -> server-config -> HTTP Service -> HTTP Listeners -> HTTP Listener 1 -> Address
8 years ago
That is an interesting idea. I will dig deeper into that but I have the suspicion that it is not easy to have the client and the glassfish server use different ports for the same protocol. I think that Glassfish informs the client about which port to use, at least for JMS.
8 years ago
Hi Community

I am looking for a way to tunnel all Glassfish traffic through a single port. This is needed as the glassfish client is usually behind a firewall that allows outgoing traffic only to one port (e.g. port 80).
In particular, that would be the JMS and IIOP traffic, that has to be routed through the same port. Does anybody have an idea how to solve this? Preferably while keeping the Glassfish authentication intact.

PS: I posted this question on SO a few weeks ago, but have not received any solutions since then. Therefore I was hoping to find the solution here.
8 years ago