This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:dashboard:dashboard_installation [2016/04/12 08:08] stefan.barth |
en:software:dashboard:dashboard_installation [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 7: | Line 7: | ||
*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) |
---- | ---- | ||
Line 19: | Line 19: | ||
<code>C:\tim\jboss<version>\standalone\configuration\</code> \\ | <code>C:\tim\jboss<version>\standalone\configuration\</code> \\ | ||
\\ | \\ | ||
- | The **loom-dashboard-ejb.jar** file must, if applicable, be shifted 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 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. \\ | 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 for TIM clients is: http://meinefirmenserver:8383/loom-portal/. The wsdlHost must then be as follows: | + | 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> | ||
---- | ---- |