jetty « Tomcat « JSP-Servlet Q&A





1. Tomcat VS Jetty    stackoverflow.com

I'm wondering about the downsides of each servers in respect to a production environement. Did anyone have big problems with one of the features? Performance, etc. I also quicky took a ...

2. Unit testing JSPs in embedded mode    stackoverflow.com

I am in process of building up a small framework that does unit testing for JSPs. These JSPs have some custom tags, otherwise they are not any special. Although there are numerous ...

3. Which way is best, to implement Comets in a Java Servlet    stackoverflow.com

I want to write an aplication that uses the Comets pattern - that is a request that can be responded to when an event occurs on the server, rather than only ...

4. Jetty or Tomcat?    stackoverflow.com

It would appear that Jetty has a long list of high profile applications that use it. What does Tomcat have going for it? As far as I can tell from looking ...

5. Webapps communication    stackoverflow.com

I have two webapps: webapp1 webapp2 Is there a way i can make these two to communicate? For example, say servlet context itself. I am using jetty to start my webapps. java -cp xyz x.y.z.JettyBootstrap webapp1.war java ...

6. Java Servlet Deployment - To Embed or Not - Tomcat/Jetty    stackoverflow.com

I have several webapps deployed to production. I have used Tomcat as my servlet engine for ~10 years now. I'm considering moving to embedding Jetty model from the deploy-a-war-into-Tomcat model. These webapps ...

7. jsp reliable hot deploy    stackoverflow.com

What is the jsp container with the most reliable hot deploy functionality? I'm looking for something where every time you make any change to a file in something in your webapps ...

8. Tomcat 7 vs Jetty    stackoverflow.com

Possible Duplicate:
Tomcat VS Jetty
so I'm about to start developing a set of Java servlets that serve various purposes, but I can't decide whether to ...

9. Tomcat to Jetty Migration Guide    java-forums.org