RE: cocoon 2 and tomcat 4

2001-09-25 Thread Morrison, John
The reason is to do with the following message: >On Mon, 24 Sep 2001, Glenn Nielsen wrote: > >> Date: Mon, 24 Sep 2001 07:33:01 -0500 >> From: Glenn Nielsen <[EMAIL PROTECTED]> >> Reply-To: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED] >> Subject: Tomcat 4 jaxp.jar and crimson.jar now in common/lib

Re: cocoon 2 and tomcat 4

2001-09-25 Thread Tobias Luikard
Hi, I downloaded Cocoon RC 1 and Tomcat 4.0 final. There the same happens to me. It tried all cominations With Tomcat 4 I got allways the message: org.apache.cocoon.ProcessingException: Exception in Handler: org.apache.avalon.framework.component.ComponentException: Could not set up Component fo

Re: cocoon 2 and tomcat 4

2001-09-25 Thread Tobias Luikard
Ups sorry. But I was wrong. With CocoonRC and Tomcat 3.2.3. the same error occures like with Tomcat 4 By Tobi Tobias Luikard wrote: > Hi, > > I downloaded Cocoon RC 1 and Tomcat 4.0 final. There the same happens to me. It > tried all cominations > > With Tomcat 4 I got allways the message: > >

RE: [Announcement] Apache Cocoon 2 RC Release

2001-09-25 Thread Henrik Hofmann
-Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent: Montag, 24. September 2001 17:52 To: [EMAIL PROTECTED] Subject: AW: [Announcement] Apache Cocoon 2 RC Release Hi Jose, you compiled cocoon 2 with the javax.naming package available, which results in including t

AW: [Announcement] Apache Cocoon 2 RC Release

2001-09-25 Thread Carsten Ziegeler
Hi, delete your work directory before restarting the servlet engine and it should work. I just uploaded a new distribution of Cocoon2 which should not have these problems anymore. Carsten > -Ursprungliche Nachricht- > Von: Henrik Hofmann [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag,

Re: cocoon 2 and tomcat 4

2001-09-25 Thread Christofer Dutz
I am encoutering the exactly same problem. When running the combination Tomcat-4.0 Cocoon2.0rc2 I get the same error messages. Even after changing jaxp.jar and crimson.jar. Do I have to change anything else ? Regards, Christofer Dutz - Original Message - From: "Morrison, John" <[EM

non-existing -src and sitemap-recompilation

2001-09-25 Thread Jörg Heinicke
Hi, we have a problem with our sitemap(s) here. We are working with one central cocoon2b2-version and for anyone a sub-sitemap and for anyone and any project a sub-sub-sitemap. Adding a non-existing -src causes an error java.lang.ClassNotFoundException: org.apache.test of course. The problem

jikes compiler

2001-09-25 Thread Andrew Answer
Hello cocoon-users, how to use IBM jikes compiler instead of javac? cocoon.xconf: not work. [ java.lang.ClassNotFoundException: Jikes ] -- Best regards, Andrew mailto:[EMAIL PROTECTED] - Please c

Re: Newbie Question (Static HTML from Cocoon2)

2001-09-25 Thread Arno Illmann
Oh. Yes. I hit the wrong button! .-) Arno giacomo schrieb: > > On Mon, 24 Sep 2001, Arno Illmann wrote: > > Arno > > Please post in english or in private. > > TIA > > Giacomo > > > oder z.B mit Webcopier (mein favorite, ist auch freeware) oder noch anderen >"offline browsern". Aber warum

Re: ctwig update

2001-09-25 Thread Gritsenko
Thank You Jeremy! Viktor - Original Message - From: "Jeremy Aston" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 24, 2001 10:30 PM Subject: ctwig update > Just a quick note to advise that cTwIG - the C2 Idiots Guide - has been > converted from raw HTML to xdocs

RE: jikes compiler

2001-09-25 Thread Henrik Hofmann
-Original Message- From: Andrew Answer [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 25. September 2001 13:27 To: [EMAIL PROTECTED] Subject: jikes compiler Hello cocoon-users, how to use IBM jikes compiler instead of javac? cocoon.xconf: not work. [ java.lang.ClassNotFoundException:

Documentation of sitemap syntax, XSP-Logicsheets and configuring for actions

2001-09-25 Thread Arno Illmann
Dear Cocoon Users and Developers, Ahead I beg your pardon for my germlish. Following a few questions about sitemap syntax, XSP-Logicsheets and configuring for actions. I think these questions are a good example for the questions of a c2 idiot v0.2RC1 0:) . The answers should be added in the b

Re: Tomcat 4.0 + Cocoon2 rc1 on RedHat 6.2

2001-09-25 Thread Sergio Carvalho
If you are using a recent linux, like Suse 7.1/7.2 or RH 7.1, try doing: ulimit -s 1024 before launching any Java application. This is a documented bug, and is a side effect of a bug correction in recent glibc (JDK relied on the erroneous behaviour). On Mon, 24 Sep 2001 17:05:08 -0600, Lajos Moc

Re: Documentation of sitemap syntax, XSP-Logicsheets and configuring for actions

2001-09-25 Thread Sergio Carvalho
1) I think you have to use the cocoon: protocol to refer to internal resources for parts in 2) Dunno... 3) Since Cocoon pipelines its content, when an XSP page is being processed there is no guarantee that HTTP output hasn't already begun. So, using C2's architecture, it is impossible to have a

