Hi folks,

I'm starting work on a Clojure Web app and would like to get a sense for 
the current "standard" (if any) for deploying to production.  In my case, I 
have an AWS Ubuntu instance, set up via Vagrant and Puppet, which mirrors 
some developer VMs.  Datomic, leiningen etc. are running everywhere happily.

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.  I would like to get a sense for what people do now -- the story 
painted by Google / StackOverflow seems all over the place.  Let's assume 
Heroku and Google App Engine are out of the picture, and that we are 
non-expert in terms of traditional Java approaches for Web apps (I'm coming 
mostly from a Python/Django background).

So, what do all y'all do?  What is a good lightweight but robust way to get 
a fairly simple Compojure/Ring app backed by Datomic facing the outside 
world?  Not too worried about massive scalability at this point; simplicity 
will be a plus (am worried that e.g. Immutant / JBoss are too heavyweight).

Not too active on this list so if my question can be improved, I'm happy to 
hear that as well.

Thanks, awesome Clojure community!!

John

-- 
-- 
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.

Reply via email to