Roman Krylov

Greenhorn
+ Follow
since May 03, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Roman Krylov

I had the same problem until added a line
jboss.bind.address=<remote_ip_addr>
to server's <JBOSS_HOME>/server/all/conf/jacorb.properties
rebooted that jboss as and it worked fine.
By the way, of course, I changed a line
java.naming.provider.url=jnp://<remote_ip_addr>:1099
on client's side.
The code was: one of examples from EJB3-preview.
19 years ago