On Jan 30, 4:00 pm, eyeris <drewpvo...@gmail.com> wrote:
> 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'd advise moving the code that starts the Jetty server into a
different file to your servlet definitions. Every time you change your
servlet file, just reload it via the REPL. Your changes should now be
visible on the web server, without the need for a server restart.

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

Reply via email to