console if this appear INFO: jar addedtomcatSCI.jar (this is
printed from custom webapp class loader)
4) check console if this appear ABC. (this is printed from
ServletContainerInitializer onStartup)
On Tue, Apr 7, 2020 at 4:55 PM Mark Thomas wrote:
> On 07/04/2020 08:09, Jackson Ong wrote:
>
0.103.
Jackson
On Tue, Apr 7, 2020 at 2:51 PM Martin Grigorov wrote:
> Hi,
>
> On Tue, Apr 7, 2020 at 9:01 AM Jackson Ong <83cl...@gmail.com> wrote:
>
> > We have an webapp running fine on Tomcat 8.5.50 and below and we used a
> > custom WebappClassLoader to load
We have an webapp running fine on Tomcat 8.5.50 and below and we used a
custom WebappClassLoader to load jars (common path for jars), but it failed
to load on Tomcat 8.5.51 and above. Upon checking, we noticed that
javax.servlet.ServletContainerInitializer that we defined in the jar is not
being lo