Re: Problem in running

2004-06-11 Thread raviv
Did your problem got solved ? [EMAIL PROTECTED] 06/11/2004 02:42 PM Please respond to Struts Users Mailing List To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject: Re: Problem in running It is not looking for struts.jar but it is looki

RE: Problem in running

2004-06-11 Thread Andrew Hill
Use of struts.jar in the ext folder isnt supported. It should be in WEB-INF/lib with each app having its own copy, otherwise bad things happen with classloaders (as you noticed). Why would it need to be in ext for you to compile your code? What IDE are you using? -Original Message- From:

Re: Problem in running

2004-06-11 Thread raviv
It is not looking for struts.jar but it is looking for : commons-logging.jar which contains the class org/apache/commons/logging/LogFactory. Pls keep common-logging.jar in the classpath. That should solve your problem. regds r-a-v-i gitanjali <[EMAIL PROTECTED]> 06/11/2004 02:32 PM Please