- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unable to connect to port 8080 after running Jboss...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 09:43 PM
тАО07-14-2009 09:43 PM
unable to connect to port 8080 after running Jboss server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 09:50 PM
тАО07-14-2009 09:50 PM
Re: unable to connect to port 8080 after running Jboss server
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 10:04 PM
тАО07-14-2009 10:04 PM
Re: unable to connect to port 8080 after running Jboss server
the command you have given is not giving any result. can you please help me further.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 10:08 PM
тАО07-14-2009 10:08 PM
Re: unable to connect to port 8080 after running Jboss server
netstat -na |grep "8080"
# netstat -na |grep "8080"
tcp 0 0 127.0.0.1.8080 *.* LISTEN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 10:12 PM
тАО07-14-2009 10:12 PM
Re: unable to connect to port 8080 after running Jboss server
ok but the 127.0.0.1 is localhost only so you can't connect to this port to your public IP.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 10:15 PM
тАО07-14-2009 10:15 PM
Re: unable to connect to port 8080 after running Jboss server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-14-2009 10:20 PM
тАО07-14-2009 10:20 PM
Re: unable to connect to port 8080 after running Jboss server
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