From 2f7c465f5d8f17eb97196376f0edc7969f620f91 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 10 Jun 2016 06:09:58 +0200 Subject: [PATCH] Update topics/oidc/java/jboss-adapter.adoc --- topics/oidc/java/jboss-adapter.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/topics/oidc/java/jboss-adapter.adoc b/topics/oidc/java/jboss-adapter.adoc index bd3ac4a377..048643b843 100644 --- a/topics/oidc/java/jboss-adapter.adoc +++ b/topics/oidc/java/jboss-adapter.adoc @@ -94,8 +94,14 @@ $ ./bin/jboss-cli.sh -c --file=adapter-install.cli The script will add the required configuration to the server configuration file. -For JBoss EAP 7 {% if book.community %} and WildFly 9+{% endif %} there is also an offline CLI script that can be used to install the adapter while the server +{% if book.community %} +For JBoss EAP 7 and WildFly 9+ there is also an offline CLI script that can be used to install the adapter while the server is not running: +{% endif %} +{% if book.product %} +For JBoss EAP 7 there is also an offline CLI script that can be used to install the adapter while the server +is not running: +{% endif %} [source] ----