My problem is that newly uploaded images to $CATALINA_BASE/WebContent/ are not displayed: Getting HTTP Status 404 - Not Found. Need to refresh/restart Tomcat for publishing newly uploaded image-files I have tried this, but still the message: HTTP Status 404 - Not Found because tomcat is not updated with the new files.
/servers/context.xml
<Context reloadable="true" cachingAllowed="false" >
<Resources cachingAllowed="false" />
<WatchedResource> ………. </WatchedResource>
</Context>
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744740678a4591008.html
评论列表(0条)