On Tue, 13 Nov 2001, Brian Blakeley wrote:
If you're going to use file:// you need to do a file://localhost/<path>. Well, at least I did. Trevor > 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" <[EMAIL PROTECTED]> > To: "'Brian Blakeley'" <[EMAIL PROTECTED]> > 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:[EMAIL PROTECTED]] > > > Sent: Tuesday, November 13, 2001 2:43 AM > > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > > 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" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > 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. <http://xml.apache.org/cocoon/faqs.html> > > > > > > > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > > > > For additional commands, e-mail: <[EMAIL PROTECTED]> > > > > > > > > > > > > > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > <-----------------------------------------------------------------> "How many Prolog programmers does it take to change a lightbulb?" "No." --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>