Re: Blank screen in custom Guacamole application

2023-05-24 Thread Matei Albu
> > Is there anything between your browser and the web application that > might be buffering HTTP requests/responses? The behavior described > sounds like what would happen if a proxy or firewall between the browser > and the webapp is buffering the stream from the webapp, preventing the > client

Re: Blank screen in custom Guacamole application

2023-05-23 Thread Matei Albu
On Tue, May 23, 2023 at 10:05 PM Michael Jumper wrote: > > What are the differences? > > What parameters are you sending to the RDP connection? > The only difference is the java code, the rest is the same as in the example. @Override protected GuacamoleTunnel doConnect(HttpServletRequest

Blank screen in custom Guacamole application

2023-05-23 Thread Matei Albu
Hi, I followed the manual (https://guacamole.apache.org/doc/gug/writing-you-own-guacamole-app.html) to create a small Guacamole application. The code is almost a copy of the example in Git https://github.com/apache/guacamole-client/tree/master/doc/guacamole-example. When I access the page in the