Hi Mike, Thanks for the prompt response, I was in fact going to look into Tomcat 10, but now I know not to.
On Tue, Jan 17, 2023 at 9:24 AM Michael Jumper <[email protected]> wrote: > On Tue, Jan 17, 2023, 1:01 AM Luis Cascales <[email protected]> > wrote: > >> Hi, >> >> Currently I have Guacamole 1.3.0 running with Tomcat 8.5, but as 1.4.0 is >> compatible with earlier versions (1.x) I loaded 1.4.0 war binary and >> deployed it, and it ran without issues. >> Is it recommended that I should use latest Tomcat version to go with >> 1.4.0? >> > > Guacamole does not have any specific dependency on any version of Tomcat. > It is written against standards defined by Java ("Java EE"), and so will > run under any servlet container that implements those standards. > > You should always use the latest version of Tomcat. Any version of Tomcat > 8.x or Tomcat 9.x should work great. > > You cannot yet use Guacamole with Tomcat 10.x as it implements a different > standard ("Jakarta EE") that is not binary compatible (everything has been > renamed from "javax.*" to "jakarta.*"). > > - Mike > >
