Skip to content

Commit

Permalink
removed refrences to WF 8 and 9
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienblanc committed Mar 3, 2017
1 parent 8d1db9d commit e424109
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 53 deletions.
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ that can be used as a reference for your own project.
Introduction
------------

These quickstarts run on WildFly Application Server 8,9 or 10.
These quickstarts run on WildFly Application Server 10.

Prior to running the quickstarts you should read this entire document and have completed the following steps:

Expand All @@ -31,18 +31,11 @@ to replace it with the actual path to your installations.
System Requirements
-------------------

The applications these projects produce are designed to be run onWildFly Application Server 8,9 or 10.
The applications these projects produce are designed to be run onWildFly Application Server 10.

All you need to build these projects is Java 8.0 (Java SDK 1.8) or later and Maven 3.1.1 or later.


Maven Repository
------------------

If you need to build the quickstarts without access to the Red Hat repository then you need the Keycloak maven repository and the
EAP repository based on the EAP version you're using.


<a id="Keycloak"></a>Start the Keycloak Server
------------------------------------------

Expand Down Expand Up @@ -121,7 +114,7 @@ One more step, if you want to access the examples with the admin user you need t



<a id="jboss-eap"></a>Start and Configure the WildFly Server
<a id="wildfly"></a>Start and Configure the WildFly Server
--------------------------------------------------------------

