404 not found - from dispatcher
I have successfully accessed a servlet through ajax call on an AEM page from publish instance.
When I accessed the page from dispatcher, I was able to access the page. But ajax call, that happens when I click a button does not go through.
Not Found
The requested URL /bin/my-site/soap/register-profile was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
In dispatcher.any file - filter section.
I have added an entry to allow
/0102 { /type "allow" /url "/bin/my-site/*" }
Any ideas ??
Thanks,
Sri