Move2Kube is a command-line tool for automating creation of Infrastructure as code (IaC) artifacts. It has inbuilt support for creating IaC artifacts for replatforming to Kubernetes/Openshift.
Describe the bug
When translating java web applications, servers like tomcat serve the generated .war file at a particular path.
This path called the context root can be changed using files like root.xml
Describe the bug When translating java web applications, servers like tomcat serve the generated
.war
file at a particular path. This path called the context root can be changed using files likeroot.xml
See following for more details:
Currently we are not looking for, nor are we using these server artifacts. This can lead to the application being served on the wrong path.
To Reproduce Steps to reproduce the behavior:
Expected behavior move2kube should try to use the server artifacts by placing them in the correct directories in the final container image.