My hostname is p04
wget http://p04:8080
--17:55:34-- http://p04:8080/
=> `index.html'
Resolving p04... done.
Connecting to p04[10.0.1.154]:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,472 [text/html]
100%[===============================================================================================================================================>]
1,472 1.40M/s ETA 00:00
17:55:34 (1.40 MB/s) - `index.html' saved [1472/1472]
where index.html contains :
<!-- header begin -->
<!-- header end -->
My ip address is :
/sbin/ifconfig eth0 |grep "inet addr:" | sed "s/inet addr://" | awk '{print $1}'
11.0.2.144
and doing :
wget http://11.0.2.144:8080
--17:56:59-- http://10.0.1.154:8080/
=> `index.html'
Connecting to 10.0.1.154:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,472 [text/html]
100%[===============================================================================================================================================>]
1,472 1.40M/s ETA 00:00
17:56:59 (1.40 MB/s) - `index.html' saved [1472/1472]
However when I do :
wget http://localhost:8080
--17:58:07-- http://localhost:8080/
=> `index.html'
Resolving localhost... done.
Connecting to localhost[127.0.0.1]:8080... failed: Connection refused.
I am not sure why I am not able to connect to the localhost in the first place.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937040#3937040
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937040
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user