CPU usage - sometimes very high (only sometimes)

2001-12-24 Thread aaldridg
Hi all, I get a horribly high CPU usage from c2 - but only sometimes. It lasts for hours. Alternatively it seems very happy. This has nothing to do with the page request - it's happening when I put in the first request to my home page. The c2 log says it's finished - tomcat says it's finished -

AW: URI parameter after ? in xslt ??

2001-12-24 Thread Reinhard Potz
Have a look at http://xml.apache.org/cocoon/userdocs/transformers/xslt-transformer.html Reinhard -Ursprungliche Nachricht- Von: Andreas Rittershofer [mailto:[EMAIL PROTECTED]] Gesendet: Sonntag, 23. Dezember 2001 22:39 An: [EMAIL PROTECTED] Betreff: URI parameter after ? in

cocoon question

2001-12-24 Thread TJ Smith
Hello First, the background: Tomcat 3.3, Cocoon 1.8.2, Apache 1.3.22 I've encoundered an odd situation. I want to create a subproject under cocoon, call it 'foo', such that I can retrieve documents via a url like http://blah.blah.blah/cocoon/foo/foo.xml I created a context for 'foo' in

Re: cocoon question

2001-12-24 Thread David Rosenstrauch
Maybe you need a sub-sitemap for the stuff in the sub-directory. Take a look at the example included with Cocoon that demonstrates mounting a sub-sitemap. DR At 09:21 AM 12/24/01 -0500, you wrote: Hello First, the background: Tomcat 3.3, Cocoon 1.8.2, Apache 1.3.22 I've encoundered an odd

Re: AW: URI parameter after ? in xslt ??

2001-12-24 Thread Andreas Rittershofer
On 24 Dec 01, at 14:28, Reinhard Potz wrote: Have a look at http://xml.apache.org/cocoon/userdocs/transformers/xslt-transformer.html Thank you for your answer - the first one which pointed me in the right direction. In the mailing list archives is a lot of discussion, but nothing usable about

Re: cocoon question

2001-12-24 Thread Diana Shannon
TJ, I'm confused by your email. You first state that you want to retrieve documents via a url like http://blah.blah.blah/cocoon/foo/foo.xml But at the end of your email, after all your configuration efforts, you try to access the document via a __different__ URL: Trying to get foo.xml via

Re: cocoon question

2001-12-24 Thread Bertrand Delacretaz
On Monday 24 December 2001 15:21, TJ Smith wrote: I want to create a subproject under cocoon, call it 'foo', such that I can retrieve documents via a url like http://blah.blah.blah/cocoon/foo/foo.xml The 2.0 release of Cocoon includes the so-called automount setup in the main sitemap.xmap.

help regarding installing cocoon

2001-12-24 Thread Nitin Pingle
i have downloaded cocoon and extracted the tar file for my linux operatiing syste, i am following instructions as per th einstall file it says at a point [unix] ./build.sh -Dinclude.webapp.libs=yes -Dinstall.war=$TOMCAT_HOME/webapps webapp to gicv ethis command to install but there is no

Re: cocoon question

2001-12-24 Thread TJ Smith
Hi Diana I'm confused by my email too :-) I got my fingers stuck in the keyboard or something. I want to retrieve (after all my configuration efforts) the file foo.xml as http://blah.blah.blah/cocoon/foo/foo.xml Any advice would be appreciated - thanks for responding TJ - Original Message

Re: AW: URI parameter after ? in xslt ??

2001-12-24 Thread Andreas Rittershofer
On 24 Dec 01, at 14:28, Reinhard Potz wrote: Have a look at http://xml.apache.org/cocoon/userdocs/transformers/xslt-transformer.html That's really helpfull, but one error is in it: It must not be a variable, but a parameter in the stylesheet: xsl:param name=parametername//xsl:param Now the