Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 44169 invoked by uid 500); 13 Nov 2001 16:06:49 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 44158 invoked from network); 13 Nov 2001 16:06:48 -0000 Message-ID: <003201c16c5d$2d923740$6701a8c0@kubla> From: "Brian Blakeley" To: , References: <003101c16c58$1dfd0e90$6500a8c0@lange1> Subject: Re: How get Cocoon 1.8.1 with Tomcat 4.0.1 working? Date: Tue, 13 Nov 2001 11:06:38 -0500 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.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi Jan, You wrote: > .context.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > context.xsl > .cookie.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > cookie.xsl > .global.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > global.xsl Comparing this to my cocoon.properties I would suggest trying the following: remove the "file:" from each line so that you have "processor.xsp.logicsheet.context.java = /usr/local/cocoon/src ...." Also I am sure that you confirmed that your locations where the same as mine? I used locate to find the *.xsl files. ( I know you did this already but just being complete). Good Luck, Jan. Brian ----- Original Message ----- From: "Jan Lange" To: "'Brian Blakeley'" Sent: Tuesday, November 13, 2001 10:29 AM Subject: RE: How get Cocoon 1.8.1 with Tomcat 4.0.1 working? > Hi Brian, > > thanks for your help, but i don't get it work. > > now I have the following error: > > Publishing Engine could not be initialized. > java.lang.RuntimeException: Error loading logicsheet at > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > util.xsl due to java.io.FileNotFoundException: > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > util.xsl (Datei oder Verzeichnis nicht gefunden) > at > org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor.java:302) > > Datei nicht gefunden = file not found > > the files are existing and the path is also correct. > > this I have wrote into the cocoon.properties file. > > .context.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > context.xsl > .cookie.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > cookie.xsl > .global.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > global.xsl > .request.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > request.xsl > .response.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > response.xsl > .session.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > session.xsl > .util.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/java/ > util.xsl > .sql.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/sql/s > ql.xsl > .esql.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/sql/e > sql.xsl > .fp.java = > file:/usr/local/cocoon/src/org/apache/cocoon/processor/xsp/library/fp/fp > .xsl > > > Can you help me again? > > thanks > Jan Lange > > > -----Original Message----- > > From: Brian Blakeley [mailto:brian.blakeley@cogeco.ca] > > Sent: Tuesday, November 13, 2001 2:43 AM > > To: cocoon-users@xml.apache.org; jan.lange@extreme-webhosting.de > > Subject: Re: How get Cocoon 1.8.1 with Tomcat 4.0.1 working? > > Importance: High > > > > > > Hi Jan, > > > > I posted this a while back shortly after I got things going. > > Hope it helps. > > > > I think what I did to get past where it sounds like you are > > was to locate > > the various resource files at the end of cocoon.properties and amended > > cocoon.properties to point to the various files ( i.e. > > util.xsl, etc.). > > > > I found the files in $COCOON_HOME/build/src/ .... > > > > Once I did that ( with cocoon.jar in the > > $TOMCAT_HOME/webapps/cocoon/WEB-INF/lib with the others) I could get > > Cocoon.xml and the samples to operate. > > > > Hope this helps. > > > > Brian > > > > ----- Original Message ----- > > From: "Jan Lange" > > To: > > Sent: Monday, November 12, 2001 7:57 PM > > Subject: How get Cocoon 1.8.1 with Tomcat 4.0.1 working? > > > > > > > Hello all, > > > > > > I have installed Tomcat 4.0.1 > > > and Cocoon 1.8.2. I have done it > > > with the manuals for Tomcat 3.x for > > > Cocoon installing. > > > > > > But it won't work. > > > > > > When I type in http://www.artada.de/Cocoon.xml > > > then I became the following error: > > > > > > Publishing Engine could not be initialized. > > > > > > java.lang.RuntimeException: Error loading logicsheet at > > > > > resource://org/apache/cocoon/processor/xsp/library/java/util.x > > sl due to > > > java.lang.Exception: Resource not found or retrieving error. > > > at > > > > > org.apache.cocoon.processor.xsp.XSPProcessor.init(XSPProcessor > > .java:302) > > > > > > I use the same config for Cocoon that I have used on > > > Tomcat 3.2.1 (where it works very fine!!) > > > > > > I don't found any manuals to Install Cocoon 1.8.2 > > > on Tomcat 4.0.1. So I have no idea what I have > > > to do, so it work on it. > > > > > > Can anybody help me? > > > Or give me a URL to a manual for do this?? > > > > > > Thanks! > > > Jan Lange > > > > > > > > > > > --------------------------------------------------------------------- > > > Please check that your question has not already been answered in the > > > FAQ before posting. > > > > > > To unsubscribe, e-mail: > > > For additional commands, e-mail: > > > > > > > > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: For additional commands, e-mail: