on ‎2020 Jun 30 11:56 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.