Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 51574 invoked from network); 1 Mar 2000 16:02:39 -0000 Received: from t3-static5-24.adsl.directlink.net (HELO planck.melloni.com) (root@63.68.139.24) by locus.apache.org with SMTP; 1 Mar 2000 16:02:39 -0000 Received: from melloni.com ([192.168.1.77]) by planck.melloni.com (8.9.3/8.8.7) with ESMTP id LAA23075 for ; Wed, 1 Mar 2000 11:03:19 -0500 Message-ID: <38BD3ED6.B2B278C8@melloni.com> Date: Wed, 01 Mar 2000 10:01:26 -0600 From: Bruno Melloni X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Win98, cocoon, class not found Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I think I might have found a bug in the Win98 implementation, although I hope I'm proven wrong. I say this because I had no problem setting up this configuration on a Linux box (although with versions of the software that were 1-2 weeks older, but that shouldn't be relevant). I am using Win98, JDK 1.2.2, JSDK 2.0, Apache 1.3.12, JServe 1.1, Cocoon 1.7, Xerces 1.0.2, Xalan 0.19.5. I have setup all the pieces in the configuration and properties files as I did with Linux (with appropriate changes for DOS paths) and attempted to access http://localhost/Cocoon.xml. Cocoon has clearly begun loading (obviously from the cocoon.jar) but generated an error screen saying that it can't find the org.apache.cocoon.transformer.XalanTransformer class, which after checking I found in the cocoon.jar itself!!! I am clearly having some sort of classpath problem, although I have the proper wrapper.classpath statements for cocoon, xerces and xalan in jserv.properties. Any ideas? bruno