Re: Documentation of sitemap syntax, XSP-Logicsheets and configuring for actions

2001-09-25 Thread Arno Illmann
Yes, thanks. Where can I find information about this protocol ? :) Wasn't in the docs on the c2 site or in the how-to from Berin Loritsch. The tag isn't described there too. [EMAIL PROTECTED] wrote: > 1) I think you have to use the cocoon: protocol > to refer to internal resources for parts i

Re[2]: jikes compiler

2001-09-25 Thread Andrew Answer
Hello Henrik, It's too simply, but isn't right. Sorry for inexact problem decsription. Jikes java compiler written by IBM on C++ and compiled under all platforms. It's exe file (jikes.exe) under Windows, and i don't know how write path to jikes into cocoon.xconf. If jikes can be used therefore mu

Re: [C2] sample httpd.conf for TomCat 4 + C2

2001-09-25 Thread Jeremy Quinn
At 4:04 PM +1000 24/9/01, Jeff Turner wrote: >On Sun, Sep 23, 2001 at 04:42:10PM +0100, Jeremy Quinn wrote: >> Hi >> >> >> I am trying to get TomCat 4.0 and Cocoon 2.1b to run behind Apache 1.3. >[..] >> >> I get an 'Invalid virtual host name' error on line 4, ie. the line trying >> to set up the

Re: jikes compiler

2001-09-25 Thread Berin Loritsch
Andrew Answer wrote: > > Hello cocoon-users, > > how to use IBM jikes compiler instead of javac? > cocoon.xconf: > > not work. > [ java.lang.ClassNotFoundException: Jikes ] Try the wrapper class in the same format as above: The value is a fully qualified class name that implements the Co

Re: jikes compiler

2001-09-25 Thread Berin Loritsch
Andrew Answer wrote: Official answer from a Cocoon Guru: In order to use Jikes, you have to do three things: 1) Ensure the Jikes executable is in your system PATH. 2) In web.xml enter the path to your rt.jar in your "extra-classpath" initial parameter. 3) Set your compiler to "org.apache.co

RE: Re[2]: jikes compiler

