Hi all.
Finally found out the issue.
And had nothing to do with tomcat.
There are two web applications under this particular instance of tomcat
Both of them contain an http client that issues https connections.
Application A sets explicitly the certificate store type to PKCS
Application B d
Hello to all,
I have a webapplicationto document with Eclipse Open API. I have defined
the dependencies in the pom and add the annotations to the paths, but
now only get error messages when deploying in the TomEE.
My simple question: is there an example application, such as a simple
Hello-World