直接访问tomcat下静态资源:文本、图片等时间:2021-08-18 13:06:161,访问静态资源文件,没有权限和安全要求, 不需要复杂的添加Servlet 和 业务逻辑,只需创建ServletJspDemo,在WebContent下添加静态资源(.txt 和 .jpg),然后直接访问。 访问方式: http://localhost:8080/ServletJspDemo/text.txt; http://localhost:8080/ServletJspDemo/10.jpg