I am using spring security plugin for logging in user. I am using both AJAX as well as Normal login methods..The code seemed to work fine till it was running on the embedded server but when I pushed the war to the apache Tomcat 7 , then when ever I am logging in, the login process stops and shows
http://localhost:8282/j_spring_security_check
in the address bar when using normal login and shows
"NetworkError: 500 Internal Server Error - http://localhost:8282/home/j_spring_security_check"
when using ajax login. However the process is stopped but the user is logged in...I am not able to figure out what went wrong..