On Sun, Feb 18, 2024 at 3:29 AM Andrea Miconi <whitetiger_it...@yahoo.it.invalid> wrote:
> I access the login page with mydomain.tld/guacamole or with > IP-PC/guacamole. > I would like to be able to use another folder so as not to immediately > make the type of service public. > For example mydomain.tld/services or with IP-PC/services. > > Two things you need to do: * When you put the guacamole WAR file into the Tomcat webapps folder, name it with whatever you want the URL to be. So, if you name the WAR file "services.war", it will deploy at /services. The only special one is "ROOT.war", which deploys it at the root, or /. * If you're using a reverse proxy to enable SSL, make sure whatever change you make to the WAR file, and whatever URL you expect to have on front-end of that, is reflected in the configuration. So, if you deploy the WAR as "services.war" and you're hoping to have it be "mydomain.tld/services", make sure to change the /guacamole references in your reverse proxy configuration to /services. -Nick