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
at the Aggregating the entire build section, for the following paragraph
If no context path is specified, Gradle automatically uses the WAR file artifactId ID as the context root for the application while generating the application.xml file.
What is the artifactId ID? Where to define it in build.gradle?
I commented out webModule ('guide-gradle-multimodules-war-1.0-SNAPSHOT.war', '/converter') in ear/build.gradle file. I have no idea what is the context root that I can use to access the application
Would you work on that paragraph?
at the Running the tests section, the following output does not show up in the LGP console.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running it.io.openliberty.guides.multimodules.IT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.712 sec - in it.io.openliberty.guides.multimodules.IT
Results :
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
The text was updated successfully, but these errors were encountered:
webModule ('guide-gradle-multimodules-war-1.0-SNAPSHOT.war', '/converter')
in ear/build.gradle file. I have no idea what is the context root that I can use to access the applicationThe text was updated successfully, but these errors were encountered: