private Context addWebapp(final Host host, final String url, final String name,
final String path, final PluginDescriptor pluginDescriptor, final
AddContextListener contextAddListened) { silence(host, url); final
PluginManager manager = PluginManager.lookup(getClass().getClassLoader());
final C
.
21.12.2022, 13:38, Tomcat Users List < mailto:users@tomcat.apache.org
users@tomcat.apache.org >
Main lundagrossisten site
lundagrossisten.se web application
1
0
client-error-logging-servlet
com.gridnine.platform.server.lundase.web.servlet.ClientErrorLoggingServlet
> This should be unnecessary. The classes in that package should be
> included in tomcat-embed-core
Nice - thanks. I was reading and using the catalina code, but after
trimming down my code it no longer needs that dependency.
Do you think this thread is useful info for any Tomcat-embedded Java 17
And sometimes I don't see your message when I opened them
21.12.2022, 13:38, Mark Thomas < mailto:ma...@apache.org ma...@apache.org >
Hello can I attach the files to these messages?
21.12.2022, 13:38, Mark Thomas < mailto:ma...@apache.org ma...@apache.org >
On 21/12/2022 22:37, Tim N wrote:
This was fixed by adding "--add-opens=java.base/java.lang=ALL-UNNAMED". Now
all applications are running, and various other issues have been fixed by
other "--add-opens" arguments. So these and the last couple of issues are
related to Java 17 and not the classloa