Suppose I have a file.doc in my maven web project. I need to get the http url abount this file.doc The path is:
C:\Example\Book\resources\file.doc
Now I need to get the http url about this file, So I go in this path:
htpp://localhost:8080/Book/resources/file.doc
But I obtain 404 not found? Anyone can help me to understand how I get the http url about the resources?