Created
January 7, 2014 00:42
-
-
Save mudgen/8292709 to your computer and use it in GitHub Desktop.
Custom Ignition designer launcher shell script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java -cp launchclient.jar -Djavaws.sr.gateway.addr.0=server:port:sslport/main -Djavaws.sr.scope=D -Djavaws.sr.main=com.inductiveautomation.ignition.designer.DesignerStartupHook com.inductiveautomation.ignition.client.launch.BootstrapSwing | |
| for a client: | |
| java -cp launchclient.jar -Djavaws.sr.gateway.addr.0=ip address:8088:8043/main -Djavaws.sr.scope=C -Djavaws.sr.project=CustomerCare -Djavaws.sr.project.version=Published -Djavaws.sr.main=com.inductiveautomation.factorypmi.application.runtime.ClientLaunchHook com.inductiveautomation.ignition.client.launch.BootstrapSwing | |
| download launchclient.jar from http://server:port/main/system/launchbin/launchclient.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment