Integration-platform-console.war a teiid-dashboard-builder.war are not deployed in full ha profile in domain.xml. Both wars are deployed only in ha profile.
I'll make the change to the teiid-dashboard cli script that will deploy the war and will now perform both deployments (adding 2nd line): /server-group=main-server-group/deployment=teiid-dashboard-builder.war:add(enabled=true) /server-group=other-server-group/deployment=teiid-dashboard-builder.war:add(enabled=true) Julian / Productization, will need to fix the integration-platform war.
Van Halbert <vhalbert> updated the status of jira TEIIDDSHB-14 to Resolved
I have applied a similar fix to Van's in the DV assembly for integration-platform-console.war.
Odata and Integration-platform-console wars aren't deployed in full ha profile of domain mode. Tested on ER3.
Can you post your domain.xml config? I'm looking at my ER3 install and here's what I'm seeing: <server-group name="other-server-group" profile="full-ha"> <jvm name="default"> <heap size="1000m" max-size="1000m"/> <permgen max-size="256m"/> </jvm> <socket-binding-group ref="full-ha-sockets"/> <deployments> <deployment name="teiid-dashboard-builder.war" runtime-name="teiid-dashboard-builder.war"/> <deployment name="ModeShape.vdb" runtime-name="ModeShape.vdb"/> </deployments> </server-group> Which would indicate the dashboard war is deployed, but the integration-platform-console.war is not.
Yes, dashboard war is deployed, but OData and integration-platform-console wars are not. I have the same domain.xml config as you.
Ok, to clarify this BZ, I've changed the title to be just for the integration-platform war, and removed reference to dashboard-builder war. As for the odata.war, this a BZ that covers that issue.
Looks like I forgot to update the configured assembly commit.
Verified on DV 6.2 ER4
Van Halbert <vhalbert> updated the status of jira TEIIDDSHB-14 to Closed