Link to home
Start Free TrialLog in
Avatar of rnicholus
rnicholus

asked on

Tomcat/ Apache configuration to make "WGET -N" call to work?

This is continuation of my post here:
https://www.experts-exchange.com/questions/24213804/Accessing-JSP-using-WGET-timestamp-option-'-N'.html?anchorAnswerId=23844532#a23844532

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.
Avatar of rnicholus
rnicholus

ASKER

Any thoughts?
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
also suggest you check with your admins that they are happy with you changing the security setting of your application.