users@glassfish.java.net

Re: EJB remote access through firewall

From: <glassfish_at_javadesktop.org>
Date: Tue, 08 Apr 2008 10:27:15 PDT

The main question here seems to be why are you getting the location forward?
If you are using GlassFish on the server (the webdevel machine in the DMZ),
there are not many circumstances in which you should get a location forward
response. The only one I know of in the ORB or the GlassFish CORBA interceptors
is in the IIOP failover and loadbalancing code, in the sever group manager, where
we use a location forward to indicate to the client that its IOR is out of data
with respect to the cluster membership. But this would ONLY apply if you have
a cluster deployed in the DMZ.

It is also possible for an application running on the server (webdevel) to cause
a location forward to be sent by using portable interceptors, but this is fairly unusual.

Please supply more details about the configuration of the machines involved, especially
about confgured IIOP listeners, any special parameters in domain.xml, and which versions
of GlassFish are running.
[Message sent by forum member 'kcavanaugh' (kcavanaugh)]

http://forums.java.net/jive/thread.jspa?messageID=268201