On Saturday, August 17, 2013 4:51:34 PM UTC-7, Mark Mandel wrote: > > On Sun, Aug 18, 2013 at 6:52 AM, John Jacobsen > <eigen...@gmail.com<javascript:> > > wrote: > >> After some prototyping and development, we are now getting to the stage >> where "lein run" and a Jetty server running from -main aren't going to cut >> it. > > > At the risk of asking a dumb question, but being quite new to Clojure, I > don't mind - why do you say they won't cut it? > <http://www.2ddu.com/> >
Using Leiningen in production is actually kinda tricky due to the fact that you are going to want to trampoline to save memory plus avoid the default plugins which place dev dependencies and test directories on the classpath. Plus you end up having to resolve all your dependencies repeatedly for each server in your cluster, which can easily lead to a lack of consistency across a single deployment. Bad stuff. Creating an uberjar once in a neutral environment (like a CI server) and distributing that makes it *much* easier to avoid these pitfalls. Run `lein help tutorial` and skip down to "Server-side Projects" for details. -Phil -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.