I am looking for a good web server to create a web server / servlets for my compojure web application. What are the pros and cons of using Jetty or Tomcat or another server for a Clojure web application using compojure? Is there any good documentation for using a web server with Clojure for production or tools?
I would prefer the web server to be flexible, easy to set up and have good documentation on how to configure and use it.
source share