On Wed, Sep 1, 2010 at 2:00 AM, Shantanu Kumar <kumar.shant...@gmail.com> wrote:
> 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?

Well, that doesn't really _answer_ my question but it's closer :)

Everything I see seems to be based on Jetty and the ring-jetty adapter
or something similar. If I build something with ring-jetty and package
it as a WAR and deploy it to Tomcat (or JBoss or...), will it work?

If so, why is it called ring-jetty when it would work with other containers?

If not, how do you build a Clojure web app that runs on Tomcat / JBoss / etc?

(so the underlying question is: what's the raw Servlet implementation
that folks use to power Clojure-based web apps on containers other
than Jetty?)
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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