WebSphere Liberty Profile: Context Root Not Found

一个人想着一个人 提交于 2019-12-05 19:40:40

Remove <virtual-host name="tlc_host"/> from your ibm-web-ext.xml file. As you dont have tlc_host, but default_host.

Divya Kanakanala

Context Root Not found is caused due to issue in one of the config files. In my case, web.xml had an unclosed comment due to which the war was not built correctly.

This resulted in EAR file not updating.

Solution:

  1. Compare you web.xml with previous versions to see what changed.
  2. Add war to the server instead of the ear file to see the error. (If Running on Liberty Server)
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!