Topic: 请问:使用RESIN如何启用目录浏览? 以方便调试 |
Print this page |
1.请问:使用RESIN如何启用目录浏览? 以方便调试 | Copy to clipboard |
Posted by: net_heart Posted on: 2004-03-29 16:52 我用的是resin 3.0.6,但目录浏览功能却被缺省的禁止掉了(默认安装,没有修改任何配置文件)。怎样启用这个功能呢?例如:url如果是http://localhost:8080/x/则提示/x/ was not found on this server但url如果是http://localhost:8080/x/1.jsp则正常。 |
2.Re:请问:使用RESIN如何启用目录浏览? 以方便调试 [Re: net_heart] | Copy to clipboard |
Posted by: test100 Posted on: 2004-03-31 10:18 resin默认安装是可以浏览目录的。 如果需要禁止,修改 resin.conf ... <web-app id='/x'> <directory-servlet id='false'/> </web-app> ... |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |