I have created a dynamic web project in Java. When I run the project with Tomcat server, it always hits index.html. I want to hit index.html in home folder, and then I write redirection to it on this way:
<meta HTTP-EQUIV="REFRESH" content="0; url=../home/">
and a lot of other combination, but it always returns 404 not found. Does anyone have ideas how I could start page /home/index.html?
web.xml always hits the page in WebContent Folder
Here is how it looks.
