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