- 浏览: 4407 次
- 性别:
- 来自: 成都
-
最新评论
文章列表
Struts学习总结
一、 struts2简介
struts2官网地址:http://struts.apache.org/
struts2官方开发介绍: http://struts.apache.org/2.0.14/docs/core-developers-guide.html
1、通过修改tomcat下面的apache-tomcat-6.0.18\conf\server.xml,添加(1)配置独立路径<Context path="/imgs" docBase="D:\" reloadable="false"/>启动tomcat,然后在浏览器上输入:http://localhost:8080/imgs/Sunset.jpg,就可以访问到d:\Sunset.jpg(2)作为工程中一个文件夹的形式配置
如果tomcat中已经部署了一个tutorial工程,那么我们通常可以将服务器上的图片文件夹作为该工 ...
- 2009-10-11 18:12
- 浏览 2353
- 评论(0)