Monday, 12 September 2016

Process to deploy new jars to System VMs



First of all, enable SSH for System VM for which you want to deploy jars; refer this post.


  1. SSH to the System VM
    $ ssh -p 3922 root@<Console_Proxy_Public_IP>
  2. If you want, backup the old jar file
    located at /usr/local/cloud/systemvm/
  3. From developer machine, copy the jar to System VM
    $ scp -P 3922 root@:/usr/local/cloud/systemvm/
  4. On the System VM, restart the cloud process by running
    $ service cloud restart

No comments:

Post a Comment