• 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

Accessing Java WebApp from Jboss 4.3 EAP via ip address and not localhost

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a Jboss 4.3 EAP and Jboss 4.04 server running on my local machine.
If I deploy my war to 4.04, I can access my webapp via localhost and my ip (also from another computer)
If I deploy my war to 4.3, I can access my web app via localhost, but not my ip.

Any ideas?
I am certain this is a configuration change either in Jboss or apache, but I no clue how google it.

Any help is appreciated, Thanks.

 
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 if this helps:
http://community.jboss.org/wiki/JBoss42FAQ
 
Sumit King
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That was exactly what I was looking for.
Thanks you bartender...
reply
    Bookmark Topic Watch Topic
  • New Topic