I'd like to change the default redirect for our new WSO2 server, so that if you go to the generic login.domain.com, it'll redirect you to a specific URL instead of the current default of login.domain.com/carbon/admin/login.jsp
This is what's coming through in the http_access.log file
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"
I've been googling around for this, but so far haven't been able to figure out what needs changed.
Has anyone tried to do something like this, or have any pointers on where I could look?
Thanks much!