This is an old revision of the document!
The dashboard is an analysis tool that presents live-data in tabular or graphic form.
The dashboard is comprised of the following files
In order to install the dashboard, the dashboard.war file must be placed in TIM's deploy directory.
C:\tim\jboss<version>\standalone\deployments\
The dashboard.properties file must be moved to the \configuration\ directory in the JBoss directory.
C:\tim\jboss<version>\standalone\configuration\
The loom-dashboard-ejb.jar file must, if necessary, be moved to the \tim.ear\ directory in the JBoss directory.
C:\tim\jboss<version>\standanlone\deployments\tim.ear\
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.
Example
The address of the TIM-client is: http://meinefirmenserver:8383/loom-portal/. The wsdlHost is then:
wsdlHost=http://127.0.0.1:8383/
The page for Table Structure provides information on which tables and columns can be used.