I present the current situation: I have two web projects (Maven) within a Tomcat 7 server and my intention is to integrate one within another, I have configured the button to send the request, and it is seen trying to access the second application, in this case localhost: 8080 / Simulation / main.html.
The problem is that it always gives the following error:
2018-08-01 14:21:35 ERROR PKCS12:97 - Error al cargar el PKCS#12:
2018-08-01 14:21:35 ERROR PKCS12:97 - getCertificate() - Error al obtener el
certificado: Uninitialized keystore
2018-08-01 14:21:35 ERROR PKCS12:97 - getPrivateKey() - Error al obtener la
clave privada: Uninitialized keystore
I assumed that the second application needs a certificate (in the first I already have the key and the certificate), if so, in what part of the second project should I create it?