OpenLiberty / guide-docker

A guide on how to use Docker containers for iterative development of microservices: https://openliberty.io/guides/docker.html
https://openliberty.io/guides/docker.html
Other
11 stars 18 forks source link

Multipane Issues #31

Closed justineechen closed 5 years ago

justineechen commented 5 years ago
justineechen commented 5 years ago

https://github.com/OpenLiberty/guide-docker/commit/cb7af331c83e19bde4eb05928e02503776220e6d

justineechen commented 5 years ago

"Theinstall-apps goal copies the application into the specified directory of the specified server. In this case, the goal copies the rest.war file into the apps directory of the defaultServer server."

was removed because the install-apps goal was removed with the parent pom update

justineechen commented 5 years ago
Rachelwrq commented 5 years ago

Build your application:

Creating the Dockerfile

Testing the container

justineechen commented 5 years ago
justineechen commented 5 years ago
Rachelwrq commented 5 years ago

Checklist for multipane conversion

Through the browser:

In the README.adoc:

In other files:

andrewdes commented 5 years ago

Your pom.xml file is already configured to add your REST application to the defaultServer.

But you can tweak this configuration or add your own for another server by updating the element.

justineechen commented 5 years ago
Rachelwrq commented 5 years ago
justineechen commented 5 years ago

2nd round:

justineechen commented 5 years ago

This guide has successfully been converted to multipane and has no blockers.