我想在Tomcat中显示外部文件夹中的图像。
为此,我在server.xml
<Host name="localhost" appBase="webapps"
unpackWARs="true" autoDeploy="true">
...
<Context docBase="C:\home\xrcwrn\public_html\" path="/" />
</Host>
但它没有显示public_html内部文件夹中的任何图像。 访问图像我正在使用路径 http://localhost:8082/img/aa.jpg