On Sun, Dec 28, 2008 at 8:11 AM, Greg Harman <ghar...@gmail.com> wrote:
>
> 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?

The current version of Clojure is 1185.  Clojure was recently moved to
Google Code:

http://groups.google.com/group/clojure/browse_thread/thread/6b4a5284d61a682a/

I don't know if that has anything to do with your problem, though.

-- 
Michael Wood <esiot...@gmail.com>

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