I'm working with Adam on this problem and wanted to add a little clarification on all 
the pieces of this puzzle and what we're trying to accomplish.

Let's say that we're dealing with two groups of IP addresses:
Behind firewall: 192.x.x.x
and the client requests will originate from 137.x.x.x
and suppose the address of the JBoss server is 192.1.1.10

The way that the NAT is set up (which we have no control over) forwards requests 
originating from 137.x.x.x for ports 8080 and 4444  to 192.1.1.10 while any request 
originating from 192.x.x.x is routed somewhere else.

We can use force a particular address to be used via the file 
deploy/http-invoker.sar/META-INF/jboss-service.xml  but will only work in the favor of 
either the client or the MDB (set it to 192.1.1.10 and the MDBs are happy but the 
client can't resolve the address.  Use the external address and the client can connect 
but the MDB gets redirected into never never land)

Is there any way to specify one address for the client and another for the MDB?

Jon


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830005#3830005

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3830005


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to