From 86c86915dc6c94e9cecb28e0bbfe28c0e1e32242 Mon Sep 17 00:00:00 2001 From: Nils Christian Ehmke <nie@informatik.uni-kiel.de> Date: Mon, 8 Oct 2012 20:42:13 +0200 Subject: [PATCH] #632 --- Kieker.WebGUI/README | 2 +- Kieker.WebGUI/config/descriptors/descriptor-bin.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Kieker.WebGUI/README b/Kieker.WebGUI/README index 6139c3c1..314605c3 100644 --- a/Kieker.WebGUI/README +++ b/Kieker.WebGUI/README @@ -1 +1 @@ -In order to start the WebGUI use either "mvn jetty:run" or "mvn package" in combination with the corresponding script in the bin-directory. The GUI is available under "http://localhost:8080/Kieker.WebGUI/login" after it has been started. \ No newline at end of file +Welcome to the Kieker.WebGUI. Please use 'Kieker.WebGUI.bat/sh' in the directory 'bin' to start the application. After the server has been started, visit 'http://localhost:8080/Kieker.WebGUI/login' to continue. \ No newline at end of file diff --git a/Kieker.WebGUI/config/descriptors/descriptor-bin.xml b/Kieker.WebGUI/config/descriptors/descriptor-bin.xml index 9664bad0..9afadd2a 100644 --- a/Kieker.WebGUI/config/descriptors/descriptor-bin.xml +++ b/Kieker.WebGUI/config/descriptors/descriptor-bin.xml @@ -27,6 +27,9 @@ </include> <include> LICENSE + </include> + <include> + README </include> </includes> <outputDirectory>/</outputDirectory> -- GitLab