I tried creating a JSP to let Slime connect to a REPL running in Tomcat, as was posted here:
http://groups.google.com/group/clojure/browse_thread/thread/d73efa2943179a36/dd1c84dcf658436e?lnk=gst&q=jsp#dd1c84dcf658436e The JSP "works" in that there is an instance of swank running in Tomcat's JVM, and I can connect to it with Slime. However, the swank instance does not have any of tomcat's jars or my webapp jars (the JSP can see them, but Clojure can't). Checking the classloader's reported path in the repl, it looks like the same path I'd get if I just started swank in a new process, straight from emacs. Some initial discussion is on Anton Vodonosov's blog, as I was trying to do a diff between the version he got working and what I have, but we didn't find the answer. http://avodonosov.blogspot.com/2008/12/simpler-clojureslime-embedding.html I'm using the current builds of Clojure (1162) and Swank-Clojure. Any thoughts on what to try next? thanks, Greg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
