Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update liberty server to liberty runtime or instance #948

Merged
merged 6 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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