I have the latest tomcat release running on windows vista with Groovlets.
This is with the service installer from scratch. (
http://groovy.codehaus.org/Groovlets)
To simplify this for the easiest test for your case, I went into webapps/root and changed only the web.xml to reflect the Groovlet necessities. I copied the jar files from groovy/lib to WEB-INF/lib and made an index.groovy from the Groovlet example page.
I'm running jdk 6.05
Everything runs without any issues at all.
what does the sample groovlet code you're running look like?
timo
On Thu, Aug 21, 2008 at 2:13 PM, grkuntzmd
<grk@usa.net> wrote:
Has anyone actually gotten Groovlets to work on Tomcat on Windows Vista?
I am running Tomcat 6.0.18 on Vista with Java 6_07. I installed tomcat using
both the service installer and from the zip file. In both cases, I installed
a groovlet sample in the webapps directory with the three required jar files
(groovy, antlr, asm) in the WEB-INF/lib directory. I keep getting the error
that the class javax.servlet.http.HttpServlet cannot be found. I can run
regular servlets and JSP files (written in Java). I also tried moving those
libraries to the $CATALINA_HOME/lib directory and got the same error.
I have succeeded with Glassfish though.
Any ideas? Anyone have this working? How?
Thanks.
-----
G. Ralph Kuntz, MD
Chief Software Architect
meridianEMR, Inc.
--
View this message in context: http://www.nabble.com/Problem-with-Groovlets-on-Windows-Tomcat-tp19095055p19095055.html
Sent from the groovy - user mailing list archive at Nabble.com.