Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to configure the dispatcher for author?

Avatar

Former Community Member

I want to set up the dispatcher for my local instance. I am using Adobe CQ 5.5

1 Accepted Solution

Avatar

Correct answer by
Level 3

Hi.

Place the dispatcher.any  file in conf.d dir of Apache webserver(You will find the conf.d dir where the apache installation done)

Also place day.conf aswell in conf.d.

Make some changes in conf dir for the file httpd.conf like Listen port and docroot (where do you want to cache the request and response)

Thanks

Mahesh

View solution in original post

4 Replies

Avatar

Level 3

Hi Shailesh,

 

Please follow this link to configure dispatcher for author/publish.

http://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_config.html

Let me know if you face difficulties in configuring.

Thanks 

Mahesh

Avatar

Former Community Member

Hi Mahesh,

Thanks for the quick response.

I had already gone through the document.I have a setup for Apache HTTP Server 2.2

I am not clear where exactly the details needs to be configured, where will the file dispatcher.any be placed.

 

Thanks & Regards,

Shailesh

Avatar

Correct answer by
Level 3

Hi.

Place the dispatcher.any  file in conf.d dir of Apache webserver(You will find the conf.d dir where the apache installation done)

Also place day.conf aswell in conf.d.

Make some changes in conf dir for the file httpd.conf like Listen port and docroot (where do you want to cache the request and response)

Thanks

Mahesh