Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » How to use the tcp/ip monitor
How to use the tcp/ip monitor [message #183131] Thu, 23 November 2006 00:15 Go to next message
ying is currently offline yingFriend
Messages: 19
Registered: July 2009
Junior Member
How to use the tcp/ip monitor?

I have a wtp project running on tomcat (at port 8080)?
And I have a Java client (localhost) going to access that web app at 8080.
can you please tell me how can configure the TCP/ip monitor so that i can
monitor the traffic between client and server (both running on the same
host)?

Thank you.
Re: How to use the tcp/ip monitor [message #183140 is a reply to message #183131] Thu, 23 November 2006 00:54 Go to previous messageGo to next message
ying is currently offline yingFriend
Messages: 19
Registered: July 2009
Junior Member
I try putting these:

Local monitoring port: 84
Host name: localhost
Port: 8080
Type: Http
Timeout: 0

It keeps saying 'port 84' is in use.
I did a "netstat -a", it is not in use.
and i have try differnt port, say '90', '85' they keep saying it is in use.

Can you please tell me how to get that to work?

Thank you.
Re: How to use the tcp/ip monitor [message #183163 is a reply to message #183140] Thu, 23 November 2006 12:02 Go to previous message
Eclipse UserFriend
Originally posted by: dom.semantico.com

yinglcs wrote:
> I try putting these:
>
> Local monitoring port: 84
> Host name: localhost
> Port: 8080
> Type: Http Timeout: 0
>
> It keeps saying 'port 84' is in use.
> I did a "netstat -a", it is not in use.
> and i have try differnt port, say '90', '85' they keep saying it is in use.
>
> Can you please tell me how to get that to work?

Just a guess, but try using a port number higher than 1024. On some
operating systems, these low number ports are reserved for administrator
users only.

-Dom
Previous Topic:Cannot start context
Next Topic:JSP-Oracle Connectivity, using Eclipse WTP for development
Goto Forum:
  


Current Time: Thu Apr 25 10:35:07 GMT 2024

Powered by FUDForum. Page generated in 0.03111 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top