diff --git a/docs/src/docs/asciidoc/guides/boot-gemfire.adoc b/docs/src/docs/asciidoc/guides/boot-gemfire.adoc index 1c7897e..0e31568 100644 --- a/docs/src/docs/asciidoc/guides/boot-gemfire.adoc +++ b/docs/src/docs/asciidoc/guides/boot-gemfire.adoc @@ -175,13 +175,13 @@ You can run the sample by obtaining the {download-url}[source code] and invoking First, you must run the server: ---- -$ ./gradlew :spring-session-sample-boot-gemfire:run [-Dgemfire.log-level=config] +$ ./gradlew :spring-session-sample-boot-gemfire:run ---- Then, in a separate terminal, run the client: ---- -$ ./gradlew :spring-session-sample-boot-gemfire:bootRun [-Dgemfire.log-level=config] +$ ./gradlew :spring-session-sample-boot-gemfire:bootRun ---- You should now be able to access the application at http://localhost:8080/. diff --git a/docs/src/docs/asciidoc/guides/java-gemfire-clientserver.adoc b/docs/src/docs/asciidoc/guides/java-gemfire-clientserver.adoc index 6d676a1..962ea33 100644 --- a/docs/src/docs/asciidoc/guides/java-gemfire-clientserver.adoc +++ b/docs/src/docs/asciidoc/guides/java-gemfire-clientserver.adoc @@ -191,19 +191,18 @@ You can run the sample by obtaining the {download-url}[source code] and invoking First, you need to run the server using: ---- -$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:run [-gemfire.log-level=info] +$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:run ---- Then, in a separate terminal, run the client using: ---- -$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:tomcatRun [-gemfire.log-level=info] +$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:tomcatRun ---- You should now be able to access the application at http://localhost:8080/. -In this sample, the web application is the Apache Geode cache client -and the server is standalone, separate (JVM) process. +In this sample, the web application is the Apache Geode cache client and the server is standalone, separate JVM process. === Exploring the httpsession-gemfire-clientserver Sample Application diff --git a/docs/src/docs/asciidoc/guides/java-gemfire-p2p.adoc b/docs/src/docs/asciidoc/guides/java-gemfire-p2p.adoc index cee2b49..75417c7 100644 --- a/docs/src/docs/asciidoc/guides/java-gemfire-p2p.adoc +++ b/docs/src/docs/asciidoc/guides/java-gemfire-p2p.adoc @@ -148,7 +148,7 @@ our `Config` class. You can run the sample by obtaining the {download-url}[source code] and invoking the following command: ---- -$ ./gradlew :spring-session-sample-javaconfig-gemfire-p2p:tomcatRun [-Dgemfire.log-level=info] +$ ./gradlew :spring-session-sample-javaconfig-gemfire-p2p:tomcatRun ---- You should now be able to access the application at http://localhost:8080/. diff --git a/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc b/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc index 0749e1b..fa9bb92 100644 --- a/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc +++ b/docs/src/docs/asciidoc/guides/xml-gemfire-clientserver.adoc @@ -190,13 +190,13 @@ You can run the sample by obtaining the {download-url}[source code] and invoking First, you need to run the server using: ---- -$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:run [-Dgemfire.log-level=info] +$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:run ---- Now, in a separate terminal, you can run the client using: ---- -$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:tomcatRun [-gemfire.log-level=info] +$ ./gradlew :spring-session-sample-javaconfig-gemfire-clientserver:tomcatRun ---- You should now be able to access the application at http://localhost:8080/. diff --git a/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc b/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc index 427e6e1..bdfbcec 100644 --- a/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc +++ b/docs/src/docs/asciidoc/guides/xml-gemfire-p2p.adoc @@ -140,7 +140,7 @@ the `DelegatingFilterProxy` is invoked, delegating to the `springSessionReposito You can run the sample by obtaining the {download-url}[source code] and invoking the following command: ---- -$ ./gradlew :spring-session-sample-xml-gemfire-p2p:tomcatRun [-Dgemfire.log-level=info] +$ ./gradlew :spring-session-sample-xml-gemfire-p2p:tomcatRun ---- You should now be able to access the application at http://localhost:8080/.