Question
MacQuarie Group Ltd
IN
Last activity: 21 Aug 2019 7:38 EDT
Pega Services on Tomcat with AWS ELB
Hi Team,
We are trying to run pega services (like prweb..) on tomcat9 and configure it with AWS classic load-balancer. We are expecting the tomcat and other service should run on port 8080 on the server. So that the load balancer can do health check and listening the port.
When we run tomcat alone, its working perfectly and able to check target health check via ELB. but when we extract the pega war under tomcat, by default its redirecting to port 8443 with https protocol.
See the attached curl response when we hit http://localhost:8080/
Can you please provide us root cause of this? If there is any default configuration which enforcing the service to run on port 8443.