Quantcast

login and logout with spring security core

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

login and logout with spring security core

Felipe Coutinho-2
Hello,

I'm using the security-core and security-ui to do the login at my site. But when I deploy may application at tomcat (using grails war to generate the war) I get 404 when try login.
Example:

Does anyone could help me?

Regards,

Felipe.

--
Felipe Leal Coutinho
Website | Linkedin  | Facebook | Twitter

Softaware Soluções em Informática - Sócio-Administrador / Owner
Website | Linkedin  | Facebook | Twitter

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: login and logout with spring security core

mmuzamil
Check your "grails.serverURL" property of Config.groovy.  make sure it is set to "http://ec2-23-20-76-180.compute-1.amazonaws.com/app_name"
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: login and logout with spring security core

xmly
In reply to this post by Felipe Coutinho-2
maybe  you set the context to '/' ?


On Tue, Apr 10, 2012 at 1:02 AM, Felipe Coutinho <[hidden email]> wrote:
Hello,

I'm using the security-core and security-ui to do the login at my site. But when I deploy may application at tomcat (using grails war to generate the war) I get 404 when try login.
Example:

Does anyone could help me?

Regards,

Felipe.

--
Felipe Leal Coutinho
Website | Linkedin  | Facebook | Twitter

Softaware Soluções em Informática - Sócio-Administrador / Owner
Website | Linkedin  | Facebook | Twitter


Loading...