Results 1 to 4 of 4

Thread: Simple ServletEngine

  1. #1
    Join Date
    Aug 2004
    Location
    Germany, Magdeburg
    Posts
    279

    Default Simple ServletEngine

    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)

  2. #2

    Default

    http://mortbay.org/jetty/index.html

    A bit more than you need but small and fast

  3. #3
    Join Date
    Aug 2004
    Location
    Omaha, Nebraska, USA
    Posts
    2

    Default Check out HttpUnit

    HttPUnit has a servlet runner class.

  4. #4
    Join Date
    Aug 2004
    Location
    Germany, Magdeburg
    Posts
    279

    Default

    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)

Similar Threads

  1. Problem with Simple RMI Sample
    By con19m32 in forum Remoting
    Replies: 2
    Last Post: Jun 27th, 2007, 12:38 AM
  2. simple question
    By yukster in forum Security
    Replies: 6
    Last Post: Sep 19th, 2005, 07:58 AM
  3. problem running simple aop!
    By khalidhajsaleh in forum AOP
    Replies: 2
    Last Post: Jul 27th, 2005, 01:37 PM
  4. Simple question
    By haninaguib in forum Web Flow
    Replies: 1
    Last Post: Jun 21st, 2005, 01:16 PM
  5. Simple cacheing idea
    By jonmor in forum AOP
    Replies: 3
    Last Post: Feb 5th, 2005, 02:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •