码迷,mamicode.com
首页 > 其他好文 > 详细

tomcat 配置静态资源访问

时间:2020-06-13 17:28:05      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:localhost   roo   test   mic   img   tomcat安装   txt   cal   loading   

复制要访问的文件file.txt至tomcat安装路径下的webapps/ROOT文件夹下:
访问路径为:localhost:8080/file.txt

 

或者在webapps文件夹下

将文件file.txt放在webapps文件夹下

 则访问路径:localhost:8080/file.txt


 或者在webapps文件夹下新建一个文件夹(test),将文件b.txt放在test文件夹下:
 访问路径:localhost:8080/test/file.txt

 

红色框中的两个文件夹都可放置静态资源 访问路径都已localhost:8080/+你文件的名称

 

技术图片

 

tomcat 配置静态资源访问

标签:localhost   roo   test   mic   img   tomcat安装   txt   cal   loading   

原文地址:https://www.cnblogs.com/atsong/p/13118155.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!