> The problem (such as it is) with these solutions is that you still need > to do something to attach to a repl. A repl is a requirement for us.
I've done the screen thing in the past. It works fine, though I have (very rarely) encountered issues with screen locking up or dying a few times over the three or so years in which these services have been running A technique I've also used very successfully in Common Lisp is to have a telnet server running in the image; use that to get a REPL. I usually enforce localhost-only connections, as well as having network ACLs to prevent access to that port, because I prefer not allowing intruders to get a REPL in my app server! An example in CL: http://www.franz.com/support/tech_corner/telnetserver.lhtml --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---