jboss <context /> 配置虚拟路径,映射本地文件

这个目录下的server.xml <host><host/>标签中添加:

<Context path="/file" docBase="D:/file/html" reloadable="true" override="true" crossContext="true"/> 

jboss <context /> 配置虚拟路径,映射本地文件

 

相关文章:

  • 2021-11-04
  • 2021-09-03
  • 2021-05-27
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-11-30
猜你喜欢
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案