I have a folder called attachments in my webapps
folder in my Apache Tomcat
directory, in which I need to save some files and images. When I'm giving the local path i.e. in C:/
the files needed are being saved in the correct location.
However I need to load these images from the server at runtime so I'm trying to access the image by the localhost url /attachments/img.png
. The image is not being found (404 error
).
I tried opening Tomcat's manager
to see if attachments is listed. It is there however when I click it a 404 error is being thrown too. Other deployed web applications are being found.
What could be the cause of this?