Configuring IHS to access the application with public uri ex:https://abc.com:9443/jts/admin(with Port 9443)
Hi Team,
I have configured CLM on distributed topology using WAS Liberty server. I have used IBM Http Server (IHS) as a reverse proxy server and its working fine with ex:https://abc.com:9443
But the problem is that even we want to access the CCM,QM and RM application also to access with Port in URI.
Please anyone let me know what changes need to be done on httpd.conf and plugin-cfg.xml.
Anyone can help me on this.
Awaiting your response,
Sunil Deshpande.
One answer
To my knowledge, the IHS runs on the machine with DNS https://abc.com:9443. The configuration maps
Anything with https://abc.com:9443/jts as prefix in the URI gets redirected to the JTS server. Same for the other ones. There is no need to configure all the other URIs.
Consider to search the product documentation and the Deployment Wiki for additional details.