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: 454
        
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