Process Engineer Toolkit > User's Guide > Tools Reference > SearchEngineHelper

SearchEngine: SearchEngineHelper

The SearchEngine starts 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. Therefore there is 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.

How to execute the application

For a description of the system requirements needed to execute this application please see Toolkit: System requirements.

To execute the SearchEngineHelper as a Java application type:

java -classpath ../../ruptools/RUP.jar ruptools.SearchEngineHelper -d c:/www/rup/ -rf c:/www/toc.htm -t c:/www/ -c ASCII -h helpfile.txt

The parameters can be entered in any order.
-d The start directory.
-rf The result file.
-t The part of the file path for each page that shall be removed to form a valid url.
-l The file with language dependent messages Parameter is optional.
-c The character set to use when reading input. Default is the local character set. Parameter is optional.
-h File containing text to make the output from the application language dependent. Parameter is optional.

Copyright  © 1987 - 2001 Rational Software Corporation


Display Rational Unified Process using frames

Rational Unified Process