Hi,
I have got custom login module and that is always redirecting me to the geometrixx page.
I have tried to override the Root Mapping servlet to the page which i want the user to be redirected to but that did not worked
I also changed the sling:target under /content but that did not work either.
I am doing an ajax call and also have window.location.href but that does not help either.
When i login the user is always being redirected to . The credentials seems to be valid otherwise i get appropriate errors.
http://localhost:4503/content/geometrixx/en/toolbar/account/login.html?resource=%2Fcontent%2Ftvnz%2F...%2F&$$login$$=%24%24login%24%24&j_reason=INVALID_CREDENTIALS
Can somebody point out what else needs to be overridden in order to redirect to my custom page.