Changes between Version 3 and Version 4 of PlugIns/HTML/htmlmonitor


Ignore:
Timestamp:
12/04/14 10:08:24 (9 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlugIns/HTML/htmlmonitor

    v3 v4  
    33= Monitor for HTML- and JavaScript-based Web Applications = 
    44 
    5 To analyse the usage of an HTML- and JavaScript-based web application with AutoQUEST, the usage of the website must be recorded. For this, AutoQUEST provides a so called monitor. The monitor is a standalone application based on a Webserver that does both 
     5To analyse the usage of an HTML- and JavaScript-based web application with AutoQUEST, the usage of the website must be recorded. For this, AutoQUEST provides a so called monitor. The monitor is a standalone application for Java on Linux based on a Webserver that does both 
    66 * provide a JavaScript integrated into a website to record the user actions 
    77 * receive the recorded user actions from the JavaScript via AJAX and store them into local logfiles 
     
    1111To install the monitor, it must first be downloaded. As AutoQUEST is under continuous development, it is always good to download the latest tested version from our continous integration environment which is available [https://trex.informatik.uni-goettingen.de/hudson/job/autoquest-htmlmonitor/lastSuccessfulBuild/de.ugoe.cs.autoquest$autoquest-htmlmonitor/ here]. There, just download the autoquest-htmlmonitor-version-bin.tar.gz. 
    1212 
    13 Afterwards, the tar-file needs to be extracted to a preferred location. 
     13Afterwards, the tar-file needs to be extracted to a preferred location. The resulting folder structure will look as follows: 
     14 * autoquest-htmlmonitor-version 
     15  * data 
     16   * robots 
     17    * robotsfilter.txt 
     18  * lib 
     19    * <some libraries (jar-files)> 
     20  * autoquest-htmlmonitor-version.jar 
     21  * run.sh 
     22  * stop.sh 
     23  * isRunning.sh 
     24 
     25After the first start of the monitor, a further folder called log will be added. In this folder, the logfiles will be stored. 
     26 
     27 
     28== Starting and Stopping the Monitor == 
     29 
     30To start the monitor, change into the installation directory and type ./run.sh. The monitor will run in the background. To check, if the monitor is running, type ./isRunning.sh. To stop the monitor, you can type ./stop.sh. 
     31