I have a Clojure REST service written in Clojure/Ring/Jetty. In development process I have ran them from command line lein run serve
, but now I want to run them to production.
What is the correct way to do it ? In the .NET world I am using IIS (Internet Information Server) to host web applications. What do I need to use in the JVM ? Tomcat or any other servlet container ?