在win10上安装AEM的dispatcher server
Posted blogkevin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在win10上安装AEM的dispatcher server相关的知识,希望对你有一定的参考价值。
参考官网文档安装, 下面是遇到的几个问题:
1. On the "Mapping" tab, clear the chechbox "Invoke handler only if request is mapped to:". This ensures that the handler is also invoked for non-existing files or folders. Other wise, the dispatcher flash agent will get 404 (not found) error
2. Failed to cache files :
Resolved by granting write access to user IUSR IIS Dispatcher not caching:Unable to open temporary file
Or select Application pool identity, you‘ll see the owner of the cached file is AEM.
参考
- https://forums.adobe.com/thread/1080727
- https://docs.adobe.com/content/help/en/experience-manager-dispatcher/using/configuring/dispatcher-configuration.html
3. Blank page is returned, but can add query string ?a=1 to bypass web server to access pages normally:
[Mon May 06 17:01:53 2019] [W] [pid 15392 (tid 14172)] HSE_REQ_EXEC_URL(/content/we-retail.html) returned: 000003E9
Solution: use * instead of *.* in Request path
参考 https://serverfault.com/questions/580533/cq5-iis-dispatcher-module-cache-returning-000003e9-and-empty-page
以上是关于在win10上安装AEM的dispatcher server的主要内容,如果未能解决你的问题,请参考以下文章
AEM Dispatcher (4.3.3) 总是返回 200 而不是 304 (Apache 2.4.6)