Web Skeletonizing Servlet


This servlet offers a simple little service: you give
it a URL, and it returns a web page with some information
about the page at that URL, and all the links and other
references extracted from the page.

To install this servlet, just copy all the class
files to the servlet directory of your servlet-capable
web server.  Then, configure the server to run the
servlet.  This step varies from server to server.  In
the Javasoft JSWDK-1.0, add this line to the proper
servlet.properties file:

		   wss.code=WssServlet

When you hit the servlet with no parameters, it will
supply a query form.  Just type the URL of a web page
(not an image) and off you go!

This servlet also keeps a history of sites you've 
analyzed.

To do its parsing, this servlet uses the awesome GNU
Regular Expression package for Java, gnu.regexp-1.0.8.
You can get the package from any GNU mirror site; try
http://www.cacas.org/java/gnu/regexp/index.html

For more information about this servlet, contact 
Neal Ziring, ziring@home.com.




		   