The problem is as follows:
1. I can upload images and transfer them to a folder image I created under the tomcat server.
2. I didn’t find the image in the project, which is WebRoot-image.
3. The problem now is that the path of the image on the server is saved in my database, and jsp displays the image in the project directory, but what I upload is sent to the server, so I want to say how to display it on the jsp page,
If you upload to the server without saving the path, your uploaded image cannot be found. You must save the path when uploading the image, whether it is in a database or a file. If you write a static page, then write the absolute path of the image you uploaded
Get the server path address and put it above the src on the jsp