uschindler commented on issue #12307: URL: https://github.com/apache/lucene/issues/12307#issuecomment-1807121916
FYI, one reason why they might have done this: if the whole thing is a webapp, with wrong setup or broken containers the class loading is often broken, especially if somebody drops jar files also into the main classpath. Normally a separate classloader should be used solely for the webapp. It should then work, unless in some broken containers where SPI (ServiceLoader) does not work. Jetty is known to work fine (see e.g., Apache Solr) and Tomcat should behave correctly, too (unverified). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org