参考:http://www-01.ibm.com/support/knowledgecenter/api/content/SSEQTP_8.5.5/com.ibm.websphere.wlp.doc/ae/twlp_dep_war.html?locale=en

Liberty中应用的contextroot决定于以下几个地方指定的值

The context-root attribute specifies the entry point of the deployed application. The entry point of a deployed application is determined in the following precedence:

  • context-root in the server.xml file
  • application.xml, if an EAR application
  • ibm-web-ext.xml, if a web application
  • name of the application in the server.xml file, if a web application
  • Manifest.MF, if a WAB application
  • Directory name or the file name relative to the "dropins" directory of the Liberty profile

相关文章:

  • 2021-06-14
  • 2021-08-04
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-01-30
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2021-08-13
  • 2021-12-01
  • 2022-12-23
  • 2021-11-16
相关资源
相似解决方案