Sunday 6 November 2011

Check for broken links and generate a site map

wget
wget --spider --recursive -np "http://localhost:8080/MyWebApp/"

webcheck (prefered)
sudo apt-get install webcheck
webcheck "http://localhost:8080/MyWebApp/"
firefox index.html

No comments:

Post a Comment