zoukankan      html  css  js  c++  java
  • 在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

  • 相关阅读:
    栈的实现方式
    复合和继承
    循环链表和双向链表
    抽象类和接口
    private构造器和单例模式
    内部类
    关于初始化和清理
    多态的理解
    幾個小知識
    Youth
  • 原文地址:https://www.cnblogs.com/blogkevin/p/10821892.html
Copyright © 2011-2022 走看看