Skip to content

Commit

Permalink
update liberty server to liberty runtime or instance (#948)
Browse files Browse the repository at this point in the history
* Update twyb-intro.adoc

* Update devmode-start-cd.adoc

* Update devmode-start.adoc

* Update trywhatyoubuild-end.adoc

* Update devmode-build.adoc

* Update mvncompile.adoc
  • Loading branch information
gkwan-ibm authored Aug 10, 2023
1 parent 0c3fe36 commit 8e2a352
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion devmode-build.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
== Running the application

You started the Open Liberty server in dev mode at the beginning of the guide, so all the changes were automatically picked up.
You started the Open Liberty in dev mode at the beginning of the guide, so all the changes were automatically picked up.
4 changes: 2 additions & 2 deletions devmode-start-cd.adoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
When you run Open Liberty in https://openliberty.io/docs/latest/development-mode.html[dev mode^], the server listens for file changes and automatically recompiles and deploys your updates whenever you save a new change. Run the following goal to start Open Liberty in dev mode:
When you run Open Liberty in https://openliberty.io/docs/latest/development-mode.html[dev mode^], dev mode listens for file changes and automatically recompiles and deploys your updates whenever you save a new change. Run the following goal to start Open Liberty in dev mode:

[role=command]
```
cd start
mvn liberty:dev
```

After you see the following message, your application server in dev mode is ready:
After you see the following message, your Liberty instance is ready in dev mode:

[role="no_copy"]
----
Expand Down
4 changes: 2 additions & 2 deletions devmode-start.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
When you run Open Liberty in https://openliberty.io/docs/latest/development-mode.html[dev mode^], the server listens for file changes and automatically recompiles and deploys your updates whenever you save a new change. Run the following goal to start Open Liberty in dev mode:
When you run Open Liberty in https://openliberty.io/docs/latest/development-mode.html[dev mode^], dev mode listens for file changes and automatically recompiles and deploys your updates whenever you save a new change. Run the following goal to start Open Liberty in dev mode:

[role=command]
```
mvn liberty:dev
```

After you see the following message, your application server in dev mode is ready:
After you see the following message, your Liberty instance is ready in dev mode:

[role="no_copy"]
----
Expand Down
2 changes: 1 addition & 1 deletion mvncompile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ running Open Liberty server pick them up automatically:
mvn compile
```
To stop the Open Liberty server, run the Maven `liberty:stop-server` goal:
To stop the Open Liberty instance, run the Maven `liberty:stop-server` goal:
```
mvn liberty:stop-server
Expand Down
2 changes: 1 addition & 1 deletion trywhatyoubuild-end.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
After you are done checking out the application, stop the Open Liberty server:
After you are done checking out the application, stop the Open Liberty instance:

```
mvn liberty:stop-server
Expand Down
2 changes: 1 addition & 1 deletion twyb-intro.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd finish
mvn liberty:run
```

After you see the following message, your application server is ready:
After you see the following message, your Liberty instance is ready:

[role="no_copy"]
----
Expand Down

0 comments on commit 8e2a352

Please sign in to comment.