2001-09-25 Thread Vadim Gritsenko
Andrew, will solve your problem. Please note that you have to have rt.jar in your classpath in order to use Jikes. Vadim > -Original Message- > From: Andrew Answer [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 25, 2001 8:43 AM > To: Henrik Hofmann > Subject: Re[2]: jikes compi

RE: Tomcat 4.0 + Cocoon2 rc1 on RedHat 6.2

2001-09-25 Thread Karl Oie
if you are running rh7.1 you can install jdk1.3.1 and it will run fine, atleast for me. i have encountered the same problem on slackware8 where i stepped down to 1.3 from www.blackdown.org, and that also runs fine now. mvh karl > -Original Message- > From: Sergio Carvalho [mailto:[EMAI

Re: Cocoon and dbXML

2001-09-25 Thread Tobias Luikard
Hi Gianugo, now i works. I only added the jar to the jakarta-tomcat-3.2.3\webapps\cocoon\WEB-INF\lib directory with doesn't work. In the jakarta-tomcat-3.2.3\lib\ directory they were better treated .-) I'm so happy .-) By Tobi Tobias Luikard wrote: > Hi Gianugo, > > this Classes work? Cool,

C2rc1: Content aggregation and sub sitemaps (No pipeline matched request)

2001-09-25 Thread Paolo
I need to create a XML page as result of aggregation of more XML pages taken from sub sitemaps (placed into subfolders). The directory tree is something like: /sitemap.xmap /customer/sitemap.xmap /home/sitemap.xmap /mailbox/sitemap.xmap /admin/sitem

RE: C2 : parametered XSL stylesheets (was : RE: Cocoon2 : Managing URL-encoded parameters)

2001-09-25 Thread Max Larsson
HI, if you instruct the transformer to make the request parameters visible for your stylesheet it should work: . best regards Max And does anyone know how to send these parameters to a parametered XSL stylesheet ? Olivier -Message d'origine

R: Pipeline caching...

2001-09-25 Thread Paolo
Hi Vadim... Thank you for your precious reply! About caching... another question: the caching validity is application-relative, session-relative or page-relative? Is there any way to define application-scope variables within cocoon? Thank you, Paolo Scaffardi AIRVENT SAM S.p.A. -Messaggio

RE: C2 : parametered XSL stylesheets (was : RE: Cocoon2 : Managing URL-encoded parameters)

2001-09-25 Thread Olivier Boulanger
Thanks a lot. I've found what was wrong with my sitemap, and everything is now working fine. -Message d'origine- De : Max Larsson [mailto:[EMAIL PROTECTED]] Envoyé : mardi 25 septembre 2001 15:10 À : [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet : RE: C2 : parametered XSL stylesheets (was :

Re: non-existing -src and sitemap-recompilation

2001-09-25 Thread Jörg Heinicke
Even the deleting of the Tomcat/work/cocoon/cache-dir and of the Tomcat/work/cocoon/org/.../public_cocoon/user/ (where the sitemap_xmap.java and .class are stored) works. Only restarting of Tomcat helps. Joerg Original Message Subject: non-existing -src and sitemap-recompilat

Re[2]: jikes compiler

2001-09-25 Thread Andrew Answer
Hello Berin, Thanks, all working! I can see jikes wrapper in cocoon sources earlier... it's bug in my head :) Tuesday, September 25, 2001, 7:50:25 PM, you wrote: > Andrew Answer wrote: > Official answer from a Cocoon Guru: > In order to use Jikes, you have to do three things: > 1) Ensure th

Documentation / API - Doc

2001-09-25 Thread Arno Illmann
Dear Cocooners! Where can I find the API-Docs for C2? Could it be a part in the answers for my questions in thread "Documentation of sitemap syntax, XSP-Logicsheets and configuring for actions" two threads before? I know, the Cocoon developers are commenting there code like in \src\org\apache

RE: Configure a oracle db conection in cocoon2

2001-09-25 Thread Alberto Garcia
Hi everybody, and thank you Lajos. We have done the connection with the oracle db. And now our problem is that cocoon doesn´t recognize the esql namespace. How do we have to configure the sitemap in order to recognize the esql namespace? Thak you again and "Saludos Cordiales" Alberto - Ori

FOP .20

2001-09-25 Thread Mark S. Kent
Does the latest release of FOP (.20) work with Cocoon 1.8.2? I tried using the included FOP .15 version with the Cocoon distribution, but realized it is seriously lacking a few key components that I'd like to use. Peace, Mark

Documentation / API - Doc

2001-09-25 Thread Arno Illmann
Dear Cocooners! Where can I find the API-Docs for C2? Could it be a part in the answers for my questions in thread "Documentation of sitemap syntax, XSP-Logicsheets and configuring for actions" two threads before? I know, the Cocoon developers are commenting there code like in \src\org\apache

RE: Pipeline caching...

2001-09-25 Thread Vadim Gritsenko
Key must identify your generated page, and it does not necessary mean that one XSP file must have just one key - because one XSP file may generate lots of pages depending on environment parameters. Consider following example: XSP generates a catalogue page and takes a parameter CategoryID. Then,

Re: Documentation / API - Doc

2001-09-25 Thread Berin Loritsch
Arno Illmann wrote: Try here: http://xml.apache.org/cocoon2/apidocs/ > > Dear Cocooners! > > Where can I find the API-Docs for C2? Could it be a part in the answers for my >questions in thread "Documentation of sitemap syntax, XSP-Logicsheets and configuring >for actions" two threads before

Logging problem

2001-09-25 Thread Alexander Smirnoff
Hi all, Some newbie question arised. I use c2b2 and cannot see the log files where it suppose to be. This is my log definition in web.xml: ... log-level DEBUG log-dir /WEB-INF/logs log-name my.log ... So the problem is that /WEB-INF/logs is empty and all c

Re: Documentation / API - Doc

2001-09-25 Thread Arno Illmann
Yes, thanks. Where can I find information about the cocoon: protocol ? :) Wasn't in the docs on the c2 site or in your how-to. The tag isn't described there too. Or am I with eyes close? And a much thanks for your how-to-tutorial v1.0. - very good readable and much enlighning to me (with ge

Re: Configure a oracle db conection in cocoon2

2001-09-25 Thread Lajos Moczar
Alberto: The esql logicsheet should already be defined in cocoon.xconf. See http://xml.apache.org/cocoon2/logicsheet-esql.html for the specifics of what goes in there in case it's missing in your copy. Lajos Alberto Garcia wrote: > Hi everybody, and thank you Lajos. > > We have done the co

Re: cocoon 2 and tomcat 4

2001-09-25 Thread Rajkumar, Joseph
Hi I am also getting the very same error on a Sun solaris 2.7 with a fresh install of Tomcat-4.0 and Cocoon-2.0RC1. I have a site running Tomcat-4.0B7 and cocoon - 2.0B2 with no problems. Regards Joseph Rajkumar Wes Morgan wrote: > I am getting the same error on a clean install of bot

Re: C1 [1.8.2] and national char

2001-09-25 Thread Hubert NEOtyk Iwaniuk
hello Remek, are you using xsp, in 1.8.2 is bug that wont let you produce national characters 1.8.3-dev is ok. if you are not using xsp, so you have only xml, and xsp, it should work. you can see my test for static (xml, xsl) generated html under http://office.ferienwelt.com.pl/cocoon/xml/test6.xm

Re: cocoon 2 and tomcat 4

2001-09-25 Thread Ed Nixon
I've managed to get beyond this problem by following these steps: 1. Shutdown Tomcat 2. Delete the JAXP, CRIMSON (and PARSER) jars from TOMCAT_HOME/common/lib directory (Apparently, these files have been moved with the upgrade of Tomcat4) 3. Copy Xerces and Xalan jars from the Cocoon lib distribu

i18n & with subelements

2001-09-25 Thread Gustav Liden
I am developing an international website with mainly static content, but have run into a problem related to i18n. I would like to translate whole paragraphs of text using the i18n framework, but would like these paragraphs to contain some more or less html-like tags. The problem is that I18nTrans

addLogicsheetToList Error while using c2

2001-09-25 Thread Michael Bierenfeld
Hi there, still struggling. I have copied the generate examples from the xsp guide sitemap.xconf is mounted from master sitemap in the webapps/cocoon dir. sniplet logicsheet.greeting is the same as in the docs greeting3.xml is copied to greeting.xml and greeting.xsl is

Re: i18n & with subelements

2001-09-25 Thread Piroumian, Konstantin
> I am developing an international website with mainly static content, but > have run into a problem related to i18n. > > I would like to translate whole paragraphs of text using the i18n framework, > but would like these paragraphs to contain some more or less html-like tags. > The problem is tha

RE: C2 : parametered XSL stylesheets (was : RE: Cocoon2 : Managing URL-encoded parameters)

2001-09-25 Thread florent barbare
hi all, surely a newbie question but don't found anything in the FAQs.. I'm using cocoon 2 with tomcat 4. i'll want to convert seconds (in my xml file), to display, with the associated xsl file, in format like "hour:minutes:seconds". any idea ? Thanks in advance Florent ---

Re: i18n & with subelements

2001-09-25 Thread Michael McKibben
Would it work if the text was wrapped as CDATA? I.e. Regards, --mike On Tue, 25 Sep 2001, Piroumian, Konstantin wrote: > > I am developing an international website with mainly static content, but > > have run into a problem related to i18n. > > > > I would like to translate whole paragraphs

[c1] Cocoon / Tomcat / XSL Files

2001-09-25 Thread Brent L Johnson
I'm not sure this is really the best mailing list to direct this to - but since it is directly related to Cocoon I'll try anyways. I'm using ESQL in many different documents for reading info out of a database. The problem is, the database username and passwords are stored in cleartext in the XSL

Re: Documentation / API - Doc

2001-09-25 Thread Sergio Carvalho
Some elements, like actions, have their documentation in javadoc. Do a ./build.sh javadoc and ant will generate the javadocs for you. On Tue, 25 Sep 2001 15:44:23 +0200, Arno Illmann wrote: From: Arno Illmann <[EMAIL PROTECTED]> -- > Dear Cocooners! > > Where can I find the API-Docs for C2? Co

Re: [c1] Cocoon / Tomcat / XSL Files

2001-09-25 Thread Sergio Carvalho
If you are using apache on the frontend, you can use mod_rewrite to forbid any ^.*xsl$ request. See the URL rewriting guide: http://httpd.apache.org/docs/misc/rewriteguide.html On Tue, 25 Sep 2001 13:53:09 -0400, Brent L Johnson wrote: From: "Brent L Johnson" <[EMAIL PROTECTED]> -- > I'm not s

RE: i18n & with subelements

2001-09-25 Thread Gustav Liden
No, I gave that a shot, but the CDATA element is maintained intact through all processing steps showing "The first paragraph" as text also in HTML. Thanks anyway for the tip :) Thanks also Konstantin for your answer! It saved me alot of trial and error. Regards, Gustav -Original Message--

Re: [c1] Cocoon / Tomcat / XSL Files

2001-09-25 Thread giacomo
On Tue, 25 Sep 2001, Sergio Carvalho wrote: > > If you are using apache on the frontend, you can use mod_rewrite to forbid any > ^.*xsl$ request. See the URL rewriting guide: > http://httpd.apache.org/docs/misc/rewriteguide.html As Cocoon2 is controlling its hole URI space in the sitemap you ca

Re: [C2] sample httpd.conf for TomCat 4 + C2

2001-09-25 Thread Jeremy Quinn
At 1:45 PM +0100 25/9/01, Jeremy Quinn wrote: >At 4:04 PM +1000 24/9/01, Jeff Turner wrote: >>On Sun, Sep 23, 2001 at 04:42:10PM +0100, Jeremy Quinn wrote: >>> Hi >>> >>> >>> I am trying to get TomCat 4.0 and Cocoon 2.1b to run behind Apache 1.3. >>[..] [snip] This sample is beginning to work on

Re: [C2] sample httpd.conf for TomCat 4 + C2

2001-09-25 Thread Colin Paul Adams
> "Jeremy" == Jeremy Quinn <[EMAIL PROTECTED]> writes: Jeremy> I have this in a file loaded by the main httpd.conf Jeremy> LoadModule webapp_module libexec/httpd/mod_webapp.so Jeremy> AddModule mod_webapp.c DocumentRoot /cocoon ServerName Jeremy> localhost WebAppConnection w

Fwd: Cocoon 1.8 to cocoon 2.0 docs?

2001-09-25 Thread Russell Castagnaro
Aloha all, Are there any docs that would help converting from cocoon 1.x to cocoon 2. It seems so different. -- Best regards, Russellmailto:[EMAIL PROTECTED] - Please check that your question

What's the differences between Cocoon and servlet+XSL ?

2001-09-25 Thread smallufo
I tried Cocoon , followed the steps mentioned in "Java and XML". Now , I can use servlet+XSL , and the result is the same ( except XSP ) . Except for XSP (which I am not very appreciate , because I think it mix the logic with presentation . Well , maybe because I don't understand the essence

Re: What's the differences between Cocoon and servlet+XSL ?

2001-09-25 Thread Bertrand Delacretaz
> I don't know what is the difference between Cocoon and > servlet+XSL , can anybody explain it ? Among many others, one of the main advantages of Cocoon is the sitemap mechanism, which will allow you to dynamically build "processing pipelines" (Generator -> Transformers -> Serializer) accordi

Re: [c1] Cocoon / Tomcat / XSL Files

2001-09-25 Thread Derek Hohls
Brent A while back, there was a post about using the cocoon.properties file to store DB parameters -its fairly straightforward, but I could just not get it to work with my DB (mySQL) - using this approach would have the advantage of allowing multiple files to access one set of values; also eas

RE: What's the differences between Cocoon and servlet+XSL ?

2001-09-25 Thread Ming Fai
Hi, this is the first time I send message to this mail list. Recently, I'm exploring Jetspeed and Cocoon. To my understanding, the two projects are focus on different things, Jetspeed is a portal platform that focus on the organization each 'component' on web pages, while cocoon is a web publishi

Installation Problem

2001-09-25 Thread SIddharth Paralikar
  - Original Message - From: SIddharth Paralikar To: [EMAIL PROTECTED] Sent: Wednesday, September 26, 2001 12:48 PM Hi ,   I am new to cocoon, i am trying to build the cocoon.war but its givin me error that build failed due to javax.xml.transform.TransformfactoryConfigurationError