Re: Cocoon and VirtualHosts - Big problem!

2004-11-17 Thread Ugo Cei
Il giorno 17/nov/04, alle 04:05, Andy Savage ha scritto: Hello Guys I'm having a real issue!! I swear I'm about to go insane if I can't make some progress. Basically, I'm a web host attempting to setup shared Tomcat/Cocoon access (only installing one instance but sharing it between different

JSR 170 Generator?

2004-11-17 Thread Stefan Burkard
hi cocoon-users does anybody know if there are plans for something like a jsr-170-generator (JSR 170 - content repository). i saw that such a repository-project (jackrabbit) is now an apache-incubator. it would be very interesting to have a generator to retreive xml-content from a

Having problems starting with CFORMS

2004-11-17 Thread Jonas Tamsyn
Hi all, I am using xsps for a while but now I would like to start using cforms. I installed the latest version of cocoon (2.1.5.1) and I tried to execute the sample registration form from the cocoon website. This is the error message I receive

RE: Converting lt;taggt; to tag, how?

2004-11-17 Thread H . vanderLinden
To me the difference is a quick solution that works for the moment. I totally agree the JS solution was ugly (and it stopped working as soon as my string got large). All solutions suggested mean I have to spend many hours figuring out how to implement it in my situation. As said, I have a tree

Re: Cocoon and VirtualHosts - Big problem!

2004-11-17 Thread Ugo Cei
Il giorno 17/nov/04, alle 04:05, Andy Savage ha scritto: I'm having a real issue!! I swear I'm about to go insane if I can't make some progress. Basically, I'm a web host attempting to setup shared Tomcat/Cocoon access (only installing one instance but sharing it between different

Re: Cocoon and VirtualHosts - Big problem!

2004-11-17 Thread Christofer Dutz
I hat several problems when trying to host several virtual-hosts with one tomcat/cocoon instance when using Apache. At the moment I simply kicked it out of the chain and modified my sitemap. At the moment all requests to my servers are processed the folowing way. Cocoon gets the request and gets

problems with sendmail logicsheet

2004-11-17 Thread marc
Hello, i've set up a mail form using the sendmail.xsl stylesheet. It's working fine on my local computer with tomcat, but once uploaded online on resin i get the following error : org.apache.cocoon.ProcessingException: Failed to execute pipeline.: org apache.cocoon.ProcessingException:

Can cocoon be used for XML pipelining in a Java application?

2004-11-17 Thread Juvvadi, Venugopal (ELS)
Hi All, I would like to know whether I can use cocoon XML pipelining in a plain Java application. I have found that the CLI option that comes with cocoon is mainly targeted for generating static web sites. Are there any other applications built on this? Regards, Venu

Re: Can cocoon be used for XML pipelining in a Java application?

2004-11-17 Thread Jean-Baptiste Quenot
* Juvvadi, Venugopal (ELS): I would like to know whether I can use cocoon XML pipelining in a plain Java application. I have found that the CLI option that comes with cocoon is mainly targeted for generating static web sites. Are there any other applications built on this? What

Re: Cocoon and VirtualHosts - Big problem!

2004-11-17 Thread gounis
we serve several domains in the same box using apache at front take a look here: http://wiki.apache.org/cocoon/VirtualHost --stavros On Wed, 17 Nov 2004, Andy Savage wrote: Hello Guys I'm having a real issue!! I swear I'm about to go insane if I can't make some progress. Basically, I'm

Dynamic numbers of parameters for SQLTransformer?

2004-11-17 Thread Stephan Coboos
Hello, I need the substitution feature of the SQL-Transformer http://cocoon.apache.org/2.1/userdocs/transformers/sql-transformer.html#Substitution But the number of my parameters must be dynamically setted. So I can't define them within the sitemap as sitemap-parameter. Is there a way, to pass

Stress testing cocoon website

2004-11-17 Thread Andrew M
Hi, are there any load/performance tools available that can be used to stress test a cocoon site? many thanks Andrew - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Stress testing cocoon website

2004-11-17 Thread sg
Hi, jmeter and grinder are useful. HTH Stefan Zitiere Andrew M [EMAIL PROTECTED]: Hi, are there any load/performance tools available that can be used to stress test a cocoon site? many thanks Andrew - To

Re: out or memory error (OJB/JDO/FlowScript)

2004-11-17 Thread Antonio Gallardo
Hi Paul: Please provide cocoon version. But before reply, please try to allow your tomcat use more memory. Best Regards, Antonio Gallardo Paul Joseph dijo: Hi, I tried to ask this question at the apache ojb list, but it bounced..so thought I'd try here! Using Flow script, I have a query

Intermittent error: page stops loading

2004-11-17 Thread Derek Hohls
I have a problem that I think might relate to memory. but cannot track down how and where to solve it. I have a page that loads fine for a while.. it results from a pipeline that works with a number of other components; e.g. reading files from disk. The page works fine for a while but suddenly,

Re: Stress testing cocoon website

2004-11-17 Thread Antonio Gallardo
[EMAIL PROTECTED] dijo: Hi, jmeter and grinder are useful. jmeter: http://jakarta.apache.org/jmeter/index.html Best Regards, Antonio Gallardo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Stress testing cocoon website

2004-11-17 Thread Andrew M
Stefan, thanks for that. I have setup Jmeter and an running a jdbc user test. How do I get more meaningfull results? regards Andrew On 17 Nov 2004, at 12:54, [EMAIL PROTECTED] wrote: Hi, jmeter and grinder are useful. HTH Stefan Zitiere Andrew M [EMAIL PROTECTED]>: Hi, are there any

Re: Intermittent error: page stops loading

2004-11-17 Thread Antonio Gallardo
Hi Derek: Can you try to update to 2.1.6? I guess the problem is related to the cache we used in 2.1.5. Best Regards, Antonio Gallardo Derek Hohls dijo: I have a problem that I think might relate to memory. but cannot track down how and where to solve it. I have a page that loads fine for

Re: out or memory error (OJB/JDO/FlowScript)

2004-11-17 Thread Paul Joseph
Hi Antonio, Thank you very much for replying. I read your example VERY closely and am trying to follow the same especially your remark about the persistent manager to be created only once. I am using Cocoon 2.1.5.1 also some additional info. in case it helps (hopefully doesn't bore you!) I am

Re: Can cocoon be used for XML pipelining in a Java application?

2004-11-17 Thread Antonio Gallardo
Juvvadi, Venugopal (ELS) dijo: Hi All, I would like to know whether I can use cocoon XML pipelining in a plain Java application. I have found that the CLI option that comes with cocoon is mainly targeted for generating static web sites. Are there any other applications built on this?

Re: Stress testing cocoon website

2004-11-17 Thread sg
I personal have use the webplugins and run the queries against a url http://otherhost/myAction.xml, http://otherhost/myActionWithXSLT.html http://otherhost/myActionWithi18n.xml etc... I sugget running jMeter on a other box then your cocoon. HTH Stefan Zitiere Andrew M [EMAIL PROTECTED]:

Re: Intermittent error: page stops loading

2004-11-17 Thread Leszek Gawron
Derek Hohls wrote: I have a problem that I think might relate to memory. but cannot track down how and where to solve it. I have a page that loads fine for a while.. it results from a pipeline that works with a number of other components; e.g. reading files from disk. The page works fine for a

RE: Can cocoon be used for XML pipelining in a Java application?

2004-11-17 Thread Juvvadi, Venugopal (ELS)
But it is mainly built for link traversal which I think works mainly for HTML applications. What I am really looking for is transform xml files and serialize them to a database. Regards, Venu -Original Message- From: Jean-Baptiste Quenot [mailto:[EMAIL PROTECTED] Sent: 17 November 2004

Re: Stress testing cocoon website

2004-11-17 Thread Andrew M
Stefan, webplugins? What webplugins?? regards Andrew On 17 Nov 2004, at 14:07, [EMAIL PROTECTED] wrote: I personal have use the webplugins and run the queries against a url http://otherhost/myAction.xml, http://otherhost/myActionWithXSLT.html http://otherhost/myActionWithi18n.xml etc... I

Re: Stress testing cocoon website

2004-11-17 Thread sg
Sorry the correct name ist http request sampler. That will help you: http://javaboutique.internet.com/tutorials/JMeter/ cheers, Stefan itiere Andrew M [EMAIL PROTECTED]: Stefan, webplugins? What webplugins?? regards Andrew On 17 Nov 2004, at 14:07, [EMAIL PROTECTED] wrote: I

RE: Can cocoon be used for XML pipelining in a Java application?

2004-11-17 Thread Antonio Gallardo
Perhaps xalan is your solution: http://xml.apache.org/xalan-j/index.html Best Regards, Antonio Gallardo Juvvadi, Venugopal (ELS) dijo: But it is mainly built for link traversal which I think works mainly for HTML applications. What I am really looking for is transform xml files and

RE: Can cocoon be used for XML pipelining in a Java application?

2004-11-17 Thread Juvvadi, Venugopal (ELS)
I am looking for something more than Xalan like multiple transformations on XML and something similar to Orbeon. -Original Message- From: Antonio Gallardo [mailto:[EMAIL PROTECTED] Sent: 17 November 2004 15:38 To: [EMAIL PROTECTED] Subject: RE: Can cocoon be used for XML pipelining in

Re: Stress testing cocoon website

2004-11-17 Thread Andrew M
Stefan, that was great! Thanks for all your help. regards Andrew On 17 Nov 2004, at 14:43, [EMAIL PROTECTED] wrote: Sorry the correct name ist http request sampler. That will help you: http://javaboutique.internet.com/tutorials/JMeter/ cheers, Stefan itiere Andrew M [EMAIL PROTECTED]: Stefan,

Re: Stress testing cocoon website

2004-11-17 Thread Bertrand Delacretaz
are there any load/performance tools available that can be used to stress test a cocoon site? Simple tools like wget and ab (http://httpd.apache.org/docs-2.0/programs/ab.html) also work wonders if you're a bit creative in bashing your server with them. Calling these from tight loops in shell

Re: Can cocoon be used for XML pipelining in a Java application?

2004-11-17 Thread Upayavira
Juvvadi, Venugopal (ELS) wrote: I am looking for something more than Xalan like multiple transformations on XML and something similar to Orbeon. The CocoonBean has a method to generate a page from a URL and write it to an output stream. That might do it. Upayavira -Original Message-

Cocoon portal and META Tag

2004-11-17 Thread Anna Bikkina
Hi, I have a wierd problem using META tab in HEAD of my HTML in cocoon portal. May be this is a html question more than a portal question. Can someone please help me solve this one.. I have been working on this for more than a week now. I have a html form in a cocoon coplet(page1.xsp). When I

Re: Cocoon portal and META Tag

2004-11-17 Thread Anna Bikkina
I think cocoon is somewhere internally storing my previous request values because before submit I called a javascript and checked the variables entered in page2 it displays right variables but then it still posts page1 variables and this is happening only when the submit type of form in page2 is

Re: HTMLarea in a table in IE doesn't show up, help anyone?

2004-11-17 Thread Andreas Schmid
Just try to set a explicid hright to your table cell (td) eg table style=height:200px; width:200px; tr td textarea style=height:200px; width:200px; / /td /tr /table I think this would do [EMAIL PROTECTED] wrote: Hi, I read a post somewhere that HTMLarea doesn't