Closed
Description
going throuh the step Running the application on Open Liberty
Updated pom.xml and server.xml as in the tutorial
When running the step ./mvnw liberty:run
, the build is successful, but the applications doesn't run
[INFO] --- liberty-maven-plugin:3.10.2:run (default-cli) @ guide-spring-boot ---
[INFO]
Skipping module guide-spring-boot which is not included in this invocation of the run goal.
I noticed the server.xml contains a file path which is not found in the build:
location="thin-guide-spring-boot-0.1.0.jar"