Note
The following question is similar to this SO post, but I am asking a slightly different question two years later.
Is it possible to run Clojure programs, like those created from lein new noir
or a program that expects to process httpd from Apache without running Tomcat or having to install a Jetty server, much the way Perl programs can run with mod_perl and Python programs can run most typically with mod_wsgi?
Am I missing the point because Clojure web applications behave more like Java servlets, and need to be handled similarly to JSPs?
I am asking this, because I have a full Apache system already set up and configured, and would like the simplest way to introduce Clojure web applications into that environment.