First of all, enable SSH for System VM for which you want to deploy jars; refer this post.
- SSH to the System VM
$ ssh -p 3922 root@<Console_Proxy_Public_IP>
- If you want, backup the old jar file
located at /usr/local/cloud/systemvm/ - From developer machine, copy the jar to System VM
$ scp -P 3922
root@ :/usr/local/cloud/systemvm/ - On the System VM, restart the cloud process by running
$ service cloud restart
No comments:
Post a Comment