Skip to content

Commit

Permalink
add standard WAR info
Browse files Browse the repository at this point in the history
  • Loading branch information
dmuelle committed May 8, 2024
1 parent 0daa1b9 commit 276191f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/ROOT/pages/deploy-spring-boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Although the examples in the following sections use an example JAR application f

Complete the following steps to deploy a sample Spring Boot application by manually configuring your `server.xml` file and running the server from the command line. To deploy a Spring Boot application to Open Liberty by using Maven, see the link:/guides/spring-boot.html[Containerizing, packaging, and running a Spring Boot application] Open Liberty guide.

You can also deploy a Spring Boot application like any standard Jakarta EE WAR by using the same developer tools and server configuration. This approach can provide a common DevOps workflow with your other Liberty WAR deployments. For more information, see the link:/blog/2024/05/01/spring-boot-3.html[Running a Spring Boot 3.x application WAR file on Liberty] blog post.

In the following steps, you create a Liberty server instance, deploy your Spring Boot JAR or WAR application, and specify the default HTTP port for the server instance. By default, Liberty deploys the Spring Boot application with the default host configuration. The example uses a `hellospringboot.jar` sample application and `9090` for the default HTTP port.

1. Run the `server create helloserver` command from the `wlp/bin` directory to create a server and name it `helloserver`.
Expand Down

0 comments on commit 276191f

Please sign in to comment.