On 09-02-2021 18:59, Nuno Gil wrote:
Hi,

Hope you are all well.

I'm trying to deploy Geoserver 2.18.2 with Tomcat 10.0.2 in a Debian 10 Machine.

I'm doing exactly what I was used to do with previous versions of Tomcat: simply deploy the war inside the webapps folder. But it refuses to work.

In the catalina.out file I get the following error: At least one JAR was scanned for TLDs yet contained no TLDs.

Has anyone experienced this before? Does Geoserver work with Tomcat 10?


You may be the first to try. As noted in the migration guide [1] "There is a significant breaking change between Tomcat 9.0.x and Tomcat 10.0.x. The Java package used by the specification APIs has changed from javax... to jakarta...."

Since Geoserver relies on a number of JEE technologies that have pretty much all been migrated to Jakarta projects basically any code in Geoserver using a "javax" package is likely to be broken.

[1] https://tomcat.apache.org/migration-10.html


_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to