Hi,

> there really was java.naming.provider.url=localhost, so i 
> changed it to 
> 212.172.122.17, but still the same....

Check the jboss.properties. there's a configuration for the RMI dynamic
classloading. I'm not sure if this is a case, but you can try.

By default it is (I think so):

java.rmi.server.hostname=localhost
java.rmi.server.codebase=http://localhost:8080/

Also, use the "netstat -a" to see if JBoss is listening on particular
network interface or on all of them (you will see either interface IP, or
*:* for any interface).

Regards,
Roman

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to