You could follow the instructions on here: http://www.mactricksandtips.com/2008/07/installing-wget-on-your-mac-for-terminal.html
Or, you could just use 'curl'
Programming solutions, source code, solutions to tech problems and other tech related stuff.
Showing posts with label wget. Show all posts
Showing posts with label wget. Show all posts
Thursday, December 16, 2010
Tuesday, March 10, 2009
Invoking a JSP From a Cron Job
To invoke a JSP page from a cron job. Simply use wget:
wget http://mynicesite.com/mynicejsp.jsp
wget http://mynicesite.com/mynicejsp.jsp
Subscribe to:
Posts (Atom)