stephenlane80 wrote: » This project is a java crawler and indexing application, it uses Lucene to build an index but you could easily create your own. Any reason you don't want to use any 3rd party components?http://www.codeproject.com/Articles/32920/Lucene-Website-Crawler-and-Indexer
mstester wrote: » Thanks for the link. There are two reasons why I want to build my own. Firstly for the "fun" of it and
tricky D wrote: » Server logs will only record 404s for pages visited by users, not all pages. There are and have been 100s if not 1000s of link checkers doing the rounds for years now. Writing one from scratch is just reinventing the wheel, when your the company's time could be much better utilised. You should still be able to use the output from one of the many link checkers to throw at JMeter.