ここの例では、ワカモレのクライアントをインスタンス化しようとしています
// Instantiate client, using an HTTP tunnel for communications.
var guac = new Guacamole.Client(
new Guacamole.HTTPTunnel("tunnel")
);
これは、ここの例からのものです https://guacamole.incubator.apache.org/doc/gug/writing-you-own-guacamole-app.html
HTMLファイルとは別のホストにサーブレット(トンネル)がある場合、これを行うことはできますか?