PDA

View Full Version : Simple ServletEngine


Martin Kersten
08-11-2004, 06:14 PM
Hi there,

to keep things simple I would like to know if there is a little open source servlet engine out there. I am looking for something similar to ServletRunner from the early days. Servlet Runner was shipped along with the servlet libs by Sun. It was a stand alone application, simple and lightweight. It could be debugged and profiled like a normal application.

I don't like remote debugging and profiling, you know. Also it would ease the acceptence tests since no Cactus or something similar would be required.

Question: Does some knows a small servlet engine?
Requirements: Need a servlet engine to run a couple of servlets (Velocity, Spring, Custom Servlets) , no JSP, no JNDI etc needed.


Thanks,

Martin (Kersten)

Wayland chan
08-11-2004, 08:14 PM
http://mortbay.org/jetty/index.html

A bit more than you need but small and fast

tnelson
08-12-2004, 09:29 AM
HttPUnit (http://httpunit.sourceforge.net) has a servlet runner class.

Martin Kersten
08-12-2004, 05:48 PM
HttpUnit looks quite like something I would love to use. I will check it out. Jetty is nice but it is a bit more complicated. I would need two versions of configuration files.

Thank you both for your help! Thanks!

Martin (Kersten)