Skip to content

Commit 83e0ae7

Browse files
committed
fixing issue
1 parent c20df9d commit 83e0ae7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

devon4j-http-rest-client/index.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You have successfully built the REST-server. Now, you have to start the build an
8888
== Build and Start devon4j REST Server
8989
--
9090
buildJava("httprestserver", false)
91-
runServerJava("httprestserver/server", { "startupTime": 1000, "port": 8080, "path": "httprestserver" })
91+
runServerJava("httprestserver/server", { "startupTime": 1000, "port": 8081, "path": "httprestserver" })
9292
--
9393
Once, Java server starts running. To test REST-server follow below steps:
9494
* Click on "+" next to terminal tab
@@ -197,6 +197,7 @@ This might take some time for application to start.
197197
== Build devon4j CXF REST Client
198198
--
199199
buildJava("httprestclient", false)
200+
runServerJava("httprestclient/server", { "startupTime": 1000, "port": 8080, "path": "httprestclient" })
200201
--
201202
202203
* Once, application builds successfully. Open new terminal by clicking "+" and wait for it to load.

0 commit comments

Comments
 (0)