I'm considering implementing a small web app using Compojure. I don't have much experience with Jetty or any other web server save Apache.
While testing Compojure, I've been using the embedded Jetty API. This has been convenient for getting up and running quickly. However I don't like having to restart my script each time I need to test a change. I love the fast no-compile, no-restart development-test cycle of Python and PHP. I've tried to get the automatic reloading feature of Jetty working, but it seems as if that feature doesn't support reloading the script that started the Jetty server. If you use Compojure, how do you use it? e.g. Embedded Jetty, external Jetty, Apache + Tomcat, etc. Has anyone been able to configure Jetty to automatically reload Clojure files? --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---