cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

redirect to https and another domain name

jacobsson_axel
Participant
0 Likes
866

Hello, i have setup our business objects Environment to use https but i need somehow to make our old adress link http:company:8080/BOE/BI to redirect correctly to: https:company.dals.se:8443/BOE/BI. Right now the old links wont work cause it will redirect to this: https:company:8443/BOE/BI

I have set up tomcat web.xml to redirect to https via a CONFIDENTIAL tag, and i tried to change "url-pattern" to get this to work, also change host name and alias in Web.xml but seems its not applicable on changing to Another domain name like this. Best regards Axel

Accepted Solutions (0)

Answers (1)

Answers (1)

denis_konovalov
Active Contributor
0 Likes

you need to work with your network admin to set this up.
you have several options on how to do this, from DNS redirection to proxy etc... tomcats web.xml is not the optimal place to play with this.
If you're exposing your URLs to users, why not make them user friendly and use default port for HTTPS instead of 8443 ?
https://company.dals.se/BOE/BI is simpler for users and looks better.
You can change your tomcat connector port in server.xml