Author Topic: How to configure VNC viewing?  (Read 4994 times)

torontob

  • Full Member
  • ***
  • Posts: 155
  • Karma: 0
    • View Profile
How to configure VNC viewing?
« on: October 12, 2010, 23:24:26 »
Hello,

The guide on tutorials to get VNC working is not complete and informative. In editing Agents I have put the IP address of the agent computer as: 192.168.0.115. When browsing it, I get:


Code: [Select]
HTTP Status 404 - /queuemetrics/qm_adm/192.168.10.115

type Status report

message /queuemetrics/qm_adm/192.168.10.115

description The requested resource (/queuemetrics/qm_adm/192.168.10.115) is not available.

Apache Tomcat/5.0.28

What should be done to get this working? VNC is running Java mode and is accessible on port 5800 when directly typed into the browser.

Thanks


QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: How to configure VNC viewing?
« Reply #1 on: October 13, 2010, 10:15:53 »
It should be http://HTTP://1.2.3.4:5800 not 1.2.3.4, as explained on the guide.
 

torontob

  • Full Member
  • ***
  • Posts: 155
  • Karma: 0
    • View Profile
Re: How to configure VNC viewing?
« Reply #2 on: October 13, 2010, 17:21:09 »
Thanks for that. The URL comes out as:

http//192.168.10.82:5800

Without the ":" so it won't browse.

Now, I was under the impression that this loads within QueueMetrics portal so just to give it a nice look and also leave the admin all other features but it's simply opening a browser to browse to VNC Java.

Are there any more features to this that I can through to the client using VNC Ultra for example or this is it?

Also, how to fix that above missing ":" ?

Thanks



torontob

  • Full Member
  • ***
  • Posts: 155
  • Karma: 0
    • View Profile
Re: How to configure VNC viewing?
« Reply #3 on: October 13, 2010, 17:28:58 »
NVM it works with this corrected format:


http://1.2.3.4:5800

-Bruce

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: How to configure VNC viewing?
« Reply #4 on: October 14, 2010, 09:19:11 »
Thanks for that. The URL comes out as:

http//192.168.10.82:5800

Without the ":" so it won't browse.

Now, I was under the impression that this loads within QueueMetrics portal so just to give it a nice look and also leave the admin all other features but it's simply opening a browser to browse to VNC Java.

Are there any more features to this that I can through to the client using VNC Ultra for example or this is it?

Also, how to fix that above missing ":" ?

Thanks


Why is there a missing ":"? if look at our Demo System, you'll see how we open up an URL on an entirely different server.

torontob

  • Full Member
  • ***
  • Posts: 155
  • Karma: 0
    • View Profile
Re: How to configure VNC viewing?
« Reply #5 on: October 15, 2010, 20:15:03 »
Quote
It should be http://HTTP://1.2.3.4:5800 not 1.2.3.4, as explained on the guide.

There was no ":" because I was putting the URL like you mentioned in your post. Changing that to just http:// worked fine.

Thanks :)

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: How to configure VNC viewing?
« Reply #6 on: October 18, 2010, 10:30:01 »
 ;D