linux 软链接

ln -s   源文件路径           引用路径(快捷方式)
ln -s  /a/commonFiles/1   /b/commonFiles/2

 在实际应用当中例:


linux 软链接
 

当然还需要tomcat支持

[root@localhost conf]# cd /mnt/tomcat-8080/conf/

[root@localhost conf]# vi context.xml

加上如下即可

<Context path="/myApp" allowLinking="true">

相关推荐