SearchEngineHelper

The SearchEngine start with one page and follows the links in that page to other pages and so on. In many cases the whole site is not reachable through one single page, for example are links from applets not detected. This will lead to that the whole site is not indexed. Therefor there are a program called SearchEngineHelper that searches a directory structure and produces one html file with links to all files in the structure. This file is a temporary file that can be deleted when the search database is created.

The program takes three parameters

  1. The path to the top directory of the structure to search.
  2. The name of the result file.
  3. The relative path to the pages searched. The path relative to the file specified in the previous parameter.

The application can be executed as a Java application or as a Windows95/NT console application. For a description of the system requirements needed to execute this application please see.

To execute the SearchEngineHelper as a Java application type:

java -jar RUP.jar ruptools.SearchEngineHelper c:/www/rup/ c:/www/ rup/

To execute the SearchEngineHelper as a Windows95/NT console application type:

SearchEngineHelper.exe c:/www/rup/ c:/www/ rup/

 

Display Rational Unified Process using frames

 

© Rational Software Corporation 1998 Rational Unified Process 5.1 (build 43)