> >What's sniffer and where can i obtain it
>
> A sniffer is a program or device you attach to the network to peek at
> the traffic between 2 computers. Some are more complex than others but
> essentially they all decode the packets as they go across the net and
> display them in some readable way.

The SocketWatch example in Chapter 13 of my "Java Servlet Programming"
(see sig) also works like a sniffer, except instead of trying to catch
packets it just replaces the web server with a program that reports
everything the client sends.  Get the applet started with the normal web
server, then on the request you want to watch, swap it out for your spy.

> All sniffer talk is off-topic really (sorry everyone).

I think we're OK; I use SocketWatch quite often to diagnose servlet
errors.  It and a sniffer should be standard tools for servlet
developers.

-jh-

--
Jason Hunter
[EMAIL PROTECTED]
Book:    http://www.servlets.com/book
2.0 to 2.1: http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html
2.1 to 2.2: http://www.javaworld.com/jw-10-1999/jw-10-servletapi.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to