Linux创建软连接:
ln -s 源文件 目标文件

tomcat 访问软连接

 


tomcat安装目录 / conf目录下的:context.xml文件
在 <Context />; 里面加上 allowLinking="true" 属性就可以了。

相关文章:

  • 2021-10-29
  • 2022-02-20
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2021-08-16
  • 2022-03-04
  • 2021-05-31
猜你喜欢
  • 2021-09-07
  • 2022-12-23
  • 2021-07-26
  • 2021-09-17
  • 2021-09-08
  • 2022-12-23
  • 2021-11-19
相关资源
相似解决方案