Skip to content

Commit a0b0ca8

Browse files
authored
update function documentation runServerJava- comment fixed
1 parent 849f5e6 commit a0b0ca8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

documentation/Functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ Repository will be cloned into a newly created subdirectory devonfw-tutorials.
266266

267267

268268
### runServerJava <a name="runServerJava"></a>
269-
This function will run your java application on server.Parameter and Assertion information you need to use properly, which is mentioned below.
269+
This function will run your Java application on server.Parameter and assertion information you need to use properly, which is mentioned below.In Katacoda the command will be executed in a new terminal.
270270
#### parameter
271-
There two parameters you need to use.
272-
1. 1st Parameter(devonfw/workspaces/main/jump-the-queue/java/jtqj/server)-Path to the server directory within the java project.
271+
There are two parameters you need to use.
272+
1. 1st Parameter(devonfw/workspaces/main/jump-the-queue/java/jtqj/server)-Path to the server directory within the Java project.
273273
2. 2nd Parameter({ "startupTime": 40, "port": 8081, "path": "jumpthequeue" })-Assertion information. Only needed for the console runner to check if the server was started properly.
274274
#### example
275275
runServerJava("devonfw/workspaces/main/jump-the-queue/java/jtqj/server", { "startupTime": 40, "port": 8081, "path": "jumpthequeue" })

0 commit comments

Comments
 (0)