s and found that it mentions that
> ContainerServlet (which is implemented by ManagerServlet) is loaded by
> Catalina class loader and not the standard web application class loader.
> Thinking that it might be the issue that my application residing under
> web-apps and not a part of the server folder, r
.
Thinking that it might be the issue that my application residing under
web-apps and not a part of the server folder, restricts its use of
Catalina
class loader, I moved the web app folder to server\webapps. That
didn't help
too.
After that, I put only one servlet which imple
, restricts its use of Catalina
class loader, I moved the web app folder to server\webapps. That didn't help
too.
After that, I put only one servlet which implements ContainerServlet from my
web-app to Manager webapp under /server/lib/webapps/manager/WEB-INF/lib,
where it started working withou