Hello, I can't figure out how to make the simple extension describe here https://guacamole.apache.org/doc/gug/guacamole-ext.html , "Updating existing HTML", to work. The guac-manifest.json looks like thi: { "guacamoleVersion" : "1.3.0",
"name" : "TOTO", "namespace" : "toto", "html" : [ "loginDisclaimer.html" ] } The loginDisclaimer.html looks like this:<meta name="after" content=".login-ui .login-dialog"> <div class="welcome"> <h2>Welcome to our Guacamole server!</h2> <p> Please be sure to read our privacy policy before continuing. </p> </div> The build is successful:[INFO] Building tar: /home/sam/guacamole-client-1.3.0/target/guacamole-client-1.3.0.tar.gz [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] guacamole-common 1.3.0 ............................. SUCCESS [ 7.898 s] [INFO] guacamole-ext 1.3.0 ................................ SUCCESS [ 7.707 s] [INFO] guacamole-common-js 1.3.0 .......................... SUCCESS [ 0.963 s] [INFO] guacamole 1.3.0 .................................... SUCCESS [ 10.496 s] [INFO] guacamole-auth-header 1.2.0 ........................ SUCCESS [ 0.449 s] [INFO] guacamole-auth-jdbc 1.3.0 .......................... SUCCESS [ 0.005 s] [INFO] guacamole-auth-jdbc-base 1.3.0 ..................... SUCCESS [ 2.761 s] [INFO] guacamole-auth-jdbc-mysql 1.3.0 .................... SUCCESS [ 3.156 s] [INFO] guacamole-auth-jdbc-postgresql 1.3.0 ............... SUCCESS [ 2.894 s] [INFO] guacamole-auth-jdbc-sqlserver 1.3.0 ................ SUCCESS [ 2.784 s] [INFO] guacamole-auth-jdbc-dist 1.3.0 ..................... SUCCESS [ 0.839 s] [INFO] guacamole-auth-saml 1.3.0 .......................... SUCCESS [ 0.744 s] [INFO] guacamole-toto 1.3.0 ............................... SUCCESS [ 0.122 s] [INFO] guacamole-client 1.3.0 ............................. SUCCESS [ 2.615 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ Tomcat is stopped, the war copied in the right place, Tomcat is started.I checked and the html file and the manifest are in the war.Still, nothing is displayed on the logon page. What am I missing? How can I debug this? Thanks,Sam
