Hi, I have 2 of my application specific jarfiles which need to be used by all other applications too in tomcat 5.5.9 on linux. Hence, i am placing both the jarfiles into common/lib of tomcat binary and linking them into shared/lib of application which use them.
But, unfortunately, i get Null Pointer Exception. And my jarfiles or say classes are not getting loaded. If i put those jarfiles into application's WEB-INF/lib, it works fine. One of my jar contains servlet API in it. What could be the possible reason of failing the class loading from common/lib path? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]