您可以更改 WSO2 根重定向吗?

Can you change the WSO2 root redirect?

我想更改我们新的 WSO2 服务器的默认重定向,这样如果您转到通用 login.domain.com,它会将您重定向到特定的 URL 而不是当前默认值 login.domain.com/carbon/admin/login.jsp

这是 http_access.log 文件中的内容

172.16.1.22 - - [10/Mar/2017:11:31:52 -0600] "GET / HTTP/1.1" 302 - "-" "Mozilla/5.0 (X11; Linux i686; rv:54.0) Gecko/20100101 Firefox/54.0"

172.16.1.22 - - [10/Mar/2017:11:31:52 -0600] "GET /carbon HTTP/1.1" 302 - "-" "Mozilla/5.0 (X11; Linux i686; rv:54.0) Gecko/20100101 Firefox/54.0"

172.16.1.22 - - [10/Mar/2017:11:31:52 -0600] "GET /carbon/admin/index.jsp HTTP/1.1" 302 - "-" "Mozilla/5.0 (X11; Linux i686; rv:54.0) Gecko/20100101 Firefox/54.0"

172.16.1.22 - - [10/Mar/2017:11:31:52 -0600] "GET /carbon/admin/login.jsp HTTP/1.1" 200 15300 "-" "Mozilla/5.0 (X11; Linux i686; rv:54.0) Gecko/20100101 Firefox/54.0"

我一直在谷歌搜索这个,但到目前为止还没有弄清楚需要改变什么。

有没有人试过做这样的事情,或者有任何关于我可以在哪里看的指示?

非常感谢!

在 wso2 IS 5.1 上,在文件 repository/conf/carbon.xml:

<!--
The URL of the index page. This is where the user will be redirected after signing in to the carbon server.
-->
<!-- IndexPageURL>/carbon/admin/index.jsp</IndexPageURL-->

当我取消注释并更改该行然后重新启动服务时,IS root 重定向到我指定的 URL。注意:这也影响了碳注销重定向页面。

我检查了 IS 5.3,设置仍然存在。 AM 2.1 也有这个设置。