Topic: 请问jsp和servlet中forward |
Print this page |
1.请问jsp和servlet中forward | Copy to clipboard |
Posted by: capitain Posted on: 2003-08-23 18:40 请问各位大侠了, 我在项目中遇到这个一个问题, 我有一些html静态的临时页面,但是又不想把这些html文件的访问路径暴露出去, 因为这些页面可能被改动,删除,打算用forward来实现, 由于对forward的机制不熟想请问个问题: 因为我们使用apache/iis + tomcat的机制,系统中的html文件是由apache/iis输出的, 现在如果我用forward, 那么实际上这些html是不是还是在由我们的jsp container在输出, apache对html的优化,缓存,都失去意义了呢? 因为这些html页面的访问次数会很高,是远大于我们的jsp,所以对效率方面我有些担忧,不知道有没有什么好的方法能代替forward实现的 |
2.Re:请问jsp和servlet中forward [Re: capitain] | Copy to clipboard |
Posted by: yimutian Posted on: 2003-08-23 19:53 不像保露访问路径? 是否可以使用 <meta http-equiv="refresh" content="0;URL=/path/your/html"> 呵呵,总是forward到一个这样的页面,以后可以修改上面的URL? |
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 |