我正在使用 websphere 门户 7.0。我希望当我登录并尝试在公共 url 上转发时,例如 host:port/wps/portal/thomething 门户将我转发到 host:port/wps/myportal/thomething,只需在 myportal 上重写门户。现在门户网站在主页上转发我。也许有一些设置或一些门户过滤器可以做到这一点。谢谢。
问问题
563 次
1 回答
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>
于 2011-08-26T12:17:04.823 回答