Operating System - HP-UX
1819802 Members
3163 Online
109607 Solutions
New Discussion юеВ

unable to connect to port 8080 after running Jboss server

 
Rajesh Soi
Occasional Advisor

unable to connect to port 8080 after running Jboss server

I am unable to do telnet to port 8080 after installing jboss server. i have checked all the firewall setups and there is nothing available rather am unable to do a ping from server console to this port too. can someone help
6 REPLIES 6
Michal Kapalka (mikap)
Honored Contributor

Re: unable to connect to port 8080 after running Jboss server

hi,

connect to the server and check if the port is opened from the server

netstat -na |grep "*.8080",

if you do get any answer the application that use this port is not property working.

mikap
Rajesh Soi
Occasional Advisor

Re: unable to connect to port 8080 after running Jboss server

i am able to see server getting started as localhost:8080 am able to ping at localhost:8080 but unable to see.

the command you have given is not giving any result. can you please help me further.
Rajesh Soi
Occasional Advisor

Re: unable to connect to port 8080 after running Jboss server

yes.. am able to see the below output after firing the command you wrote.

netstat -na |grep "8080"
# netstat -na |grep "8080"
tcp 0 0 127.0.0.1.8080 *.* LISTEN
Michal Kapalka (mikap)
Honored Contributor

Re: unable to connect to port 8080 after running Jboss server

hi,

ok but the 127.0.0.1 is localhost only so you can't connect to this port to your public IP.

mikap

Rajesh Soi
Occasional Advisor

Re: unable to connect to port 8080 after running Jboss server

i got it but can you help me configuring my ip address with this port for external access to the site. i was actually able to use it yesterday afternoon but unablet to do that today..
Michal Kapalka (mikap)
Honored Contributor

Re: unable to connect to port 8080 after running Jboss server

hi,

ok the main question, the difference is that you installed om the server jboss server, this port is mostly used for proxy ( 8080/3128 ).

Are you using squid on the server ??

mikap