I am new to Grails and am developing a web application using grails. I installed the SpringSecurity plugin for login. But the original login page is a springSecurity function providing auth.gsp And I edited that auth.gsp file with my own user interface structure like
But I want to do this auth.gsp as an index page that loads when the application starts. How can I redirect index.gsp to auth.gsp.
source
share