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