From f0da4e1e585053b4ab467725b68b14bd7b4083ca Mon Sep 17 00:00:00 2001 From: Sande Gilda Date: Thu, 22 Jun 2017 07:11:06 -0400 Subject: [PATCH] JBEAP-11750: Update server log message in app-client README. Also add .checkstyle to .gitignore --- .gitignore | 3 ++- app-client/README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fc5a502902..8dc560e208 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ out *.iws *.iml atlassian-ide-plugin.xml +.checkstyle .classpath .project .settings @@ -39,4 +40,4 @@ bin .clover *.swp !/wicket-war/src/main/resources/META-INF/MANIFEST.MF -build.metadata \ No newline at end of file +build.metadata diff --git a/app-client/README.md b/app-client/README.md index 8bd958f278..b3671064e0 100644 --- a/app-client/README.md +++ b/app-client/README.md @@ -99,7 +99,7 @@ This example shows how to invoke an EJB from a remote standalone application on 4. Review the server log files to see the bean invocations on the server. - ClientContext is here = {Client =myhost} + ClientContext is here = {jboss.source-address=/127.0.0.1:54383} ## Access the Remote Client Application from a Different Machine @@ -150,7 +150,7 @@ This example shows how to invoke an EJB from a remote standalone Java EE applica 9. Review the server log files on the remote machine to see the bean invocations on the server. - ClientContext is here = {Client =myhost} + ClientContext is here = {jboss.source-address=/127.0.0.1:54383} As shown above, the connected server(s) can be configured using the properties file. It is also possible to connect multiple servers or a cluster using the same `jboss-ejb-client.properties` file.