From owner-freebsd-java@FreeBSD.ORG Fri Jul 2 16:32:31 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD35016A4CE for ; Fri, 2 Jul 2004 16:32:31 +0000 (GMT) Received: from smtp.housing.ufl.edu (smtp.housing.ufl.edu [128.227.47.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B46ED43D46 for ; Fri, 2 Jul 2004 16:32:30 +0000 (GMT) (envelope-from WillS@housing.ufl.edu) Received: (qmail 92320 invoked by uid 98); 2 Jul 2004 12:30:28 -0400 Received: from WillS@housing.ufl.edu by smtp.housing.ufl.edu by uid 1003 with qmail-scanner-1.20 (spamassassin: 2.63. Clear:RC:1(128.227.47.18):. Processed in 0.01499 secs); 02 Jul 2004 16:30:28 -0000 X-Qmail-Scanner-Mail-From: WillS@housing.ufl.edu via smtp.housing.ufl.edu X-Qmail-Scanner: 1.20 (Clear:RC:1(128.227.47.18):. Processed in 0.01499 secs) Received: from bragi.housing.ufl.edu (128.227.47.18) by smtp.housing.ufl.edu with (RC4-MD5 encrypted) SMTP; 2 Jul 2004 12:30:28 -0400 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6556.0 Date: Fri, 2 Jul 2004 12:30:27 -0400 Message-ID: <0E972CEE334BFE4291CD07E056C76ED802E86EBA@bragi.housing.ufl.edu> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tomcat 5 and Jetspeed Thread-Index: AcRgUeJJ/P+RxScJQNWEuNDpakyEvA== From: "Will Saxon" To: Subject: Tomcat 5 and Jetspeed X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 16:32:31 -0000 Hello, I am working with Jetspeed 1.4 and Tomcat 5.0.25 on FreeBSD 5.2.1 with=20 jdk 1.4.2. I am getting the "Problem in SAX transform" errors that are a FAQ for=20 Jetspeed 1.4. Apparently a .jar needs to be copied into the=20 ${CATALINA_HOME}/common/endorsed directory to override a poor or=20 outdated XML parser included with jdk 1.4.2. I have done this, but I=20 still receive the error. Going back over the Jakarta Tomcat installation instructions, it looks=20 like they recommend starting tomcat with jsvc. Their sample startup command appears to specify the ${CATALINA_HOME}/common/endorsed dir as a system property at that time - something that tomcat50ctl does not do. I have tried to compile and use jsvc, but it does not seem to work. I=20 have also tried to extend tomcat50ctl to specify the endorsed directory during tomcat startup, but this does not appear to work either. So, I am sure that there are people using Tomcat 5.0, Jetspeed 1.4 and=20 jdk1.4.2 without experiencing XML SAX problems. If so, could you tell me what you did to make it work? -Will