Tomcat will serve webapps from paths based on the filenames of their .war files. If you rename "guacamole.war" to "ROOT.war", it will be served from / instead of /guacamole.
- Mike On Fri, Apr 28, 2023 at 2:33 PM Ivanmarcus <[email protected]> wrote: > > One easy way to do this, but keeping everything else intact, would be to > put a suitable entry into an index.html file. For example: > > <meta http-equiv="refresh" content="0; > URL='http://myguacamole.com:8080/guacamole'" /> > > > > On 29/04/23 09:04, André R. Basel wrote: > > Where do I go to change things so that I can browse to > > myguacamole.com:8080 instead of myguacamole.com:8080/guacamole? In > > making such a change am I potentially breaking something or making > > things less secure? > > > > André > > > > Sent with Proton Mail <https://proton.me/> secure email. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
