You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
The plugin no longer works, reporting that it cannot find org.apache.jasper.servlet.JspServlet I've added the dependency "org.springframework:spring-instrument-tomcat:3.1.2.RELEASE" to the tomcat configuration in my build.gradle, and as far as I can tell, embedded tomcat is finding this class. However, something seems to be broken with classpath delegation, because it can't find the other classes defined by the tomcat configuration.
Any ideas?
The text was updated successfully, but these errors were encountered:
I guess this class does something with the way classloading works? I found this post with a similar issue. Apparently, they fixed it by setting useSystemClassLoaderAsParent to false. However, this method only seems to exist in Tomcat 5.x. Does this post help you in any kind of form?
What version of Tomcat are you using?
Do you have a sample project on GitHub that I could try to reproduce the issue with?
If i use a basic context.xml, defined as follows:
The plugin no longer works, reporting that it cannot find
org.apache.jasper.servlet.JspServlet
I've added the dependency "org.springframework:spring-instrument-tomcat:3.1.2.RELEASE" to the tomcat configuration in my build.gradle, and as far as I can tell, embedded tomcat is finding this class. However, something seems to be broken with classpath delegation, because it can't find the other classes defined by the tomcat configuration.Any ideas?
The text was updated successfully, but these errors were encountered: