Re: javax.servlet.ServletContainerInitializer defined in jar not loading on Tomcat 7.0.100

2020-03-01 Thread SS jong
not loading on Tomcat 7.0.100 On Wed, Feb 26, 2020 at 12:36 PM Rémy Maucherat wrote: > On Wed, Feb 26, 2020 at 9:57 AM Mark Thomas wrote: > >> On 26/02/2020 01:35, SS jong wrote: >> >> >> >> > Has anyone encountered this issue on Tomcat 7.0.100 and if

Re: javax.servlet.ServletContainerInitializer defined in jar not loading on Tomcat 7.0.100

2020-02-26 Thread Rémy Maucherat
On Wed, Feb 26, 2020 at 12:36 PM Rémy Maucherat wrote: > On Wed, Feb 26, 2020 at 9:57 AM Mark Thomas wrote: > >> On 26/02/2020 01:35, SS jong wrote: >> >> >> >> > Has anyone encountered this issue on Tomcat 7.0.100 and if this >> behavior change is intentional? >> >> Possibly the same root caus

Re: javax.servlet.ServletContainerInitializer defined in jar not loading on Tomcat 7.0.100

2020-02-26 Thread Rémy Maucherat
On Wed, Feb 26, 2020 at 9:57 AM Mark Thomas wrote: > On 26/02/2020 01:35, SS jong wrote: > > > > > Has anyone encountered this issue on Tomcat 7.0.100 and if this behavior > change is intentional? > > Possibly the same root cause as > > https://bz.apache.org/bugzilla/show_bug.cgi?id=64153 > I c

Re: javax.servlet.ServletContainerInitializer defined in jar not loading on Tomcat 7.0.100

2020-02-26 Thread Mark Thomas
On 26/02/2020 01:35, SS jong wrote: > Has anyone encountered this issue on Tomcat 7.0.100 and if this behavior > change is intentional? Possibly the same root cause as https://bz.apache.org/bugzilla/show_bug.cgi?id=64153 Mark -

javax.servlet.ServletContainerInitializer defined in jar not loading on Tomcat 7.0.100

2020-02-25 Thread SS jong
We have an webapp that has been running fine on Tomcat 7.0.99, but failed to load properly on Tomcat 7.0.100, upon investigation, it looks like javax.servlet.ServletContainerInitializer that we defined in jar is not being loaded, and to make sure, we created a blank new webapp with a blank impl