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 87743 invoked from network); 12 Jun 2000 16:21:38 -0000 Received: from mail1.finsiel.it (156.54.253.3) by locus.apache.org with SMTP; 12 Jun 2000 16:21:38 -0000 Received: from sparrow.finsiel.it (156.54.176.21 [156.54.176.21]) by mail1.finsiel.it with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id MSRB1XVJ; Mon, 12 Jun 2000 18:21:36 +0200 Received: by sparrow.finsiel.it with Internet Mail Service (5.5.2448.0) id ; Mon, 12 Jun 2000 18:21:32 +0200 Message-ID: From: Montebove Luciano To: cocoon-users@xml.apache.org Subject: Problem with XSP using Cocoon on Orion Application Server Date: Mon, 12 Jun 2000 18:21:29 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Following the install instruction (actually for Tomcat) I was able to install Cocoon on Orion Server (a J2EE application server). All static XML pages are served well, but when I try the sample XSP pages I get the following error: java.lang.Exception: XSP Java Compiler: Compilation failed for _page.java 7: Package org.w3c.dom not found in import. import org.w3c.dom.*; ^ 8: Package org.xml.sax not found in import. import org.xml.sax.*; ^ 12: Package org.apache.cocoon.parser not found in import. import org.apache.cocoon.parser.*; .........(some other similar error messages) 22: Superclass _C_._orion._applications._xmlc._xmlc_web._samples._xsp.XSPPage of class _C_._orion._applications._xmlc._xmlc_web._samples._xsp._page not found. public class _page extends XSPPage { ^ 8 errors at org.apache.cocoon.processor.xsp.language.java.XSPJavaProcessor.compile(XSPJa vaProcessor.java:159) at org.apache.cocoon.processor.xsp.XSPProcessor.process(XSPProcessor.java:451) at org.apache.cocoon.Engine.handle(Engine.java:305) at org.apache.cocoon.Cocoon.service(Cocoon.java:167) at javax.servlet.http.HttpServlet.service(HttpServlet.java) at com.evermind.server.http.df.o3(JAX) at com.evermind.server.http.df.forward(JAX) at com.evermind.server.http.dm.o9(JAX) at com.evermind.server.http.dm.o8(JAX) at com.evermind.util.e.run(JAX) All the required jar are in the server lib directory (available to all servlets). What could be wrong? Any help appreciated. Luciano