EchoServer use: java -jar echo.jar Starts up an echo server or port 8081. You can then test your HTML forms or other CGI client code by using http://localhost:8081 instead of your usual server. It displays whatever your browser sends on the console, character for character without any interpretation. It does not send it back to your browser. Java source included. This is an extremely simple program, designed to show the elements of how a server works. It is not a full-featured debugging tool by any means. Copyright 2004 Canadian Mind Products. May be used freely for any purpose except military.