怎样设置 JSP 的虚拟目录

ASP

#:如果你装的是tomcat3.2可以这样修改

在你的和下面的一段代码相似的地方添加如下代码

<Context path="/web"
docBase="d:/www/jsp"
crossContext="true"
debug="0"
reloadable="true"
trusted="false" >
</Context>

其中path的值是虚拟目录
docbase的值是你的硬盘的的目录的绝对路径。

Published At
Categories with Web编程
Tagged with
comments powered by Disqus