Hi everyone,

I have working versions of a Stateless, a Stateful and a Bean Managed
Persistence EJB, all with a Java commandline client. They all use JNDI over
HTTP and RMI over HTTP and they work.

I want to use RMI over HTTP with a Java commandline client. JBoss 3.0.4 with
Jetty is behind a RedHat based firewall. The hosts file is OK, port 8080 is
mapped to the JBoss host which has 2 IP adresses (172.16.0.253 and
192.168.0.254, the mapping is to 172.16.0.253)

Now I want the same kind of bean deployed as a Container Managed Persistence
EJB. On the LAN it works. 

>From the internet (througth the firewall) I get an exception:
"java.rmi.ConnectException: Connection refused to host: 192.168.0.254;"

I have found several posting in the JBoss forums and this newsgroup that
mention connection problems with 127.0.0.1 but I could not solve my problems
with the answers I have found.

Can anyone help me with getting this CMP with a Java clent working?

Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
email: [EMAIL PROTECTED]
web: www.askesis.nl 


 


-------------------------------------------------------
This SF.net email is sponsored by: Get the new Palm Tungsten T 
handheld. Power & Color in a compact size! 
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0002en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to