发新话题
打印

站点发布如何手动设置?

tomcat:  
tomcat\conf\server.xml:  add:  
<Context  path="/test"  docBase="e:\test"  debug="0"  
                                 reloadable="true">  
........  
</Context>  
在e:\下建test目录  
运行:http://localhost:8080/test/*.jsp

TOP

发新话题