Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 16816 invoked from network); 27 Jul 2006 23:47:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 23:47:34 -0000 Received: (qmail 98781 invoked by uid 500); 27 Jul 2006 23:47:22 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 98757 invoked by uid 500); 27 Jul 2006 23:47:22 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 98746 invoked by uid 99); 27 Jul 2006 23:47:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 16:47:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.148.227.153] (HELO rwcrmhc13.comcast.net) (216.148.227.153) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 16:47:21 -0700 Received: from [192.168.0.100] (c-69-255-56-239.hsd1.md.comcast.net[69.255.56.239]) by comcast.net (rwcrmhc13) with ESMTP id <20060727234700m1300milmve>; Thu, 27 Jul 2006 23:47:00 +0000 Message-ID: <44C95072.4060603@apache.org> Date: Thu, 27 Jul 2006 19:46:58 -0400 From: Mark Thomas User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat and Sun's Application server References: <5F262AF387811C4BB3798FAF22B8801301D2E4@groupshare.irb.com> In-Reply-To: <5F262AF387811C4BB3798FAF22B8801301D2E4@groupshare.irb.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jon Hoffman wrote: > The problem seems to come from Sun's J2EE.jar file. This jar is needed > by the EJB client but it also conflicts with the servlet.jar file that > comes with tomcat therefore I get this warning in my Tomcat log file: > INFO: > validateJarFile(/usr/local/src/apache-tomcat-5.5.17/webapps/firewallrule > s/WEB-INF/lib/j2ee.jar) - jar not loaded. See Servlet Spec 2.3, section > 9.7.2. Offending class: javax/servlet/Servlet.class > Can anyone give me any suggestions on how to get this to work? > Thanks in advance for any help you can provide. Just an idea. Try removing the servlet-api.jar and jsp-api.jar files from common/lib and replacing them with the j2ee.jar Warning: I haven't tested this at all. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org