Page 1 of 1

How to use "rdp web client" shiped with sdk?

Posted: 23. Mar 2012, 15:51
by jinsheng
Hello everybody.
I want to use the "rdp web client" shiped with virtualbox sdk.So I put the "rdpweb" floder which contain four files (webclient3.html, RDPClientUI.swf, swfobject.js, webclient.js) into the /tomcat_home/webapp floder. Then when i navigate to http://127.0.0.1:8080/rdpweb/webclient3.html, I can see something like below:
Image

I have no idea about filling the form. I don't know what i should to write for "computer".
The vboxwebsrv is running and I set "websrvauthlibrary" null by "vboxmanage setproperty websrvauthlibrary null.
One more thing, I can access the virtual machine by the mstsc.exe packaged with OS.
Anybody has any idea about this? Please help me. :(
Thank you very much!

Re: How to use "rdp web client" shiped with sdk?

Posted: 24. Mar 2012, 09:53
by jinsheng
Someone help me, please....

Re: How to use "rdp web client" shiped with sdk?

Posted: 24. Mar 2012, 17:21
by jinsheng
:D I have worked it out myself and I have known why i can't connect the virtual machine before.
The blank should be filled by "127.0.0.1:3389".But there is one thing we should really really be careful.
If the host's OS is windows, and it has taken the default port -- 3389, then we must change the port by setting in virtualbox gui or vboxmanage command.
So, we should filled something like "127.0.0.1:3390".

Actually, these things are introduced in the 7th chapter of UserManual.pdf.
haha, I learned that i must read document before i want to do something or resolve problems.

I hope this will hlep someone just like me .