You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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 runI noticed the server.xml contains a file path which is not found in the build:
location="thin-guide-spring-boot-0.1.0.jar"
The text was updated successfully, but these errors were encountered: