Skip to content

Commit

Permalink
JBEAP-11750: Update server log message in app-client README. Also add…
Browse files Browse the repository at this point in the history
… .checkstyle to .gitignore
  • Loading branch information
sgilda committed Jun 22, 2017
1 parent 204e022 commit f0da4e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ out
*.iws
*.iml
atlassian-ide-plugin.xml
.checkstyle
.classpath
.project
.settings
Expand All @@ -39,4 +40,4 @@ bin
.clover
*.swp
!/wicket-war/src/main/resources/META-INF/MANIFEST.MF
build.metadata
build.metadata
4 changes: 2 additions & 2 deletions app-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit f0da4e1

Please sign in to comment.