NginX with Clojure/Java on Windows 10 - not starting up NginX with Clojure/Java on Windows 10 - not starting up nginx nginx

NginX with Clojure/Java on Windows 10 - not starting up


It's simple... It cannot find class nginx.clojure.MiniConstants because it is not in your classpath.

This class is placed into nginx-clojure-0.4.4.jar, so change your jvm_classpath to:

jvm_classpath "jars/nginx-clojure-0.4.4.jar;#{my_other_jars}/*.jar;libs/*;";

... and the error should disappear. :)