Jetty versus Tomcat

2004-06-26 Thread Colin Paul Adams
Is there any reason to have Tomcat installed with Cocoon 2.1.5. Can I just not use Jetty for both development and live deployment? Are there any downsides to using Jetty? -- Colin Paul Adams Preston Lancashire - To unsubscribe,

Re: Jetty versus Tomcat

2004-06-26 Thread David Crossley
Colin Paul Adams wrote: Is there any reason to have Tomcat installed with Cocoon 2.1.5. Can I just not use Jetty for both development and live deployment? Are there any downsides to using Jetty? We are very happy with using Jetty for production. We use the full Jetty distribution there. We

Using JSPGenerator as template engine for flow?

2004-06-26 Thread Stephan Coboos
Hello, has someone ever used JSPGenerator as underlying template engine instead of JXTemplate? Is it possible to use it with flow? When not, what modifications are to do, to use JSPGenerator with flow? Reason: I need taglibs but the cocoon taglibs not well supported, documented and doesn't

Re: Problem with cocoon 2.1.5, tomcat 5.0.9 on Mac OS X 10.3 with Java 1.4.2_03

2004-06-26 Thread Ugo Cei
Il giorno 26/giu/04, alle 00:18, Thomas B Winans ha scritto: If anyone there can assist me as a cocoon newbie, I would appreciate it very much. Since you are a newbie, you'd better follow the advice in INSTALL.txt and use the bundled Jetty container. I have downloaded cocoon 2.1.5 and tomcat

Re: Excel Generator

2004-06-26 Thread Antonio Gallardo
Hi Patrick, Thanks for the patch. I made a bugzilla report for your contribution: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29817 Best Regards, Antonio Gallardo Patrick Herber dijo: Hi, for a project I needed to create a simple Generator, which takes an Excel Workbook as input and

Re: Problem with cocoon 2.1.5, tomcat 5.0.9 on Mac OS X 10.3 with Java 1.4.2_03

2004-06-26 Thread Joerg Heinicke
On 26.06.2004 10:47, Ugo Cei wrote: I have downloaded cocoon 2.1.5 and tomcat 5.0.9, ensured I extracted cocoon 2.1.5 using gnutar (so I believe file names have not been mangled in some way), built the cocoon war, placed it in tomcat's webapps folder ... all seems to go well until using a

Mount-table.xml and building the webapp [Was: Jetty versus Tomcat]

2004-06-26 Thread Colin Paul Adams
David == David Crossley [EMAIL PROTECTED] writes: David We are very happy with using Jetty for production. We use David the full Jetty distribution there. Thank you for that endorsement. I too am now happy (Tomcat complained about the cocoon.war file). David We just configure it

Re: Tomcat won't expand cocoon.war

2004-06-26 Thread Joerg Heinicke
On 26.06.2004 06:17, Colin Paul Adams wrote: Joerg Building a WAR, deploying it in webapps Joerg dir and solving the endorsed libs problem should be Joerg sufficient for every Tomcat version. What's this problem then. I can't see it mentioned in install.txt. I don't know. I never came

Re: Tomcat won't expand cocoon.war

2004-06-26 Thread Colin Paul Adams
Joerg == Joerg Heinicke [EMAIL PROTECTED] writes: Joerg On 26.06.2004 06:17, Colin Paul Adams wrote: Building a Joerg WAR, deploying it in webapps dir and solving the endorsed Joerg libs problem should be sufficient for every Tomcat version. What's this problem then. I can't see

Re: XSP Error handling with SAX line column numbers

2004-06-26 Thread Joerg Heinicke
On 15.06.2004 16:00, Nigel Whitaker wrote: My problem is that I cannot get at the line/column number details in saxerror.xslt because the notifier generator at this point has converted everything to CDATA (I added a logging transformer after the notifying generator), so that the SAXParseException

Re: trouble with request.setCharacterEncoding('UTF-8')

2004-06-26 Thread Joerg Heinicke
On 16.06.2004 13:30, Helmut Ackermann wrote: I have a jsp-page that creates a html-form everything UTF-8 encoded. Now I want to read the request parameter (send with method post) UTF-8 encoded, but it seems that the paramters fetched within the jsp and some helper java classes will always use the

