On Jun 11, 6:44 pm, Allen Rohner <aroh...@gmail.com> wrote:
> I haven't hit the permgen issue, but it sounds like I have a similar
> setup to you. Out of curiosity, how do you redeploy while compiling
> your .clj files? I typically connect via Slime and use slime-load-
> file, which I assume calls (load filename)
I'm experimenting with both Eclipse and Netbeans, and in both cases I
have two Tomcats -- a local one, controlled by the IDE, and a live
one. During development the IDE keeps deploying to the local Tomcat
when I edit files, or when I run a "Publish" or "Run" command. It
copies .clj files into the classpath and they then get compiled at
runtime. When I deploy to the live server, I have an Ant target that
compiles the clj files to class files, packages them with everything
else in the WAR file, and copies the WAR to the server.
Rob
--~--~---------~--~----~------------~-------~--~----~
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
Note that posts from new members are moderated - please be patient with your
first post.
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
-~----------~----~----~----~------~----~------~--~---