1 Reply Latest reply on Jun 24, 2002 8:26 PM by joelvogt

    Tomcat or Jetty??

    b_s_

      Which configuration is prefered?

        • 1. Re: Tomcat or Jetty??
          joelvogt

          From my experience, jetty is a bit faster and more stable in production, but a bit of a pain in development. IMO Jetty's debug is a bit vague and setup is pretty hard to get right, especially when compared with Tomcat.

          My advice is to do all your work with tomcat and then if you want a little boost then go with jetty come production. Generally from my experience any standard web-app will just go on both anyways.