java.lang.NoClassDefFoundError: groovyx.net.http.HTTPBuilder

Posted by Stefan Kendall on Stack Overflow See other posts from Stack Overflow or by Stefan Kendall
Published on 2010-05-14T00:30:59Z Indexed on 2010/05/14 0:34 UTC
Read the original article Hit count: 364

Filed under:
|
|
|

When I run my grails application locally under Tomcat, I get no errors. When I deploy my WAR on my remote web server, I get this exception when I try to make an AJAX request that uses HTTPBuilder.

How could this be happening?

© Stack Overflow or respective owner

Related posts about tomcat6

Related posts about groovy