On 12/09/2015 10:16 PM, Syed Mushtaq wrote:
> Hi,
> 
> I've been working on a couple of fixes on the Swift integration which
> primarily involves changes on the agent that runs on the secondary storage
> VM. For every change that I do, I have to rebuild the systemvm profile and
> blow up my secondary storage VM for it to pick up my new code. Natrually,
> this is very time consuming and annoying. If you guys know of a faster way
> to develop/deploy the agent onto SSVM, please do tell.
> 

Very nasty, but find out the JAR which it changes, copy it someway into
the SSVM and:

$ killall java

That will restart the SSVM daemon with the new JAR and you can test it
quickly.

Wido

> Thanks,
> -Syed
> 

Reply via email to