We are trying to setup AEM Forms application with AEM 6.5 and we would like to set a different context path "/forms" for the AEM Forms application, i.e.
- www.mydomain.com/forms/content/forms/af/xxx
- www.mydomain.com/forms/apps/xxx
- www.mydomain.com/forms/bin/xxx
Any suggestion on the way that we should configure AEM Forms in order to achieve such requirement?
Solved! Go to Solution.
Views
Replies
Total Likes
At the end, we found that we can change the context path to "/forms" under felix console "Apache Felix Jetty Based Http Service" in order to achieve such requirement
I am not an expert in AEM but I think this URL might give you some pointers:
@matthewmok By default, all adaptive would render via content/forms/af only. In case you need ant custom URL then do it at the dispatcher level.
At the end, we found that we can change the context path to "/forms" under felix console "Apache Felix Jetty Based Http Service" in order to achieve such requirement