Greetings!
Does anyone have a hint on how to get the configuration right
I'm getting 404 error when trying to login to the Acegi protected part of my app.
I've tried to duplicate the way the app is set up per another web app I've deployed on another resin server.
and on login form I have:
/login/j_acegi_security_check.jsp
... and applicationContext-acegi.xml:
<property name="filterProcessesUrl" value="/login/j_acegi_security_check.jsp"/>
Do I have to do something different/special to make this work on Lunarpages resin?
Thanks