• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JBoss binding to IP address

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I am using jboss-5.1.0.GA. When I run run.bat file with IP address of my machine(org.jboss.Main -b 10.100.10.60), server starts neatly. Client can able to access deployed EJBs without any problem.

But when I run run.bat file bind to 0.0.0.0 (org.jboss.Main -b 0.0.0.0), client is not able to access deployed EJBs. It gives me following error.

Can not get connection to server. Problem establishing socket connection for InvokerLocator [socket://test-shamp:3873/?]]

I am not getting why this is happening, please anyone can help me in resolving this.

I want to deploy my application on several spaces and binding server to some specific IP is not good idea.

Thanks,
Sham
 
Water proof donuts! Eat them while reading this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic