On 2010/09/01 09:12, Sean Corfield wrote: > It seems that all the Clojure web frameworks expect you to be using > Jetty - what about deploying to Tomcat or Resin or JBoss or...?
I've used Jetty in the past for development because it was (probably still is?) the smallest, lightweight, no nonsense web container available. I guess others think so too. For me the actual deployment setting isn't very relevant during development. I am trying to make a proper application and can't be bothered by which container it will be dropped in for deployment. As long you can roll a war file in the end, your deployment options stay open. Remco -- 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