Dispatcher Config for AEM not running using Context root | Community
Skip to main content
francisco_ribei
Level 6
February 20, 2016
Solved

Dispatcher Config for AEM not running using Context root

  • February 20, 2016
  • 2 replies
  • 1439 views

Hi,

Is there any option to configure the dispatcher when AEM is running in a Application Server without being in the context root like /aem?

In the renders section of the dispatcher configuration it allows to add only the host, port, and timeout. I didn't find any option to inform the webapp context root.

Does anyone know if this is possible?

Thanks

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 joerghoh

You don't need to configure the dispatcher if you run AEM in a contextroot != /

When you access AEM via http://aemhost:aemport/author, you can reach it via http://dispatcher:dispatcherport/author.

kind regards,
Jörg

2 replies

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
February 21, 2016

You don't need to configure the dispatcher if you run AEM in a contextroot != /

When you access AEM via http://aemhost:aemport/author, you can reach it via http://dispatcher:dispatcherport/author.

kind regards,
Jörg

francisco_ribei
Level 6
February 21, 2016

Hi jorg,

I just realised that I could add the /aem in the filter section. I'll give it a try.

Thanks for your reply.