On Fri, Dec 1, 2017 at 10:47 AM, David Rodriguez <[email protected]> wrote:
> Hi, > I have build from git both the server and client versions, to be able to > use the Spanish keyboard layout in the Guacamole connections. > > Server version was build and installed without issues and can continue > using the previous .war client file to connect, however copying the new > .war file and after restarting Tomcat, I'm unable to login as it seems that > my credentials are not recognized. > Is there any missed step I should do additionally to build and replace the > .war file? Just FYI if I copy back the previous version of .war file, login > works properly > > Please check your Tomcat logs. The web application will refuse to load extensions from older versions, as those extensions (and their configurations) will not be compatible. If this is the case, there should be an error or warning in the logs regarding the incompatible extension. In addition to updating guacamole-server and the guacamole .war, you will need to install the updated versions of any installed Guacamole extensions, and double-check your configuration against the current install instructions to make sure nothing else needs to be updated. If using a database for authentication, for example, you will likely need to run one or more SQL scripts to upgrade the schema. - Mike
