Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Java by (10.2k points)

I'm wondering about the downsides of each servers in respect to a production environment. Did anyone have big problems with one of the features? Performance, etc. I also quickly took a look at the new Glassfish, does it match up the simple servlet containers (it seems to have a good management interface at least)?

1 Answer

0 votes
by (46k points)
I love Jetty for its low maintenance cost. It's just unpacked and it's ready to roll. Tomcat is a bit high maintenance, requires more configuration and it's heavier. Besides, Jetty's continuations are very cool.

 In 2013, there are reports that Tomcat has gotten easier. See comments. I haven't verified that.

Related questions

+1 vote
1 answer
asked Jul 31, 2019 in Java by Anvi (10.2k points)
0 votes
1 answer
asked Sep 2, 2019 in Java by Anvi (10.2k points)
0 votes
1 answer

Browse Categories

...