Re: How to compile XSP yourself (automated builds)?

2004-06-26 Thread Joerg Heinicke
On 17.06.2004 18:10, Marcial Rosales wrote: I have tried to generate a small piece of code that allow me to compile the XSP pages outside Cocoon runtime. I intend to compile all the xsp files during each build so that we can guarantee that everything is fine. Maybe it's better to try the CLI and

Re: merging to webapps

2004-06-26 Thread Joerg Heinicke
On 18.06.2004 15:17, Jasper Michalczik wrote: Hello, I currently have to webapps running which are exactly the same. I've put them in to different folders in the webapp folder of Tomcat. Now I experienced some severe performance losses when running a third or fourth application which are again

Re: Access to bizdata in Cocoon Forms HTML template

2004-06-26 Thread Joerg Heinicke
On 18.06.2004 20:37, [EMAIL PROTECTED] wrote: Hi all, Is it possible to access bizdata in a Cocoon Forms template? Specifically I have a java object available to me in my FlowScript which ahs a method getHtmlColor() which returns a string suiable for specifying a color in HTML. I would like

Re: SqlTransformer = Excption with Jboss

2004-06-26 Thread Joerg Heinicke
On 21.06.2004 23:45, Oscar Picasso wrote: I've installed cocoon-2.1.5 on a newly installed Jboss-3.2.4. I've tried to use the SqlTransformer example in samples/blocks but I get the following Exception: org.apache.cocoon.ProcessingException: Failed to execute pipeline.:

Re: get-sitemap-parameter in JSP ?

2004-06-26 Thread Joerg Heinicke
On 22.06.2004 17:43, Philippe Guillard wrote: Is there a way to get a sitemap parameter from a JSP page(JSP block), equivalent of the XSP util:get-sitemap-parameter name=xxx/ with xmlns:util=http://apache.org/xsp/util/2.0; ? I guess not as JSP is to loosely coupled. You probably can only rely on

Re: Lets Not Go Big Game Hunting!

2004-06-26 Thread Joerg Heinicke
On 23.06.2004 17:03, [EMAIL PROTECTED] wrote: A very large part of learning Cocoon is like eating an elephant (love the metaphore!) is due to documentation. Not long big documents, not books, but little pieces :) A paragraph per block, tops. Most, if not all, stuff outside the Cocoon core relates

Re: Can I queue http requests in Cocoon 2.1.5 standalone?

2004-06-26 Thread Joerg Heinicke
On 23.06.2004 14:30, Thorbjørn Ravn Andersen wrote: I have a situation where I want to use vanilla Cocoon with a few extra classes to render XSL-FO to an untraditional format, which I have working with the Jetty included. What I need to do now, is to limit the number of concurrent requests to

Re: RegExp Transformer?

2004-06-26 Thread Joerg Heinicke
On 23.06.2004 17:23, Jonathan Linczak wrote: Hi all, New to this list, so go easy on me... :) I'm looking for something like a regular expression transformer. Here's the quick situation: I'm coming from the Lenya mailing list, and I found that one of the editors, Kupu, somehow erroneously

Re: UTF-8 and Encoding Problems

