[jboss-user] [Installation, Configuration DEPLOYMENT] - Localhost/IP Address issue

2007-12-13 Thread sathish.gopal
Hi all,

I have deployed a war file(app.war) in JBoss 4.2.1. I can access this 
application by the url http://localhost:8080/app but if i replace the localhost 
by my IP Address ie http://xx.xx.xx.xx:8080/app i get The page cannot be 
displayed error. It is as if there is no server running, which is strange.  I 
need to access my application(with IP Address) because i need to distribute 
this URL so that others can access my application.

I thought the problem could be due to connectivity issue(DNS issue) but when 
the same war file is deployed in Tomcat. It works both the way(localhost and ip 
address). Is there any setting that need to be adjusted in Jboss which detects 
my IP address..



Help me out in solving this issue in JBoss

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4112485#4112485

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112485
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Localhost/IP Address issue

2007-12-13 Thread sathish.gopal
Hi all,

I solved this problem by starting the server with the parameter --host ip 
address.

The parameter jboss.bind.address will be set to the IP Address


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4112530#4112530

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4112530
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user