Top "Grails-2.2" questions

Grails is a web application framework that uses Groovy and Java.

How big a war file should be?

Tomcat 7 manager limit the war file size to 50 Mo. Why this limitation of 50 Mo ? What should be the maximum war …

java tomcat tomcat7 war grails-2.2
How can grails "dependency error" be resolved?

Grails was running fine till I decided to re-install it: Its now started showing up the below error during "run-app" …

grails dependencies grails-2.2
grails run-app randomly throws: java.lang.NoClassDefFoundError: Lorg/codehaus/groovy/grails/plugins/web/async/api/ControllersAsyncApi

When starting my grails 2.2.0 app, I am randomly getting the error message as below, but it also randomly succeeds starting …

grails grails-2.2
Change login page for spring security plugin in grails

Is there a way that I can create my own custom login page and send the data to login controller …

spring grails spring-security grails-plugin grails-2.2