如何指向指定的文件夹
我用tomact5,在webapps内有一测试文件夹 test
test内有很多分类的文件夹如:jps,imag,ords
我现在在jppp内放了很多jsp文件,如jps1.jsp,如何让jps1.jsp内定的
response.sendRedirect("index.htm");直接指向test内的index.htm,我这种指向是
运行jppp内的index.htm,我想运行test内的index.htm.该如何去改?
问题点数:20、回复次数:1Top
1 楼shendl(良少)回复于 2005-06-08 20:53:26 得分 20
"/index.html"就可以了, 这是指定绝对路径Top





