1.在conf/server.xml的标签中添加
<Context docBase="G:\Temp" path="/img" reloadable="true" crossContext="true" />
然后在浏览器中就可以通过localhost:8080/img/001.png访问到图片了。
2.在IDEA中配置
然后就可以通过localhost:8080:/ceshi/001.png访问到图片了。
1.在conf/server.xml的标签中添加
<Context docBase="G:\Temp" path="/img" reloadable="true" crossContext="true" />
然后在浏览器中就可以通过localhost:8080/img/001.png访问到图片了。
2.在IDEA中配置
然后就可以通过localhost:8080:/ceshi/001.png访问到图片了。
>