View Single Post
Old 08-22-2003, 01:26 PM   #5 (permalink)
Psycluded
Newb Techie
 
Join Date: Aug 2003
Posts: 16
Send a message via AIM to Psycluded
Default

Java/JSP can do this VERY easily using the built-in Document Object Model, especially the latter if you have Tomcat or another JSP app server running on your webserver.

Check this out. Chapter 8 is about the DOM. You can write a fairly simple JSP page that will traverse through your whole site, link by link, and catalogue where each page goes, etc. That is, if I understand what you're asking...
Psycluded is offline   Reply With Quote