We deployed a Compojure app on the hospital intranet as a war file in Geronimo a couple of months ago. We ditched Glassfish for a number of reasons but I don't see why it would work in any application server that support War files.
Just make sure your war file is properly packaged. Initially we tried external tools and finally structured the project in Eclipse as a dynamic Web project. You can attach all the required resources (external jars, ...) within Eclipse. Exporting to a War file is then straightforward from Eclipse (Export-> War File). It should be easy also from Netbean or other Java centric IDEs. Luc P. On Thu, 3 Feb 2011 15:52:42 -0800 (PST) Stuart Sierra <the.stuart.sie...@gmail.com> wrote: > The new Amazon Elastic Beanstalk hosts web apps packaged as WAR > files. I haven't heard of anyone using it with Clojure, but I know > Clojure works in WAR containers, so it shouldn't be a problem. > http://aws.amazon.com/elasticbeanstalk/ > > Chas Emerick's nREPL (network REPL) library may be useful. > https://github.com/clojure/tools.nrepl > > Anthony Simpson (@IORaynes) started Clojail, a sandboxing library. > https://github.com/Raynes/clojail > > -Stuart Sierra > clojure.com > -- Luc P. ================ The rabid Muppet -- 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