首页 > 其他分享 >显示列表

显示列表

时间:2022-11-04 17:31:39浏览次数:38  
标签:xml web 显示 tomcat listings 列表 true


当输入地址目录而非文件时,想要显示出如下列表

显示列表_xml

只需将tomcat中web.xml中的下面改为true

<init-param>
<param-name>listings</param-name>
<param-value>true</param-value>
</init-param>

标签:xml,web,显示,tomcat,listings,列表,true
From: https://blog.51cto.com/u_10028442/5824130

相关文章