Displaying 2 results from an estimated 2 matches for "mandya".
Did you mean:
pandya
2014 May 15
3
Invoking virsh console from Java
Hello,
I have a Java application from which I am invoking the "virsh console"
command to access the console of a VM. I invoke the virsh command using
ProcessBuilder.start(). However, I am unable to communicate with the stdin
of the VMs console through the OutputStream of the Process object.
When I invoke "virsh console" from within Java, I see the following
messages on
2014 May 15
0
Re: Invoking virsh console from Java
On 05/15/2014 11:34 AM, Nagaraj Mandya wrote:
> Hello,
> I have a Java application from which I am invoking the "virsh console"
> command to access the console of a VM. I invoke the virsh command using
> ProcessBuilder.start(). However, I am unable to communicate with the stdin
> of the VMs console through the...