找到conf下server.xml文件修改如下位置内容

<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
    <Context path="" docBase="webapp下的项目名" debug="0" reloadable="true" />
</Host>

  

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2021-06-03
  • 2022-12-23
  • 2021-11-07
  • 2021-10-18
  • 2021-04-26
  • 2021-09-10
猜你喜欢
  • 2022-12-23
  • 2021-06-24
  • 2021-08-13
  • 2022-01-12
  • 2021-12-02
相关资源
相似解决方案