Re: Annotations aren't working with tomcat 9

2021-04-12 Thread Rémy Maucherat
On Mon, Apr 12, 2021 at 12:51 PM Shrivastava, Vijay wrote: > Hi, > > @webservlet & @webListner annotations aren't working. > > Classes in which we are using these annotations are present in jar which > is getting scanned but registration of servlet with tomcat is not happening. > > What we have t

Annotations aren't working with tomcat 9

2021-04-12 Thread Shrivastava, Vijay
Hi, @webservlet & @webListner annotations aren't working. Classes in which we are using these annotations are present in jar which is getting scanned but registration of servlet with tomcat is not happening. What we have tried to fix: 1. To confirm the issue we downgraded Tomcat version in