Re: Use of Catalina class loader

2006-06-26 Thread Shimol Shah
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

Re: Use of Catalina class loader

2006-06-26 Thread Troy Davidson
. 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

Use of Catalina class loader

2006-06-26 Thread Shimol Shah
, 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