Getting 404 though my app is deployed

前端 未结 1 1802
野趣味
野趣味 2020-12-21 11:51

Jenkins shows that the build was successful (see log below) and I can see the war in
/app-root/runtime/repo/target/0.1-MVP

The tomcat webapps (jwboss/webapps) c

相关标签:
1条回答
  • 2020-12-21 12:13

    Check your pom.xml to make sure that you have an openshift profile like the one that is shown here:https://github.com/openshift/origin-server/blob/master/cartridges/openshift-origin-cartridge-jbossews/template/pom.xml

    Or else openshift doesn't know what to do with the war file once it's built.

    According to this error: [WARNING] The requested profile "openshift" could not be activated because it does not exist

    0 讨论(0)
提交回复
热议问题