Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 20328 invoked from network); 19 Jul 2006 14:33:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Jul 2006 14:33:37 -0000 Received: (qmail 76573 invoked by uid 500); 19 Jul 2006 14:33:23 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 76544 invoked by uid 500); 19 Jul 2006 14:33:23 -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 76533 invoked by uid 99); 19 Jul 2006 14:33:23 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 07:33:23 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ravi.tharakan@gmail.com designates 64.233.166.182 as permitted sender) Received: from [64.233.166.182] (HELO py-out-1112.google.com) (64.233.166.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Jul 2006 07:33:22 -0700 Received: by py-out-1112.google.com with SMTP id c63so294217pyc for ; Wed, 19 Jul 2006 07:33:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=NzcvRCTk0KdRtANnYGkUW+QUVVW4e3PFWj6mRx25IXC24oWR7F8jum7t7bZL8Ot+DoCGz+C3HidwvM9Ex9Wi57/fBOrvf6tnG8xQ8uSfvmo844irwVe4iOozZCsynbDa4xaYMwPoQ1MC/tH9sAhNSxDecseCvuA7ORoskriy4l0= Received: by 10.35.93.15 with SMTP id v15mr1161843pyl; Wed, 19 Jul 2006 07:33:02 -0700 (PDT) Received: by 10.35.46.2 with HTTP; Wed, 19 Jul 2006 07:33:02 -0700 (PDT) Message-ID: Date: Wed, 19 Jul 2006 10:33:02 -0400 From: "Ravi Tharakan" To: "Tomcat Users List" Subject: Re: TransformerFactoryConfigurationError In-Reply-To: <44BE3FF4.5090302@christopherschultz.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_52469_7823982.1153319582071" References: <44BE3FF4.5090302@christopherschultz.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_52469_7823982.1153319582071 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hm. I did a full computer search for that file and I don't seem to have it. Is there a place I can download it? On 7/19/06, Christopher Schultz wrote: > > Ravi, > > > Hi. I'm having some trouble deploying a webapp I have installed on my > local > > hard drive to my Tomcat server. When I try to use some of the features > > on my > > app, I get the following errors: > > > > javax.xml.transform.TransformerFactoryConfigurationError: Provider > > org.apache.xalan.processor.TransformerFactoryImpl not found > > Looks like you are missing Xalan, which is odd, since JAXP is supposed > to give you a previously-configured XSLT engine -- which usually gets > configured by the XSLT engine itself. > > Make sure that you have xalan.jar in one of these places: > > * WEB-INF/lib in your webapp > * TOMCAT_HOME/common/lib > * JAVA_HOME/jre/lib/ext > > I'm running Java 1.4.2_10, and my JAVA_HOME/jre/lib/rt.jar /itself/ > contains the Xalan XSLT processor. I dunno about JDK 1.5, but for > 1.4.2_10, it's packaged with the JDK. > > > > -chris > > > > > ------=_Part_52469_7823982.1153319582071--