2004-06-26 Thread Joerg Heinicke
On 23.06.2004 23:44, Christopher Painter-Wakefield wrote: Are you using Tomcat? If you do some searches, you'll probably turn up other postings on this topic. I can't remember all the ins outs, but supposedly the browsers incorrectly supply encoding information in their requests to Tomcat (ours

Re: Woody

2004-06-26 Thread Joerg Heinicke
On 24.06.2004 16:56, u16929 wrote: Hello. I have a problem with wi:groups. I'm using a quite similar form like the example form1 of woody. But there is the problem with validating the form. There is a wi:group which contains two more wi:groups(labels). In both groups there are different and equal

Re: Modifying pipeline at request time?

2004-06-26 Thread Joerg Heinicke
On 25.06.2004 17:35, Jeff Jones wrote: I would like to be able to dynamically generate and/or modify a pipeline at request time, so that I can create an aggregated response using one or more sub-documents, to be chosen based on the request. I'd also like to be able to choose, at the same time,

Re: get-sitemap-parameter in JSP ?

2004-06-26 Thread Philippe Guillard
Thanks a lot! In my case is use JSP in portal (cachingURI coplet), links like a href=page2?a=1page2/a is transformed in action=xevent=y, so the query-string is: a=1?copletid=app-test-1cocoon-portal-action=1cocoon-portal-event=21 and if i rely on the servlet from JSP: -

Re: Using JSPGenerator as template engine for flow?

2004-06-26 Thread Joerg Heinicke
On 26.06.2004 10:44, Stephan Coboos wrote: Hello, has someone ever used JSPGenerator as underlying template engine instead of JXTemplate? Is it possible to use it with flow? When not, what modifications are to do, to use JSPGenerator with flow? Reason: I need taglibs but the cocoon taglibs not

RE: XSP Generator not using Cocoon Entity Resolver but defaultxerces resolver

2004-06-26 Thread David Crossley
Marcial Rosales wrote: Hi David, I had forgotten to say that in the default catalog file (called catalog) I added this entry: SYSTEM book_meeting file:///c:/webportal/tomcat/webapps/webportal3/resources/entities/webportal/book_meeting.xml Ah, the missing piece of

Re: get-sitemap-parameter in JSP ?

2004-06-26 Thread Joerg Heinicke
On 26.06.2004 15:00, Philippe Guillard wrote: Thanks a lot! In my case is use JSP in portal (cachingURI coplet), links like a href=page2?a=1page2/a is transformed in action=xevent=y, so the query-string is: a=1?copletid=app-test-1cocoon-portal-action=1cocoon-portal-event=21 and if i rely on the

RE: XSP Generator not using Cocoon Entity Resolver but defaultxerces resolver

2004-06-26 Thread David Crossley
Marcial Rosales wrote: David, No matter what mechanism I use to configure the entity resolver it does not work. If the entity resolver wasn't able to resolve an entity reference, it should report it in the output log anyway. However, I am not getting anything but the

Re: Problem with cocoon 2.1.5, tomcat 5.0.9 on Mac OS X 10.3 with Java 1.4.2_03

2004-06-26 Thread Thomas B Winans
Greetings, again -- I found a very helpful message in the users archive that I did not know how to search before but now do ... The message pointed out that the batik and fop libraries may have been causing problems. I removed them and followed the instructions to remove xml branches

Re: Using JSPGenerator as template engine for flow?

2004-06-26 Thread Stephan Coboos
Joerg Heinicke wrote: On 26.06.2004 10:44, Stephan Coboos wrote: Hello, has someone ever used JSPGenerator as underlying template engine instead of JXTemplate? Is it possible to use it with flow? When not, what modifications are to do, to use JSPGenerator with flow? Reason: I need taglibs but

POPUALTING SELECTIONLISTS INA REPEATER FROM FLOW

2004-06-26 Thread ayana joseph
Hi all, I am trying to access the selection list value in woody form,in a repeater widget, fromflowscript.My code for the above is :- widvalue = form.getWidget("name"); However the widvalue returned is null. Please correct me where am i wrong. Ayana.Help STOP spam with the new MSN 8 and get 2

Re: Using JSPGenerator as template engine for flow?

2004-06-26 Thread Ralph Goers
Just be aware that the JSPGenerator does not (and apparently cannot) work in Weblogic server. At 6/26/2004 01:44 AM, you wrote: Hello, has someone ever used JSPGenerator as underlying template engine instead of JXTemplate? Is it possible to use it with flow? When not, what modifications are

Re: Modifying pipeline at request time?

2004-06-26 Thread Ralph Goers
I should think one could write an action that generates a sub-sitemap and then cause that sub-sitemap to be invoked from the action using a source resolver. At 6/26/2004 08:17 AM, Joerg Heinicke wrote: On 25.06.2004 17:35, Jeff Jones wrote: I would like to be able to dynamically generate