I didn¹t see anything listening on port 4832. I poked around and saw the
xorg libraries in /usr/local/lib/xorg/modules/drivers/. So, I thought
guacd was somehow involved (imagining something more complicated than
reality :P). The files guac_drv.a, guac_drv.la, and guac_drv.so were
installed in /usr/local/lib/xorg/modules/drivers/. Additionally,
guac_drv.a was also installed in /usr/lib64/xorg/modules/. I¹m using
Fedora 23 and I think my issue is getting the X server to use my xorg.conf
file. It seems to ignore it whether I put in /etc/X11/ or
/etc/X11/xorg.conf.d/.

Thanks & Regards,
Jeff



On 4/17/17, 2:53 PM, "Mike Jumper" <[email protected]> wrote:

>On Mon, Apr 17, 2017 at 12:02 PM, McRoy, Jeffrey (GE Healthcare)
><[email protected]> wrote:
>> Thank you Mike.
>>
>> I was able to get the xf86 server code to build and install. I deployed
>>the
>> guacamole-example war file in Tomcat with the following in
>> DummyGuacamoleTunnelServlet:
>> String hostname = "localhost";
>> int port = 4822;
>
>The X.Org driver listens on port 4823, not 4822.
>
>> GuacamoleConfiguration config = new GuacamoleConfiguration();
>> config.setProtocol("xorg");
>>
>> When I hit the client I get a 504 error - tunnel?connect returned a 504.
>> Syslog for guacd shows "Support for protocol xorg is not installed"
>>
>
>You do not connect to X.Org through guacd as you would with VNC, RDP,
>etc.; you connect to the Guacamole X.Org driver directly on port 4823.
>
>The X.Org driver is essentially an implementation of guacd in driver
>form, listening on a different port to avoid colliding with normal
>guacd.
>
>- Mike

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to