I have a large (several custom plugins) Grails project that works fine on a Tomcat server.
Now for the new client, we need to deploy it to the JBoss application server. It seems to work fine without any errors, but when I try to enter the first page, which is implemented using the Spring Security Plugin. He does not register me. I tried going to a valid url to check if there is a redirect problem, but that is not the case.
Please note that it does not show any errors in the log. And since it is not properly executable in the development environment, so every time I need to create a WAR file to check it.
Grails Version: 2.4.4
Spring Security Version: ': spring -security-core: 2.0-RC4'
JBoss Version: wildfly 9.0.2.Final
source share