Question
4
Replies
1221
Views
PNC Bank
Posted: August 29, 2017
Last activity: August 30, 2017
Closed
Solved
Issue - Installation of two versions of Pega 7 Personal Editions
Facing issue in installation of two versions (Pega 7.2.2 and Pega 7.3) in one laptop. Installed Pega 7.2.2 on port 8080 and Pega 7.3 on port 9090. Issue here is I am able to start only one version in the application server. If Pega 7.2.2 is already running and I try to start Pega 7.3, 7.2.2 version is going down.
Need help.
Hi,
Can you try changing the redirectPort too wherever it is mentioned. Have a separate port (and AJP 1.3 Connector )and redirectPort for both version
<Connector port="8730" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" />
Thank You.