Yogish,

On 1/29/21 01:24, Yogish Anand wrote:
We were using Tomcat 7 and the Jersey libraries 1.18 was able to scan the
packages with the below two lines

com.sun.jersey.api.core.PackagesResourceConfig.init Scanning for root
resource and provider classes in the packages:
     v1

com.sun.jersey.api.core.ScanningResourceConfig logClasses
     INFO: Root resource classes found:
     class v1.add

We migrated to Tomcat 9 (Note : We use the old server.xml which we used in
Tomcat 7)

You should probably stop right now and fix that. conf/server.xml files are not compatible between versions unless you are extraordinarily lucky.

we are getting only the below line but we don't get the message
"Root resource classes found" and the REST API is failing

com.sun.jersey.api.core.PackagesResourceConfig.init Scanning for root
resource and provider classes in the packages:
     v1

Please let me know how to troubleshoot and fix the issue?

I think you will get better feedback from the Jersey project than the Tomcat project. We have no idea what Jersey is doing when it scans for "root resource and provider classes".

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to