Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 10368 invoked by uid 500); 29 May 2001 20:33:22 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 10334 invoked from network); 29 May 2001 20:33:18 -0000 Received: from unknown (HELO ibm3000.wapcominc.com) (207.232.10.110) by h31.sny.collab.net with SMTP; 29 May 2001 20:33:18 -0000 Received: from pcsean (213.57.144.68 [213.57.144.68]) by ibm3000.wapcominc.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id LSDFS7B1; Tue, 29 May 2001 23:35:24 +0200 Message-ID: <000701c0e885$9b8f5450$449039d5@pcsean> From: "niv maman" To: References: <000401c0e854$385d0110$6961a8c0@devitt.local> Subject: Re: xalan ApplyXSL sample servlet fails Date: Tue, 29 May 2001 23:23:25 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N hi . did u check it with the new release of tomcat 3.2.2? ----- Original Message ----- From: "Stan Devitt" To: Sent: Tuesday, May 29, 2001 5:29 PM Subject: Re: xalan ApplyXSL sample servlet fails > I got it (or rather, DefaultApplyXSLT) to work. The resolution was: > > 1. Use xalan-j_2_0_0, and the servlet example > from there which uses ApplyXSLT > > 2. Clean up my careless classpath usage of jar files leading > instead with xalan.jar and xerces.jar from the xalan2_0_0 > distribution. > > 3. Be sure to get the right path to the servlet as the > new servlet example is now in a "servlet" package instead of > the top level of the context.) > > (I am now using tomcat 3.2.1, together with jdk1.3.1, > xerces 1.2.3 and xalan 2.0.0 on Windows 2000.) > > Thanks. > > Stan. > > ----- Original Message ----- > From: "Chris McNeilly" > To: > Sent: Tuesday, May 29, 2001 8:46 AM > Subject: RE: xalan ApplyXSL sample servlet fails > > > > Funny you should ask. I had (possibly) a very similar problem last > > week. After combing through maillists etc, I found a reference > > suggesting that there was a conflict with the xerces xml parser and the > > xml parser included with tomcat. It suggested removing parser.jar and > > jaxp.jar from the classpath in the tomcat startup scripts (tomcat.bat > > for me). That worked for me. I've only been playing with it for a day > > or two, but it doesn't seem to break tomcat and now my xalan-based > > servlets function. > > > > Chris > > >