【问题标题】:Websphere portal. How to forward on target page?Websphere 门户。如何在目标页面上转发?
【发布时间】:2011-11-04 08:06:26
【问题描述】:

我正在使用 websphere 门户 7.0。 我希望当我登录并尝试在公共 url 上转发时,例如 host:port/wps/portal/thomething 门户将我转发到 host:port/wps/myportal/thomething,只需在 myportal 上重写门户。现在门户网站在主页上转发我。也许有一些设置或一些门户过滤器可以做到这一点。 谢谢。

【问题讨论】:

    标签: websphere target portal forward


    【解决方案1】:

    自己解决了问题。

    https://www-304.ibm.com/support/docview.wss?uid=swg1PM27451

    刚刚添加到门户 web.xml

        <filter>
            <filter-name>Home Substitution Filter</filter-name>
            <filter-class>com.ibm.wps.engine.ServletSubstitutionFilter</filter-class>
        </filter>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-05-22
      • 2017-03-16
      • 1970-01-01
      • 1970-01-01
      • 2010-09-21
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多