You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Josh Kayse (Jira)" <ji...@apache.org> on 2021/08/16 21:17:00 UTC

[jira] [Commented] (GUACAMOLE-1325) Apache Tomcat 10.0 Servlet API incompatibility

    [ https://issues.apache.org/jira/browse/GUACAMOLE-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400013#comment-17400013 ] 

Josh Kayse commented on GUACAMOLE-1325:
---------------------------------------

[https://stackoverflow.com/a/66805452] states that you can modify the {{context.xml}} or {{VirtualStore.xml}} to dynamic make it compatible with:

{code}
<Context>
    ...
    <Loader jakartaConverter="TOMCAT" />
</Context>{code}

> Apache Tomcat 10.0 Servlet API incompatibility
> ----------------------------------------------
>
>                 Key: GUACAMOLE-1325
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1325
>             Project: Guacamole
>          Issue Type: Improvement
>          Components: guacamole, guacamole-common, guacamole-ext
>    Affects Versions: 1.3.0
>            Reporter: Mathias
>            Priority: Minor
>
> Guacamole client 1.3.0 is not working with Apache Tomcat 10. Apache Tomcat 10.0.x requires a new Servlet 5.0 API. The Java package has changed from javax.servlet to jakarta.servlet.
> [Migrating from Tomcat 9.0 to 10.0|http://tomcat.apache.org/migration-10.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)