I successfully wrote, compiled and executed a servlet at mycgiserver.com. It turns out that you can test your servlets immediately after compiling. There is no need to 'cycle' the server either.

One problem: I would like to develop a system that relies on servlets, but only distribute only the compiled classes to my customers. Unfortunately, mycgiserver.com requires that your source code have your username as part of a package name.

cudabean