Hi ,
Under tomcat I am integrating the uPortal and running one portlet
application in a web context.
I put my own classes under the WEB-INF/classes directory and also put
jar files in
WEB-INF/lib directory , but I am getting the error :
ClassNotFoundException ,
When I put these jar files in tomcat/common/lib directory , its
working fine. Can anyone tell me
That how and where I can specify for a web application under one
context that where are the jar
And class files.
