On 06/06/2024 17:52, Dave Breeze wrote:
  I have an issue with embedded Tomcat and classloaders.

I have a java servlet application that runs in an embedded
Tomcat(9.0.70) instance.

<snip/>

https://tomcat.apache.org/tomcat-8.0-doc/class-loader-howto.html

Those are the Tomcat 8.0.x docs. You are using Tomcat 9.0.x.

Tomcat embedded does not set up the class loader structure you get with a standard Tomcat instance. Tomcat just uses the classpath.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to