users@glassfish.java.net

any open source code for a minamal servlet available ?

From: emiddio-verizon <emiddio_at_verizon.net>
Date: Thu, 13 May 2010 10:16:37 -0700

i would like to put together a "small" java program -- where i can use javax.servlet, javax.servlet.http.

i dont want ability to "deploy" or deal with things like web.xml;

i just want a program that can listen for an incoming connection and invoke the servlet --
and have the servlet methods work;

the application only needs to support 1 servlet and the idea is to build everything at the same time.

i thought i would ask here before i try to "re-invent the wheel"

thanks

gary