Basically I'm trying to have a web-app accessible by "WGET -N" option.
I have two servers (testing and production).
In production I need to add this line into web.xml to make the "WGET -N" works but in testing I don't have to.
I'm trying to find out what makes it like that. I'm guessing Apache/ Tomcat configuration but I haven't found any solution yet.