DEBUGSERVER(1)                                     DEBUGSERVER(1)



NNAAMMEE
       debugserver  - a server to study network protocols such as
       https

SSYYNNOOPPSSIISS
       debugserver [-version] [-help] [-debug] [-inifile foo.ini]

DDEESSCCRRIIPPTTIIOONN
       This script invoces the Java class ccl.servlet.DebugServer
       which can be used to study details of HTTP or  other  net
       work protocols.


       The debug server listens to the hardcoded port 4444 on the
       same machine and prints everything it receives to standard
       output and behaves also as an echo server.

OOPPTTIIOONNSS
       Has no special options.

       --vveerrssiioonn
              Prints the version number of the program.

       --hheellpp  Prints this help message.

       --ddeebbuugg Prints debugging information while running.

       --iinniiffiillee
              Starts  this application with another ini file than
              the default one. Actually this would do  more  harm
              than good.

EEXXAAMMPPLLEESS
       >debugserver
       DebugServer  started.  Waiting  for  clients to connect on
       port 4444 ...



       New connection ...



       GET /~clemens/index.html HTTP/1.1
       Connection: Keep-Alive
       User-Agent:  Mozilla/5.0   (compatible;   Konqueror/2.2.2;
       Linux)
       Accept: text/*, image/jpeg, image/png, image/*, */*
       Accept-Encoding: x-gzip, gzip, identity
       Accept-Charset: iso-8859-1, utf-8, *
       Accept-Language: en
       Host: gavrilov:4444



       Client connection closed, waiting for new connection ...


EENNVVIIRROONNMMEENNTT
       Java JDK >= 1.1

BBUUGGSS
       You can not exit debugserver gracely.  You have to kill or
       "ctrl-c" it.

AAUUTTHHOORR
       Written by Chr. Clemens Lee <clemens@kclee.com>.

DDAATTEE
       Initial  version:   2002-05-21,   last   updated:   $Date:
       2002/05/21 20:48:30 $


CCOOPPYYRRIIGGHHTT
       Copyright 2001 Chr. Clemens Lee.
       This  software  is  distributed  under  the Mozilla Public
       License (MPL).



                                                   DEBUGSERVER(1)
