Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 75983 invoked from network); 31 Jul 2003 10:31:35 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 31 Jul 2003 10:31:35 -0000 Received: (qmail 23810 invoked by uid 97); 31 Jul 2003 10:34:07 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 23803 invoked from network); 31 Jul 2003 10:34:07 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 31 Jul 2003 10:34:07 -0000 Received: (qmail 74094 invoked by uid 500); 31 Jul 2003 10:31:10 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 74081 invoked from network); 31 Jul 2003 10:31:10 -0000 Received: from sj-iport-2-in.cisco.com (HELO sj-iport-2.cisco.com) (171.71.176.71) by daedalus.apache.org with SMTP; 31 Jul 2003 10:31:10 -0000 Received: from cisco.com (171.71.177.254) by sj-iport-2.cisco.com with ESMTP; 31 Jul 2003 03:34:08 -0700 Received: from sinamdarw2k ([10.77.6.204]) by sj-core-2.cisco.com (8.12.9/8.12.6) with ESMTP id h6VAV07F010037 for ; Thu, 31 Jul 2003 03:31:01 -0700 (PDT) Reply-To: From: "Sarika Inamdar " To: Subject: Help with Tomcat 4.1.24 Date: Thu, 31 Jul 2003 16:00:59 +0530 Message-ID: <006101c3574e$d70aa310$cc064d0a@apac.cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4024 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi All, We have migrated to tomcat 4.1.24 from tomcat 3.2.23. Thanks to the tomcat-user list, we were able to deploy the tomcat successfully :-) We have one issue however !!! The tomcat 4.1.24, requires that we place all the jars which is used by the jsp's under TOMCAT_HOME/webapps/WEB-INF/lib directory. In our deployment, we use lot of 3rd party software like AdventSNMP jar, tibco jar and our own application jar. These jars are already present under our "tools" directory. But with 4.1.24 migration, we have to place all these jars under WEB-INF/lib. This will destroy our directory structure in case we want to mv all of them. To avoid this, we created soft links for the required jars under /WEB-INF/lib. The problem is tomcat server is able to DEPLOY some of the jars, and is cribbing for some jars. For Example, for AdventNetSNMP jar, tomcat throws the following error : 2003-07-31 16:07:25 ContextConfig[] Exception processing JAR at resource path /WE B-INF/lib/AdventNetSnmp.jar javax.servlet.ServletException: Exception processing JAR at resource path /WEB-IN F/lib/AdventNetSnmp.jar at org.apache.catalina.startup.ContextConfig.tldScanJar(ContextConfig.jav a:930) at org.apache.catalina.startup.ContextConfig.tldScan(ContextConfig.java:8 68) at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:647 ) at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig .java:243) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(Lifecycle Support.java:166) Is it possible that some jars get deployed and some don't ? Please lend me your inputs and suggesstions. Thanks in Advance, Sarika --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org