Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple IS deploying solution #2

Open
Lolek1978 opened this issue Aug 21, 2017 · 0 comments
Open

Multiple IS deploying solution #2

Lolek1978 opened this issue Aug 21, 2017 · 0 comments

Comments

@Lolek1978
Copy link

Lolek1978 commented Aug 21, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant