linux 软链接
ln -s 源文件路径 引用路径(快捷方式) ln -s /a/commonFiles/1 /b/commonFiles/2
在实际应用当中例:
当然还需要tomcat支持
[root@localhost conf]# cd /mnt/tomcat-8080/conf/
[root@localhost conf]# vi context.xml
加上如下即可
<Context path="/myApp" allowLinking="true">
相关推荐
chenchuang 2020-03-05
fenxinzi 2020-01-11
waterhorse 2019-08-02
zhongzhiwei 2016-11-25
宁静致远 2014-01-24
tomyanliu 2011-07-06
nuligannima 2010-12-30
lfjjia 2010-06-07
Attend 2010-02-26
hongsheyoumo 2009-11-01
hongsheyoumo 2009-09-02
wozijisunfly 2020-05-28
LychieFan 2020-05-18
zhushixia 2020-04-30
wangrui0 2020-04-26
linuxalienyan 2020-04-10
lqp 2020-03-01