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.

Dispatcher Configuration Error

Avatar

Community Advisor

Hi,
I am using AEM 6.2.

I was trying to configure the dispatcher and I did all the changes in conf/httpd.conf under Apache directory.

same I did the changes in Dispatcher.any file under conf/dispatcher.any file as per video tutorial.

But after this when I am accessing the geometrixx website from Apache web server localhost. my content is not saving under "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs". I am not able to see any content folder and or geometrixx contents there.

I have set my docroot:

/cache

/docroot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" in dispatcher.any file. 

DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs" in httpd.conf file.

 

I checked in log in Apache Software Foundation\Apache2.2\logs\error:

[error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/favicon.ico, referer: http://localhost/

[warn] The DispatcherNoServerHeader directive in C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf at line 164 is deprecated and will be removed in a future release.
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.0.105 for ServerName

[error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/etc, referer: http://localhost/editor.html/content/geometrixx/en.html

[error] [client 127.0.0.1] File does not exist: C:/Program Files/Apache Software Foundation/Apache2.2/htdocs/etc/designs, referer: http://localhost/editor.html/content/geometrixx/en.html

 

Thank you in Advance.
- Prince

3 Replies

Avatar

Level 2

can you please share the renderer config, which links the dispatcher with the publisher?

Avatar

Community Advisor

Hi,
Please find attach the screenshot as well as the code below:

# The load will be balanced among these render instances
    /renders
      {
      /rend01
        {
        # Hostname or IP of the render
        /hostname "127.0.0.1"
        # Port of the render
        /port "4503"
        # Connect timeout in milliseconds, 0 to wait indefinitely
        # /timeout "0"
        }
      }

 

Regards,Prince

Avatar

Level 3

Don't use C:\Program Files, because you need Administrator rights to create folders.

Change the path to your userprofile path or something like C:\apache\