On Sep 1, 12:25 pm, Sean Corfield <seancorfi...@gmail.com> wrote:
> On Wed, Sep 1, 2010 at 12:14 AM, Joop Kiefte <iko...@gmail.com> wrote:
> > You can just as well use those. Jetty is just more practical for
> > development, as you don't need to deploy to be able to test it.
>
> That doesn't exactly help answer my question :)

Jetty can be easily embedded in a Java app and ring-jetty adapter does
this job well, so all examples of Clojure web frameworks based on ring
use Jetty in development mode. To deploy to Tomcat/JBoss/others you
can create a WAR file (using Lein-WAR plugin or Maven WAR artifact)
and deploy it on app server of your choice. Is that what your question
was about?

Regards,
Shantanu

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

Reply via email to