Lynn,
I changed the groovy project properties for my tomcat project to make the output location WebRoot/WEB-INF/classes and it works fine. I also moved to the groovy-all-1.5.1.jar file as well. I’ve added the jar file to the Java Build Path as well as adding it to the WebRoot/WEB-INF/lib directory so that it’s properly deployed with the war file. I can do either a redploy via the servers window or export my war file directly to the webapps directory for tomcat – either works fine.
Ultimately I’ll be making an ant script for autodeployment but for now this works well for me.
conorb