Changes between Version 3 and Version 4 of PlugIns/HTML/htmlmonitor
- Timestamp:
- 12/04/14 10:08:24 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified PlugIns/HTML/htmlmonitor
v3 v4 3 3 = Monitor for HTML- and JavaScript-based Web Applications = 4 4 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 both5 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 for Java on Linux based on a Webserver that does both 6 6 * provide a JavaScript integrated into a website to record the user actions 7 7 * receive the recorded user actions from the JavaScript via AJAX and store them into local logfiles … … 11 11 To 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. 12 12 13 Afterwards, the tar-file needs to be extracted to a preferred location. 13 Afterwards, 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 25 After 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 30 To 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