I am facing following issue for my VM instance -
Use case#1: Pega Academy instance is being used in VM [VMWare Workstation Pro]
-
Pega excercise system is installed.
-
MDC Application is imported.
-
With the Pega instance which is running within VM, - existing “Partner Registration” and “Vendor Resgistration” Web Embed channel is used to generate Mash up code for these 2 channels.
-
Web Embed codes are pasted with in the /opt/tomcat/webapps/PASample/case1.html or case2.html
-
No User portal is getting displayed on the Mash up portal for either of the Web Embed channel. Error is throwing - 401. unable to authenticate “https://localhost.pegalit.net/prweb/”
Use case#2: Pega Academy instance is being used in VM [VMWare Workstation Pro] + Pega Cloud Instance is used
-
With the Pega instance which is running in Pega Cloud [my Pega cloud instance for Pega Academy], - existing “Partner Registration” and “Vendor Resgistration” Web Embed channel is used to generate Mash up code for these 2 channels.
-
Web Embed codes are pasted with in the /opt/tomcat/webapps/PASample/case1.html or case2.html [in the tomcat instance running within VMWare ]
-
No User portal is getting displayed on the Mash up portal for either of the Web Embed channel. Error is throwing - 401. unable to authenticate “https:///prweb/”
Use case#3: Pega Cloud Instance is used + local Tomcat server
-
With the Pega instance which is running in Pega Cloud [my Pega cloud instance for Pega Academy], - existing “Partner Registration” and “Vendor Resgistration” Web Embed channel is used to generate Mash up code for these 2 channels.
-
Tomcat is installed in my local machine [windows]. Tomcat is up and running.
-
Web Embed codes are pasted with in the /webapps/PASample/case1.html or case2.html
-
Both the Web Embed channels are working as expected and displaying user form.
can you please let me know what is missing in the VMware version of tomcat ?