How to set up redirect only to certain ports for Siebel Marketing CTD(server.prop TomCat)
Hello experts!
How to set up a redirect to https only on a certain port Siebel CTD 632? Add the <security-constraint> block to the web.xml activates https request redirection from all ports specified for CTD in the server file.prop regardless of the redirectPort="***" tag in the connector block . If we remove the redirect tag it still does not help.
I need that requests on port "8060" were http and were not redirected to https, but on ports 80 and 8080 the request was redirected to https. Can this be configured within a single CTD service?
conf\server.prop
<!-- A "Connector" represents an endpoint by which requests are received