修改Tomcat/conf/context.xml文件,在Context节点上添加属性allowLinking=”true”
<Context allowLinking=”true”>
</Context>
本文介绍如何通过修改Tomcat的context.xml文件中的Context节点属性allowLinking为true来启用链接功能。
修改Tomcat/conf/context.xml文件,在Context节点上添加属性allowLinking=”true”
<Context allowLinking=”true”>
</Context>
642
2129

被折叠的 条评论
为什么被折叠?