1

I have a java application which is running in tomcat recently I have integrated keycloak security to the application.

Question: How do we run the keycloak server inside the tomcat where I am running my application. So both are running in the same server with different ports.

Harsha
  • 343
  • 1
  • 3
  • 6
  • 1
    You can't. Keycloak takes advantage of the full JEE stack and Tomcat is a servlet engine only. The Keycloak distribution is built on Wildfly, a full JEE server. – stdunbar Feb 04 '20 at 16:33

0 Answers0