After making some configuration changes or applying a patch you will need to redeploy the products. You can do this from the {Install_home}/Infogix/bin directory by running the following scripts.
In order to redeploy, Wildfly or WebSphere JVMs must be started. Jboss deployments require the JVM to be offline.
Note: this example is for redeploying Assure with a configuration name of IA. The syntax for these scripts is ./script.sh -c [CONFIG_NAME] [Product]
On a Windows Server:
- Navigate to {Install_home}\Infogix\bin
- Run validate-config-values.bat -c IA IA
- Run clean.bat -c IA IA
- Run deploy.bat -c IA IA
On a Linux Server
- Navigate to {Install_home}/Infogix/bin
- Run ./validate-config-values.sh -c IA IA
- Run ./clean.sh -c IA IA
- Run ./deploy.sh -c IA IA
Comments
0 comments
Please sign in to leave a comment.