AEM: 6.2 SP1 CFP4
OS: Windows 7 Enterprise
Start script: java -XX:MaxPermSize=256m -Xmx1024m -jar cq5-author-p4502.jar -Dsling.run.modes=author,nosamplecontent -contextpath webforms
Issue: When I use "-contextpath webforms", Granite translation no longer works. JSON gets 404.
Details:
We have a JSP outside of AEM (we pass Granite into JSP):
(function(document, $, Granite, util, HTTP) {
...
>> Granite.I18n.get(errorCode)
English and French have JSON registered as jcr:language "en", and jcr:mixinTypes "mix:language"
***This works fine when there is no contextpath. French translation works***
But the json lookup for en/fr gets a 404 when there is a contextpath.
Suggestions? Some config I am missing for the contextpath during translations???\
Thanks,
Joel