[FYI] Cocoon article in ComputerWoche

2002-02-10 Thread Matthew Langham
Hi, anyone with access to the German language IT weekly - Computerwoche - might like to turn to page 44 for an article on Cocoon written by Carsten and yours truly. Oh yes - and there is a two part Cocoon article in the German magazine - JavaMagazin - starting this month (issue comes out around

ComponentManager from Cocoon's framework

2002-02-10 Thread yuryx
Thanx for you help, Vadim! I undestand how I can working from the pooling connections now. With cocoon's action it's really easy. But I have one more question... Can I get ComponentManager pointer from Cocoon's framework within my JSP page? Like: <% ComponentManager manager=???

Dynamically passing different xml file to cocoon.

2002-02-10 Thread Anil_Kandula
Hi All, CocoonServlet actually reads the xml file to be converted from sitemap.xmap. Is there any way to dynamically pass a different xml file to CocoonServlet everytime. Thanks in advance for any response. Thanks & Regards, Anil.K

database

2002-02-10 Thread heli
hi all, has someone an example howto get an image out of a database (blob) and display it in html? I worked finally out how to setup a request to a database. In the docu (about actions) there is an example but without the configuration in the sitemap. Probably somebody can add it to the docu (be

Re: Newbie question::Redundant logging...

2002-02-10 Thread Stephen Clarke
> Stephen Clarke wrote: > > - Original Message - > > From: "giacomo" <[EMAIL PROTECTED]> > > To: "Cocoon" <[EMAIL PROTECTED]> > > Sent: Sunday, February 10, 2002 1:35 PM > > Subject: Re: Newbie question::Redundant logging... > > > > >> On Sun, 10 Feb 2002, Stephen Clarke wrote: > > > > I h

RE: Documentation (was: (?) xsp-request:get-attribute documentation)

2002-02-10 Thread Vadim Gritsenko
> From: Andre Thenot [mailto:[EMAIL PROTECTED]] > > On Friday, February 8, 2002, at 07:38 , Vadim Gritsenko wrote: > > >> From: Andre Thenot [mailto:[EMAIL PROTECTED]] > >> > >> I'd like to consider helping out some. > > > > This would be terrific! Just grab the CVS, or, if you don't have CVS >

Documentation (was: (?) xsp-request:get-attribute documentation)

2002-02-10 Thread Andre Thenot
On Friday, February 8, 2002, at 07:38 , Vadim Gritsenko wrote: >> From: Andre Thenot [mailto:[EMAIL PROTECTED]] >> >>Is there any documentation project going on? > > It's kind of going on continuously in the CVS :) OK, I check it out (and into it). >> I'd like to consider helping out some.

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Gerhard Froehlich
Vadim, >> >> I'm like a blind man tuning a television! >> >> >> >> I understand from the documentation that I can tune the setting in >> >> cocoon.xconf to control the cache, so that the most recently used >> >> objects are in >> >> memory and less recently used objects are on disk. But a >> >>

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Vadim Gritsenko
> From: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] > > Peter, Vadim, > > >From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > > >> I'm like a blind man tuning a television! > >> > >> I understand from the documentation that I can tune the setting in > >> cocoon.xconf to control the cache, so

RE: Fresh start with Cocoon 2.1!

2002-02-10 Thread Vadim Gritsenko
> From: Al-Qalb el-Mounir [mailto:[EMAIL PROTECTED]] > > I am using jdk1.3.1_02 that I downloaded recent from > Sun. 1.3 is good. > I could not use j2sdk1.4.0. It was complaining > about not being able to understand the major/minor > numbers. But I am satisfied with any jdk that will get > coco

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Gerhard Froehlich
Ah I forgot: Documentation MRUMemoryStore: Documentation StoreJanitor: Our documentation is not that bad. It's only -well- hidden! ~Gerhard ---

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Gerhard Froehlich
Peter, Vadim, >From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > >> I'm like a blind man tuning a television! >> >> I understand from the documentation that I can tune the setting in >> cocoon.xconf to control the cache, so that the most recently used objects are in >> memory and less recently

RE: Fresh start with Cocoon 2.1!

2002-02-10 Thread Al-Qalb el-Mounir
I am using jdk1.3.1_02 that I downloaded recent from Sun. I could not use j2sdk1.4.0. It was complaining about not being able to understand the major/minor numbers. But I am satisfied with any jdk that will get cocoon to work on my system. My machine has 350mbyte ram. I am running a second webserv

RE: Fresh start with Cocoon 2.1!

2002-02-10 Thread Vadim Gritsenko
What's your JVM? For Sun's, use: java -X to see list of options, java -Xmx150Mb to let Java use up to 150 Mb. Modify script you are using to start Tomcat to add this option. Vadim > -Original Message- > From: Al-Qalb el-Mounir [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 10,

RE: [C2] Performance Tuning - use-store for xslt

2002-02-10 Thread Vadim Gritsenko
> From: Peter Hargreaves [mailto:[EMAIL PROTECTED]] > > Hi folks, > > Please could someone help to clarify? > > Is this how I remove stylesheet caching? > >logger="core.xslt-processor"> > > > Yes. > Does the following remove the caching from all of my sitemap pipelines > (inc

RE: [C2] Performance Tuning - pool-max, pool-min and pool-grow

2002-02-10 Thread Vadim Gritsenko
> From: Peter Hargreaves [mailto:[EMAIL PROTECTED]] > > Hi Folks, > > I've read so much documentation and so many listings - and I'm confused! Could > someone help clarify please? > > Can I apply these setting to all components (in cocoon.xconf and sitemap.xmap) > or should they only be applied

RE: [C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Vadim Gritsenko
> From: Peter Hargreaves [mailto:[EMAIL PROTECTED]] Hi, That's the bunch of questions you have! > I'm like a blind man tuning a television! > > I understand from the documentation that I can tune the setting in > cocoon.xconf > to control the cache, so that the most recently used objects are

Fresh start with Cocoon 2.1!

2002-02-10 Thread Al-Qalb el-Mounir
I am running jakarta4.0.2 on RHLinux 7.1 with Apache 1.3.22ssl. I downloaded cocoon2.1 and dropped the war file in the webapps. Now when I type http://myserver.com/cocoon it takes a few moments and then spits this error page for me. The log files do not show anything wrong. What is going on, what

[C2] Performance Tuning - use-store for xslt

2002-02-10 Thread Peter Hargreaves
Hi folks, Please could someone help to clarify? Is this how I remove stylesheet caching? Does the following remove the caching from all of my sitemap pipelines (including xslt)? Or is something more subtle going on? Should I use both of these together, or is there a cas

[C2] Performance Tuning - pool-max, pool-min and pool-grow

2002-02-10 Thread Peter Hargreaves
Hi Folks, I've read so much documentation and so many listings - and I'm confused! Could someone help clarify please? Can I apply these setting to all components (in cocoon.xconf and sitemap.xmap) or should they only be applied to some components - if so which ones. Is this the correct way to

[C2] Performance Tuning - cache in memory or on disk

2002-02-10 Thread Peter Hargreaves
I'm like a blind man tuning a television! I understand from the documentation that I can tune the setting in cocoon.xconf to control the cache, so that the most recently used objects are in memory and less recently used objects are on disk. But a few points are unclear to me - could someone pl

RE: C2 Status Page - Empty

2002-02-10 Thread Vadim Gritsenko
> From: Peter Hargreaves [mailto:[EMAIL PROTECTED]] > > Hi folks, > > I've just tried the latest CVS of version 2.0.2-dev and I find on the Welcome > Page under System Tools And Pages that the Status Page is displayed with no > data > in it. > > Does any body else get this? Is it a bug? Is ther

RE: Bug In Cocoon2.0.1 ?

2002-02-10 Thread Vadim Gritsenko
> From: yuryx [mailto:[EMAIL PROTECTED]] > > Hi all! > I have use database within polled connections. > In my JSP page I try: > ComponentSelector selector=(ComponentSelector) > manager.lookup(Roles.DB_CONNECTION); Roles are defined in the cocoon.roles file now. In code, use: manager.loo

RE: servlets & C2

2002-02-10 Thread Vadim Gritsenko
> From: Stefani L. [mailto:[EMAIL PROTECTED]] > > To anyone who can help me, > > I have recently installed C2 and it works well with tomcat 4.0.1. However, I > have a java servlet that outputs XML and would like to have C2 take this and > transform it to the appropriate format as defined by the

RE: Newbie question::Redundant logging...

2002-02-10 Thread Gerhard Froehlich
Hi, http://xml.apache.org/cocoon/faq.html#faq-26 ~Gerhard --- Boren's Law: When in doubt, mumble. --- >-Original Message- >From: Stephen Clarke [mailto:[EMAIL PROTECTED]] >Sent: Sunday, February 10, 2002 7:59 AM >To: C

Re: Newbie question::Redundant logging...

2002-02-10 Thread Martin Holz
Hi, Stephen Clarke wrote: > - Original Message - > From: "giacomo" <[EMAIL PROTECTED]> > To: "Cocoon" <[EMAIL PROTECTED]> > Sent: Sunday, February 10, 2002 1:35 PM > Subject: Re: Newbie question::Redundant logging... > > >> On Sun, 10 Feb 2002, Stephen Clarke wrote: > > > I have noticed t

Re: Newbie question::Redundant logging...

2002-02-10 Thread Stephen Clarke
- Original Message - From: "giacomo" <[EMAIL PROTECTED]> To: "Cocoon" <[EMAIL PROTECTED]> Sent: Sunday, February 10, 2002 1:35 PM Subject: Re: Newbie question::Redundant logging... > On Sun, 10 Feb 2002, Stephen Clarke wrote: > > > Hello, > > I have noticed that Cocoon writes the followi

C2 Status Page - Empty

2002-02-10 Thread Peter Hargreaves
Hi folks, I've just tried the latest CVS of version 2.0.2-dev and I find on the Welcome Page under System Tools And Pages that the Status Page is displayed with no data in it. Does any body else get this? Is it a bug? Is there a fix? Peter Gateway G6-350 (392,612k RAM), NT4.0sp6, jdk-1.3.1,

Re: Newbie question::Redundant logging...

2002-02-10 Thread giacomo
On Sun, 10 Feb 2002, Stephen Clarke wrote: > Hello, > I have noticed that Cocoon writes the following four lines in my log file > every ten seconds. This is preventing my hard drive from spinning down and > unnecessarily busying the drive. Is there any way to stop it? My development > server is r

Bug In Cocoon2.0.1 ?

2002-02-10 Thread yuryx
Hi all! I have use database within polled connections. In my JSP page I try: <%@ page language="java" import="java.text.SimpleDateFormat,java.util.*, java.sql.*,org.apache.avalon.framework.component.ComponentManager,org.apache.avalon.framework.component.ComponentSelector, org.apache.aval

servlets & C2

2002-02-10 Thread Stefani L.
To anyone who can help me, I have recently installed C2 and it works well with tomcat 4.0.1. However, I have a java servlet that outputs XML and would like to have C2 take this and transform it to the appropriate format as defined by the XML file (i.e. with the appropriate stylesheet). I read

RE: Newbie question::Redundant logging...

2002-02-10 Thread Luca Morandini
Stephen, you could change the log level from DEBUG to ERROR by editing logkit.xconf. Check previuos postings on how to do this. Mind, you will loose valuable logging information during development. Best regards - Luca Morandini