[one-users] Getting VNC Information with Java API

2013-08-14 Thread chenxiang
Hi, I am trying to integrate OpenNebula into an in-house web UI though the OCA Java API. I am able to carry out VM life cycle management tasks through the Java API. However, I can't find how I can get the VNC information for a VM so that I can integrate this into my own noVNC. With the

Re: [one-users] Getting VNC Information with Java API

2013-08-14 Thread Daniel Molina
Hi, On 14 August 2013 11:14, chenxi...@aquala-tech.com wrote: Hi, I am trying to integrate OpenNebula into an in-house web UI though the OCA Java API. I am able to carry out VM life cycle management tasks through the Java API. However, I can't find how I can get the VNC information for a

Re: [one-users] Getting VNC Information with Java API

2013-08-14 Thread Giovanni Toraldo
Hi, On Wed, Aug 14, 2013 at 12:58 PM, Daniel Molina dmol...@opennebula.org wrote: On 14 August 2013 11:14, chenxi...@aquala-tech.com wrote: Then I found the VNC proxy port 29876 in sunstone-server.conf, and add the VM-ID to 29876, then trying to conned with noVNC to that port, but failed.