Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 78623 invoked from network); 8 Mar 2004 22:26:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Mar 2004 22:26:46 -0000 Received: (qmail 29896 invoked by uid 500); 8 Mar 2004 22:26:28 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 29881 invoked by uid 500); 8 Mar 2004 22:26:28 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 29859 invoked from network); 8 Mar 2004 22:26:28 -0000 Received: from unknown (HELO mta9.srv.hcvlny.cv.net) (167.206.5.42) by daedalus.apache.org with SMTP; 8 Mar 2004 22:26:28 -0000 Received: from optonline.net (mstr5.srv.hcvlny.cv.net [167.206.5.20]) by mta9.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0HUA006Q63O55V@mta9.srv.hcvlny.cv.net> for commons-user@jakarta.apache.org; Mon, 08 Mar 2004 17:26:29 -0500 (EST) Received: from [167.206.5.79] by mstr5.srv.hcvlny.cv.net (mshttpd); Mon, 08 Mar 2004 17:25:51 -0500 Date: Mon, 08 Mar 2004 17:25:51 -0500 From: vshaiva@optonline.net Subject: Re: LogConfigurationException while using STRUTS with two applications in same App Server To: commons-user@jakarta.apache.org Cc: craigmcc@apache.org Message-id: <38ff3638fec4.38fec438ff36@optonline.net> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.16 (built May 14 2003) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Priority: normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks Craig. We will try your suggestion. As I stated, this happens only when there are more than 1 web apps deployed on the server. We have verified that the commons-logging classes were not deployed at the app server level when the error occured. It seems the class loader of one web application is interfering with the other. Suspecting a similar problem, we moved the commons-logging jar file along with log4j to the application server's classpath. These classes are then loaded by the app server's class loader and visible to all web apps. The problem seems to be resolved (we are still testing). However, I am aware that the Struts Configuration manual specifically recommends against sharing Struts components across applications by deploying them at the app server level due to inter-webapp conflicts with static variables and other issues. So we would prefer to get this configured and working in the recommended way. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org