修改server.xml文件

web项目不想放在tomcat的webapps目录下的

添加<Context path="指定项目名(/testProject)" docBase="项目部署位置(/test/webapps/testProject)"> </Context>.如下:

web项目不想放在tomcat的webapps目录下的

相关文章:

  • 2021-12-29
  • 2021-04-21
  • 2021-07-22
  • 2021-08-10
  • 2021-07-31
  • 2022-01-22
  • 2021-11-25
猜你喜欢
  • 2022-12-23
  • 2021-07-31
  • 2021-10-19
  • 2021-05-19
  • 2022-02-07
  • 2021-05-11
  • 2022-12-23
相关资源
相似解决方案