<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
Hi,</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
I am evaluating keycloak and running into this issue when deploying a web application secured using keycloak:</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<p style="margin: 0px; font-size: 11px; font-family: Menlo; background-color: rgb(231, 231, 231);">
14:12:59,436 INFO [org.jboss.web] (ServerService Thread Pool -- 80) JBAS018210: Register web context: /customer-portal</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(183, 44, 23); background-color: rgb(231, 231, 231);">
14:12:59,445 ERROR [org.apache.catalina.startup] (ServerService Thread Pool -- 80) JBWEB001034: Cannot configure an authenticator for method KEYCLOAK</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(183, 44, 23); background-color: rgb(231, 231, 231);">
14:12:59,446 ERROR [org.jboss.web] (ServerService Thread Pool -- 80) JBAS018206: Webapp [/customer-portal] is unavailable due to startup errors</p>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
I have updated the customer-app/<span style="background-color: rgb(231, 231, 231); font-family: Menlo; font-size: 11px;">src/main/webapp/WEB-INF/web.xml</span> app with following login-config parameter</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<p style="margin: 0px; font-size: 11px; font-family: Menlo; background-color: rgb(231, 231, 231);">
<login-config></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; background-color: rgb(231, 231, 231);">
<auth-method>KEYCLOAK</auth-method></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; background-color: rgb(231, 231, 231);">
<realm-name>demo</realm-name></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; background-color: rgb(231, 231, 231);">
</login-config></p>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
I have followed the instructions @ <a href="http://docs.jboss.org/keycloak/docs/1.0-beta-3/userguide/html_single/#WAR_distribution_installation">http://docs.jboss.org/keycloak/docs/1.0-beta-3/userguide/html_single/#WAR_distribution_installation</a> and using
the following versions of the software:</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
jboss-eap-6.2</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
keycloak-war-dist-all-1.0-beta-3</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
I have in addition to the instructions above, </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px;">
<p style="margin: 0px; font-size: 11px; font-family: Menlo; background-color: rgb(231, 231, 231);">
cd $JBOSS_HOME</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo; background-color: rgb(231, 231, 231);">
unzip ~/opt/keycloak/keycloak-war-dist-all-1.0-beta-3/adapters/keycloak-eap6-adapter-dist-1.0-beta-3.zip</p>
</div>
<br>
<div style="color: rgb(0, 0, 0);"><font face="Menlo" size="2">to update the modules folder.</font></div>
<div style="color: rgb(0, 0, 0);"><font face="Menlo" size="2"><br>
</font></div>
<div><font face="Menlo" size="2">Could you please suggest what I can do to fix this?</font></div>
<div><font face="Menlo" size="2"><br>
</font></div>
<div><font face="Menlo" size="2">Regards,</font></div>
<div><font face="Menlo" size="2">Vivek</font></div>
<div style="color: rgb(0, 0, 0);"><font face="Menlo" size="2"><br>
</font></div>
</body>
</html>