I need to check links for over 7,000 generated pages' images.
Each page is generated by the JSP/Java, and each page has an image, gotten from the database.
I need to check broken links to images.
I can't do it with a normal site checker, because the links are not static.
Help, please!
-
Site Checker for JSP-driven site?? (2 messages)
- Posted by: Joy H
- Posted on: August 08 2001 10:49 EDT
Threaded Messages (2)
- Site Checker for JSP-driven site?? by Andy Nguyen on August 08 2001 12:30 EDT
- Site Checker for JSP-driven site?? by Joy H on August 08 2001 16:20 EDT
-
Site Checker for JSP-driven site??[ Go to top ]
- Posted by: Andy Nguyen
- Posted on: August 08 2001 12:30 EDT
- in response to Joy H
If you don't have to do this check very often, you could write a little program to build all your image links from the database, dump them to a simple html file, and then run your site checker on just that one file. This solutions depends on how dynamic this check has to be.
Hope that helps,
Andy -
Site Checker for JSP-driven site??[ Go to top ]
- Posted by: Joy H
- Posted on: August 08 2001 16:20 EDT
- in response to Andy Nguyen
Thanks so much! I was too busy trying to figure out how to run queries from the database, etc. I never thought of doing it that way. You've saved my life!
Thanks!