We're using jetty 6 and 7 for some products and tomcat in some others. I don't have a detailed comparison, but we've definitetly found it easy to configure customize Jetty and replace parts like the session handler because jetty configuration is basically just a "spring-like" wiring of the various beans in Jetty. You can always look at javadoc and then source to get more details on what the configuration really means: http://wiki.eclipse.org/Jetty/Howto/Configure_Jetty#Configuring_Jetty. (It is "spring-like" because Jetty has it's own Jetty XML wiring language; you are free to use spring instead if you like but the out-of-the-box configuration uses their own XML sublanguage).
If you have more specific questions, I might be able to find answers by asking around. David Ohsie EMC Corporation From: Marvin Addison [mailto:[email protected]] Sent: Saturday, November 10, 2012 6:50 AM To: [email protected] Subject: Re: [cas-user] Anyone out there using Jetty? Just inquiring if anyone is in production with Jetty? We have been primarily a tomcat shop but I hear good things, especially in the development lifecycle and runtime differences. I'm interested in this as well. We've run into some fairly serious performance issues that were related to Tomcat and we're considering alternatives. Jetty seems the most mature of the plain-old servlet container bunch other than Tomcat. If any one has experience with Jetty in production, please speak up. M -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
