Re: How to get connection to remote host
- From: "JanTheKing" <janesh.s@xxxxxxxxx>
- Date: 8 Nov 2006 23:54:19 -0800
To check if a server is listening at a particular port or not - you
have to follow the following steps in the command prompt:
telnet <server-name> <port>
Note: the port for http protocol defaults to 80 and that for https
protocol defaults to 443.
Cheers,
Jan
arunkumar.mit@xxxxxxxxx wrote:
How to make sure the remote host is listening to the port i am
connecting, iam just giving the url from which i want the response.
Its really help full to trace the bug.
Thanks
Arun
Daniel Pitts wrote:
arunkumar.mit@xxxxxxxxx wrote:
Hi all,
I am beginner in httpunit i am trying to get resonse from a remote
host, but i am not able to get it
the error is
connnection Exception: connection refused; connect
how can i resolve it
thanks and regards,
Arun
Make sure a few things:
1. The remote host is listening on the port you are trying to connect
to (often 80, or 8080)
2. The host you are connecting to is reachable from the host you are
on. (using ping, for instance)
3. You are specifying the correct host name and port.
Hope this helps. Good luck.
.
- References:
- How to get connection to remote host
- From: arunkumar.mit@xxxxxxxxx
- Re: How to get connection to remote host
- From: Daniel Pitts
- Re: How to get connection to remote host
- From: arunkumar.mit@xxxxxxxxx
- How to get connection to remote host
- Prev by Date: Re: Can not download plugins for jEdit (help!!)
- Next by Date: Problem executing an exe executable!
- Previous by thread: Re: How to get connection to remote host
- Next by thread: Re: How to get connection to remote host
- Index(es):
Relevant Pages
|