Websphere门户。如何在目标页面上转发?

时间:2011-08-26 08:21:22

标签: websphere target portal forward

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

1 个答案:

答案 0 :(得分: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>