Before starting the WildFly Server start by extracting the Keycloak client adapter into it.
Expand Down
10 changes: 5 additions & 5 deletions app-jee-html5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The quickstart requires that you have the [example services](../service-jee-jaxr
services are located at `http://localhost:8080/service`. If the services are running elsewhere you need to edit
`app.js` and replace the value of `serviceUrl`.

If you are deploying the application as a WAR you need to have WildFly 8,9 or 10 running.
If you are deploying the application as a WAR you need to have WildFly 10 running.

All you need to build this project is Java 8.0 (Java SDK 1.8) or later and Maven 3.1.1 or later.

Expand Down Expand Up @@ -68,8 +68,8 @@ Build and Deploy the Quickstart
2. The following shows the command to deploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:deploy
For WildFly 8: mvn install jboss-as:deploy
mvn install wildfly:deploy
````


Expand All @@ -95,6 +95,6 @@ Undeploy the Quickstart
2. The following shows the command to undeploy the quickstart:

````
For WildFly 9 or 10: mvn wildfly:undeploy
For WildFly 8: mvn jboss-as:undeploy
mvn wildfly:undeploy
````
11 changes: 4 additions & 7 deletions app-jee-jsp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The quickstart requires that you have the [example services](../service-jee-jaxr
services are located on the same host as the application. If the service is running elsewhere you need to set the URL
of the service as an environment variable (SERVICE_URL) and restart WildFly.

If you are deploying the application as a WAR you need to have WildFly 8,9 or 10 running.
If you are deploying the application as a WAR you need to have WildFly 10 running.

All you need to build this project is Java 8.0 (Java SDK 1.8) or later and Maven 3.1.1 or later.

Expand Down Expand Up @@ -64,15 +64,13 @@ Build and Deploy the Quickstart
2. The following shows the command to deploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:deploy
For WildFly 8: mvn install jboss-as:deploy
mvn install wildfly:deploy
````

If you prefer to secure WARs via Keycloak subsystem:

````
For WildFly 9 or 10: mvn install -Dsubsystem wildfly:deploy
For WildFly 8: mvn install -Dsubsystem jboss-as:deploy
mvn install -Dsubsystem wildfly:deploy
````

Access the Quickstart
Expand All @@ -97,6 +95,5 @@ Undeploy the Quickstart
2. The following shows the command to undeploy the quickstart:

````
For WildFly 9 or 10: mvn wildfly:undeploy
For WildFly 8: mvn jboss-as:undeploy
mvn wildfly:undeploy
````
8 changes: 3 additions & 5 deletions app-profile-jee-html5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As the example only contains static html pages the files in `src/main/webapp` ca
System Requirements
-------------------

If you are deploying the application as a WAR you need to have WildFly 8,9 or 10 running.
If you are deploying the application as a WAR you need to have WildFly 10 running.

All you need to build this project is Java 8.0 (Java SDK 1.8) or later and Maven 3.1.1 or later.

Expand Down Expand Up @@ -66,8 +66,7 @@ Build and Deploy the Quickstart
2. The following shows the command to deploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:deploy
For WildFly 8: mvn install jboss-as:deploy
mvn install wildfly:deploy
````


Expand All @@ -85,6 +84,5 @@ Undeploy the Quickstart
2. The following shows the command to undeploy the quickstart:

````
For WildFly 9 or 10: mvn wildfly:undeploy
For WildFly 8: mvn jboss-as:undeploy
mvn wildfly:undeploy
````
11 changes: 4 additions & 7 deletions app-profile-jee-jsp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ display the token retrieved from Keycloak.
System Requirements
------------

If you are deploying the application as a WAR you need to have WildFly 8,9 or 10 running.
If you are deploying the application as a WAR you need to have WildFly 10 running.

All you need to build this project is Java 8.0 (Java SDK 1.8) or later and Maven 3.1.1 or later.

Expand Down Expand Up @@ -63,15 +63,13 @@ Build and Deploy the Quickstart
2. The following shows the command to deploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:deploy
For WildFly 8: mvn install -Deap6 jboss-as:deploy
mvn install wildfly:deploy
````

If you prefer to secure WARs via Keycloak subsystem:

````
For WildFly 9 or 10: mvn install -Dsubsystem wildfly:deploy
For WildFly 8: mvn install -Dsubsystem -Deap6 jboss-as:deploy
mvn install -Dsubsystem wildfly:deploy
````

Access the Quickstart
Expand All @@ -88,6 +86,5 @@ Undeploy the Quickstart
2. The following shows the command to undeploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:undeploy
For WildFly 8: mvn install jboss-as:undeploy
mvn install wildfly:undeploy
````
8 changes: 3 additions & 5 deletions app-profile-jee-vanilla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ configuration is done automatically by the Keycloak client adapter subsystem.
System Requirements
-------------------

If you are deploying the application as a WAR you need to have WildFly 8,9 or 10 running.
If you are deploying the application as a WAR you need to have WildFly 10 running.

All you need to build this project is Java 8.0 (Java SDK 1.8) or later and Maven 3.1.1 or later.

Expand All @@ -37,8 +37,7 @@ any changes to the application itself.
2. The following shows the command to deploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:deploy
For WildFly 8: mvn install -Deap6 jboss-as:deploy
mvn install wildfly:deploy
````


Expand Down Expand Up @@ -113,6 +112,5 @@ Undeploy the Quickstart
2. The following shows the command to undeploy the quickstart:

````
For WildFly 9 or 10: mvn wildfly:undeploy
For WildFly 8: mvn jboss-as:undeploy
mvn wildfly:undeploy
````
12 changes: 5 additions & 7 deletions app-profile-saml-jee-jsp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authenticates using Keycloak over the SAML protocol. Once authenticated the appl
System Requirements
-------------------

If you are deploying the application as a WAR you need to have WildFly 8,9 or 10 running.
If you are deploying the application as a WAR you need to have WildFly 10 running.

All you need to build this project is Java 8.0 (Java SDK 1.8) or later and Maven 3.1.1 or later.

Expand Down Expand Up @@ -72,15 +72,14 @@ Build and Deploy the Quickstart
2. The following shows the command to deploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:deploy
For WildFly 8: mvn install jboss-as:deploy
mvn install wildfly:deploy
````

If you prefer to secure WARs via Keycloak SAML subsystem:

````
For WildFly 9 or 10: mvn install -Dsubsystem wildfly:deploy
For WildFly 8: mvn install -Dsubsystem jboss-as:deploy
mvn install -Dsubsystem wildfly:deploy
````

Access the Quickstart
Expand All @@ -97,6 +96,5 @@ Undeploy the Quickstart
2. The following shows the command to undeploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:undeploy
For WildFly 8: mvn install jboss-as:undeploy
mvn install wildfly:undeploy
````
11 changes: 4 additions & 7 deletions service-jee-jaxrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The endpoints are very simple and will only return a simple message stating what
System Requirements
-------------------

You need to have WildFly 8, 9 or 10 running.
You need to have WildFly 10 running.

All you need to build this project is Java 8.0 (Java SDK 1.8) or later and Maven 3.1.1 or later.

Expand Down Expand Up @@ -73,15 +73,13 @@ Build and Deploy the Quickstart
2. The following shows the command to deploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:deploy
For WildFly 8: mvn install jboss-as:deploy
mvn install wildfly:deploy
````

If you prefer to secure WARs via Keycloak subsystem:

````
For WildFly 9 or 10: mvn install -Dsubsystem wildfly:deploy
For WildFly 8: mvn install -Dsubsystem jboss-as:deploy
mvn install -Dsubsystem wildfly:deploy
````

Access the Quickstart
Expand All @@ -108,6 +106,5 @@ Undeploy the Quickstart
2. The following shows the command to undeploy the quickstart:

````
For WildFly 9 or 10: mvn install wildfly:undeploy
For WildFly 8: mvn install jboss-as:undeploy
mvn install wildfly:undeploy
````

0 comments on commit e424109

Please sign in to comment.