Setting Context Path for AEM Forms | Community
Skip to main content
Level 2
September 7, 2020
Solved

Setting Context Path for AEM Forms

  • September 7, 2020
  • 3 replies
  • 1867 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by matthewmok

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

3 replies

Kosta_Prokopiu1
Adobe Employee
Adobe Employee
September 7, 2020

I am not an expert in AEM but I think this URL might give you some pointers:

https://docs.adobe.com/content/help/en/experience-manager-65/deploying/configuring/resource-mapping.html

Mayank_Gandhi
Adobe Employee
Adobe Employee
September 7, 2020

@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. 

matthewmokAuthorAccepted solution
Level 2
September 16, 2020

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