Nope still works for me, but I did notice I'm running groovy 1.6 none of this should make a difference tho.
Ok, so let's go through the checklist again
$TOMCAT_HOME$/webapps/ROOT/$NAME$.groovy (whatever the servlet is you're trying to run)
$TOMCAT_HOME$/webapps/ROOT/WEB-INF/lib (where all of the groovy jars are)
$TOMCAT_HOME$/webapps/ROOT/WEB-INF/web.xml (covered in two posts up... which is all I have in my web.xml as well)
either through the service or via the bin/tomcat6 startup (via run as administrator) I have no problems running Groovlets on Tomcat (latest version) against Groovy 1.6 Beta 1 on Windows Vista against jdk 1.6.05
good so far or do you have any differences from this other than jdk or groovy versions?
timo
On Thu, Aug 21, 2008 at 5:20 PM, Stand Trooper
<standtrooper@gmail.com> wrote:
Ok, the other difference is that I'm not using the service... Installed with the service, but I'm running the tomcat6 from the bin directory.
let me startup the service and see what that does
timo