• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Bind jboss server on system IP address in linux

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi All,
I have installed the Jboss4.2.3.GA server on Oracle Enterprise Linux(OEL).I have also deploy one application (like OIM) that uses oracle database on jboss. After running the server I am able to access the server and my OIM application in browser using (http://localhost:8080/OIM or http:/127.0.0.1:8080/OIM) but I am not able to access through my system IP address(like http://10.152.122.143:8080/OIM) or my system name like http://chdqwe123d.com:8080/OIM.
So now I am running the server using $ ./run.sh -b 10.152.122.143 all and able to access the Jboss using http://10.152.122.143:8080/OIM.
Now the issue I am facing is now I am able to access the jboss server(http://10.152.122.143:8080/) but I am not able to access the my application OIM properly(http://10.152.122.143:8080/OIM).
Could you please tell me how I bind the Jboss server on system IP address in linux system.
I would really appreciate your help in this regrds.

Thanks,
Amit
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See https://www.jboss.org/community/docs/DOC-9531
reply
    Bookmark Topic Watch Topic
  • New Topic