Skip to content

Multiple IS deploying solution #2

@Lolek1978

Description

@Lolek1978

Is There any way to deploy assets from one deployer machine to multi instances enviroment on diferent machines?

I found some workaround. But this is a messy solution :( because each new IS need to be added from scratch.

  1. Add to System.properties definition of new IS
devIS2Host=xxx.xxx.xxx.xxx`
devIS2Port=5555`
devIS2Username=Administrator
devIS2Password=xxxx

Add to setUpInitial.xslt

<xsl:param name="devIS2Host"/>
        <xsl:param name="devIS2Port"/>
        <xsl:param name="devIS2Username"/>
        <xsl:param name="devIS2Password"/>
<Enviroment>
<IS> 
<isalias name="dev2Server">
                               <host><xsl:value-of select="$devIS2Host"/></host>
                               <port><xsl:value-of select="$devIS2Port"/></port>
                               <user><xsl:value-of select="$devIS2Username"/></user>
                               <pwd><xsl:value-of select="$devIS2Password"/></pwd>
                               <useSSL>false</useSSL>
                               <installDeployerResource>true</installDeployerResource>
                               <Test>true</Test>
</isalias>
</IS>
</Enviroment>

Best regards

Pawel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions