help for ClassNotFoundExcpetion

2005-06-02 Thread MEHMOOD, QAISER
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.



Re: help for ClassNotFoundExcpetion

2005-06-02 Thread Anto Paul
On 6/2/05, MEHMOOD, QAISER [EMAIL PROTECTED] wrote:

When I put these jar files in tomcat/common/lib directory , its
 working fine. Can anyone tell me
 

In Tomcat classes in common/lib cannot find a class in a
webapplication. Check the stacktrace to see what class is not found
and which class is loading this and where it is located.

-- 
rgds
Anto Paul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]