Jenkins Weblogic deployer插件上下文路径设置

时间:2015-10-12 13:28:05

标签: weblogic jenkins-plugins

我有构建的pom xml - StudentEnrollment-0.0.1-SNAPSHOT.war 建立战争:/root/.jenkins/workspace/StudentEnrollment/target/StudentEnrollment-0.0.1-SNAPSHOT.war 但上下文路径是/ StudentEnrollment

由于我找不到像tomcat deployer插件那样为weblogic插件指定上下文路径的方法,对于weblogic,它使用/StudentEnrollment-0.0.1-SNAPSHOT作为上下文路径进行部署..我猜它是采取战争档案名称。

有没有办法将/ StudentEnrollment设置为上下文路径?

1 个答案:

答案 0 :(得分:1)

在项目的weblogic.xml文件中使用context-root标记来设置WebLogic部署的上下文根。

<context-root>StudentEnrollment</context-root>

有关更多信息,请查看WebLogic文档:

https://docs.oracle.com/middleware/1213/wls/WBAPP/weblogic_xml.htm#WBAPP623