This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:software:dashboard:dashboard_installation [2016/01/12 10:22] amanda.zens created |
en:software:dashboard:dashboard_installation [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | + | ====== Installing the Dashboards ====== | |
- | + | The dashboard is an analysis tool that displays live data in the form of a table or graph. | |
- | ====== Dashboard Installation ====== | + | |
- | The dashboard is an analysis tool that presents live-data in tabular or graphic form. | + | |
==== Components ==== | ==== Components ==== | ||
- | The dashboard is comprised of the following files | + | The dashboard is comprised of the following files: |
*dashboard.war | *dashboard.war | ||
*dashboard.properties | *dashboard.properties | ||
- | *loom-dashboard-ejb.jar - as a connector to TIM | + | *loom-dashboard-ejb.jar - as a connector to TIM (delivered by default) |
---- | ---- | ||
==== Installation ==== | ==== Installation ==== | ||
- | {{ en:software:dashboard:dashboard_install.jpg?300|}} | + | {{ :software:dashboard:dashboard_install.jpg?300|}} |
- | In order to install the dashboard, the **dashboard.war** file must be placed in TIM's deploy directory. | + | In order to install the dashboard, the **dashboard.war** file must be saved in TIM's deploy-directory. |
<code>C:\tim\jboss<version>\standalone\deployments\</code> \\ | <code>C:\tim\jboss<version>\standalone\deployments\</code> \\ | ||
\\ | \\ | ||
- | The **dashboard.properties** file must be moved to the **\configuration\** directory in the JBoss directory. | + | The **dashboard.properties** file must be shifted to the **\configuration\** directory in the JBoss-directory. |
<code>C:\tim\jboss<version>\standalone\configuration\</code> \\ | <code>C:\tim\jboss<version>\standalone\configuration\</code> \\ | ||
\\ | \\ | ||
- | The **loom-dashboard-ejb.jar** file must, if necessary, be moved to the **\tim.ear\** directory in the JBoss directory. | ||
- | <code>C:\tim\jboss<version>\standanlone\deployments\tim.ear\</code> | ||
- | |||
- | In order for the dashboard to be able to access to the current installment of TIM, the **dashboard.properties** has to be adjusted with an editor. In **Line 1**, the **wsdlHost** must be suited for TIM. \\ | + | In order for the dashboard to be able to access the currently-installed version of TIM, the **dashboard.properties** must be configured with an editor. In **Line 1**, the port for the **wsdlHost** must be adapted for TIM. \\ |
\\ | \\ | ||
__**Example**__ \\ | __**Example**__ \\ | ||
- | The address of the TIM-client is: http://meinefirmenserver:8383/loom-portal/. The wsdlHost is then: | + | If the address for TIM clients is as follows: |
- | <code>wsdlHost=http://127.0.0.1:8383/</code> | + | <code>http://wiki.tim-solutions.de:8383/loom-portal/</code> then the wsdlHost must be set to the following: |
+ | <code>wsdlHost=http://wiki.tim-solutions.de:8383/</code> | ||
---- | ---- | ||
- | ==== Possible Analyses ==== | + | ==== Possible Evaluation ==== |
- | The page for [[en:dashboard_tablestructure|Table Structure]] provides information on which tables and columns can be used. | + | Information on usable tables and columns can be found in the [[en:software:dashboard:dashboard_tablestructure|table structure]]. |