Changeset 2863


Ignore:
Timestamp:
04/30/13 12:18:12 (11 years ago)
Author:
yana
Message:

added a JAR and a pom

Location:
monitoring/plugins/tue
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • monitoring/plugins/tue

    • Property svn:ignore set to
      target
  • monitoring/plugins/tue/README

    r2862 r2863  
    1 This is a generic tool for testing WebLicht compatible webservices.
     1Name:
     2  west.jar - checks status of a WebLicht web service
     3  provided its PID and harvested CMD metadata.
     4 
     5 
     6Requirements:
     7  JDK 1.6
     8 
     9 
     10Usage:
     11  java -jar west.jar [CMDs] [PID]
     12           
     13  [CMDs]    XML file containing CMD metadata on all the WebLicht
     14            web services from the harvester. It is used by the
     15            WEbServiceTester to extract the information about
     16            service input and output features.
     17            It is located at (username & password required):
     18            http://weblicht.sfs.uni-tuebingen.de/apps/harvester/resources/services
     19           
     20            The file is updated once per day.
     21           
     22  [PID]     PID of the service to be tested.
     23            The list of all the WebLicht web services is located at
     24            (username & password required):
     25            http://weblicht.sfs.uni-tuebingen.de/apps/harvester/resources/list
     26           
     27            Additionally, this list contains organization name and contact e-mail.
     28            The e-mail is provided in order to inform service developers when
     29            the status of the service is other then OK.
     30            The list is updated once per day.
     31           
     32           
     33Remarks:
     34  The massage printed to the standard output provides url to the detailed
     35  information about the service status.
    236
    3 Before running this tool the following files have to be downloaded:
    4 
    5 A list of all the currently available webservices:
    6 http://weblicht.sfs.uni-tuebingen.de/apps/harvester/resources/list
    7 
    8 A file containing CMD metadata for the currently available webservices:
    9 http://weblicht.sfs.uni-tuebingen.de/apps/harvester/resources/services
    10 
    11 To test a webservice from the list use the following command:
    12 
    13 java -jar west.jar CMDI_FILE PID
    14 
    15 Example:
    16 
    17 java -jar west.jar cmdi.xml 11858/00-1778-0000-0004-BA31-A
     37  This jar should not be executed too often for the same service/server,
     38  since some services/servers may become unresponsive when called too often.
     39  Running it once in a couple of hours should be enough.
     40 
     41  check_convert-all.sh is not required any more, the west.jar tests all
     42  WebLicht services including the convert-all service.
     43 
Note: See TracChangeset for help on using the changeset viewer.