Re: Newbie - how do I get URL request params in sitemap

2002-01-31 Thread Bartomeu Adrover
Prove to use the action "RequestParamAction". In the java doc of this class you can find how to use it. Huw Jones wrote: > How do I structure the cocoon2 sitemap to get request parmeters i.e > > url: http:// > So in the sitemap I want to > > > > > > > > I'm sorry if this is a b

Re: Where to place global parameters..?

2002-01-31 Thread Bernhard Huber
Hi, Cocoon2 offers a sample ParentComponentManager, for accessing JNDI see documentation developing/parent-component-manger.html. It explains integrating JNDI accesss. Perhaps it helps you. bye bernhard - Please check that y

Re: Cocoon 2 and i18n

2002-01-31 Thread Bernhard Huber
hi, > Question 2: > > How do I specify to get translation of text in a different language at > run time ? > > a_key > > a_key \ > > a_key > Digging in the source i18n, uses LangAction.java, you may specifiy the parameter lang=de for example, as request-parameter, session-parameter, I think La

One big set of dynamic docs

2002-01-31 Thread Calbazana, Al
Hello, Please bear with me. I am beginning to understand cocoon2 but, admittedly, have not gained enough understanding to prototype a solution that I think cocoon can deliver. Let me explain what I am trying to do. Currently, I have several ASP documents that represent dynamic content. Each do

RE: JSP Include and Forward problem

2002-01-31 Thread Peter Schwenke
Hi Vadim Vadim Gritsenko writes: > > From: Peter Schwenke [mailto:[EMAIL PROTECTED]] > > > > > > I've had no problem with including other pages. I've been using the > > old style includes - mainly because we never updated the JSPs to the > > XML syntax because of an old servlet runner.

RE: Sitemap File System Path from within an Action

2002-01-31 Thread Vadim Gritsenko
> From: Michael Wechner [mailto:[EMAIL PROTECTED]] > > Vadim, thanks for your help. > > What I meant was: > > org.apache.cocoon.environment.Source inputSource=resolver.resolve(src); > > I didn't realize that I can do that within an action. I thought that's > just for generators. > But it does

build Cocoon 2.0.1

2002-01-31 Thread Andreas John
Hello! I tried to build Cocoon 2.0.1 and got the following error: --- /usr/src/cocoon-2.0.1/build/cocoon/src/org/apache/cocoon/components/language/markup/xsp/EsqlConnectionCocoon2.java:20: class org.apache.cocoon.components.language.markup.xsp.EsqlConnectionCocoon2 must be declared abstract. I

Cocoon 2 and i18n

2002-01-31 Thread Chitharanjan Das
Hello,     My env is Platform Win2K Cocoon 2.0 TomCat 4.01       The following is my i18n transformer  definition          messages     i18n/translations   The following is my patte

Re: Sitemap File System Path from within an Action

2002-01-31 Thread Michael Wechner
Vadim, thanks for your help. What I meant was: org.apache.cocoon.environment.Source inputSource=resolver.resolve(src); I didn't realize that I can do that within an action. I thought that's just for generators. But it does just what I wanted. All the best Michael Vadim Gritsenko wrote:

Help with i18n

2002-01-31 Thread Chitharanjan Das
  Hello Konstantin,   The following is the match description in site-map..                     map:transform>    map:match>  The XML to be translated is

Re: Where to place global parameters..?

2002-01-31 Thread Jozsa Kristof
Yes it will. Thanks, Jorn. On Thu, Jan 31, 2002 at 09:39:37PM +0100, Jozsa Kristof wrote: > Hmm.. you mean I set my properties once per sitemap run with > System.setProperty(), and it'll remain there? > > Christopher > > On Thu, Jan 31, 2002 at 09:35:42PM +0100, Jorn Heid wrote: > > I don't kn

Re: Where to place global parameters..?

2002-01-31 Thread Jozsa Kristof
Hmm.. you mean I set my properties once per sitemap run with System.setProperty(), and it'll remain there? Christopher On Thu, Jan 31, 2002 at 09:35:42PM +0100, Jorn Heid wrote: > I don't know about a Cocoon specific solution but there are many > possibilities to do this: > > System.getProperty

AW: jvm.dll error!!

2002-01-31 Thread Jörn Heid
Just try out the latest 1.3 or 1.4 versions from Sun. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Januar 2002 21:17 An: [EMAIL PROTECTED] Betreff: jvm.dll error!! Hi, Having trouble starting up Cocoon! I have copied the cocoon.w

AW: Where to place global parameters..?

2002-01-31 Thread Jorn Heid
I don't know about a Cocoon specific solution but there are many possibilities to do this: System.getProperty() Static class Application attributes (s. Servlet documentation) -Ursprungliche Nachricht- Von: Jozsa Kristof [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Januar 2002 21:

Where to place global parameters..?

2002-01-31 Thread Jozsa Kristof
Hi, the subject may not be accurate. I'm using Cocoon in an EJB environment, and I have to use some parameters, like JNDI settings from most of my own Transformers, Selectors, Actions, and so. Is there any global space, where I could propagate the JNDI settings _once_, and reach from any kind of

jvm.dll error!!

2002-01-31 Thread as_black
Hi, Having trouble starting up Cocoon! I have copied the cocoon.war file into my web apps folder as stated in the installation documentation. Started up Tomcat and typed in the URI http://localhost:8080/cocoon/ againas stated. However an error was displayed as follows: - Java has caused an erro

Newbie - how do I get URL request params in sitemap

2002-01-31 Thread Huw Jones
How do I structure the cocoon2 sitemap to get request parmeters i.e url: http:// I'm sorry if this is a basic question I couldn't find anything to point me in the right direction in the archives. Many thanks Huw Jones __

Re: Tomcat 4, Cocoon 2, Apache 1.3 on Red Hat 7.2

2002-01-31 Thread Steve Barnes
Rodrigues Luc <[EMAIL PROTECTED]> writes: >I thinks you have problem with the writing right in dir and files. > >Is the owner of cocoon (subdirs and files) the user that run tomcat >(aka user= tomcat, owner for dir and for files are tomcat) > >Thank to reply if this answer is the good answer. Th

XSP generated classes

2002-01-31 Thread Durrant, Peter
Hi I'm posting this question again since my original posting was misinterpreted. I'm interested to know if there is a run-time efficiency gain to be made by putting classes in a library (jar file) rather than defined on each page (e.g. through the application of a logicsheet): When an XSP page

Re: How to deploy my cocoon project [Apache/Tomcat]

2002-01-31 Thread Lajos Moczar
Hi Derek: For Tomcat 3.2.x and Apache, see http://www.galatea.com/flashguides/apache-tomcat-unix.xml For Tomcat 4.0.x and Apache, see http://www.galatea.com/flashguides/apache-tomcat-4-unix.xml There are also new instructions on building cocoon-based web apps in http://www.galatea.com/flashg

AW: Rendering a jsp : JSP it compiled 3 times -> performance problem

2002-01-31 Thread Kai Ulrich
Thanks for you intereset ! the Datas : - Windows 2000 - JBoss-2.2.2_Tomcat-3.2.2 - StrutsFramework - coocon 2 - Servlet.jar v 2.2 Regards, kai -Ursprüngliche Nachricht- Von: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Januar 2002 11:26 An: [EMAIL PROTEC

Re: Generators

2002-01-31 Thread Jozsa Kristof
On Thu, Jan 31, 2002 at 03:36:29PM -0300, Ivan Rubin Ayma wrote: > It would be useful for me to use more than one generator at the > beggining of a pipeline, as I have to generate pretty different things > (in logic) and use the sum of them at the transformations stage. use aggregating in the sit

Generators

2002-01-31 Thread Ivan Rubin Ayma
It would be useful for me to use more than one generator at the beggining of a pipeline, as I have to generate pretty different things (in logic) and use the sum of them at the transformations stage. There's a way to do it? Thanks, Ivan -

Re: StreamGenerator: Could not get parser

2002-01-31 Thread Joseph Jupin
Actually, that was a fat-finger on my part, Kinga... I typed in the sitemap by hand - but it really is going to request2... Also, I changed the variable name in the sitemap and form accordingly - removed the capitalization... it appears that when setting a request attribute on the URLConne

XSP serverpages generator: entities within element attributes are being resolved.

2002-01-31 Thread Benjamin Grant
Hello, I am encountering a problem when applying the serverpages generator to files which contain XML elements that have attributes which contain entity references. The serverpages generator is failing during compilation, because Cocoon is resolving entity references, INCLUDING those within

WG: Rendering a jsp : JSP it compiled 3 times -> performance problem

2002-01-31 Thread Kai Ulrich
-Ursprüngliche Nachricht- Von: Kai Ulrich [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 31. Januar 2002 11:59 An: [EMAIL PROTECTED] Betreff: AW: Rendering a jsp : JSP it compiled 3 times -> performance problem Thanks for you intereset ! the Datas : - Windows 2000 - JBoss-2.2.2_Tom

Re: Slides and PDF

2002-01-31 Thread Yann Secq
Brandon Rich wrote: >http://www.sun.com/software/xml/developers/slides-dtd/ >I haven't worked with it (has anyone else?) but sounds like it will help >you out. They have a slidesToFO.xsl file to do the conversion. >Let us know how it works. > First I would like to thank everyone for links and ad

Re: Slides and PDF

2002-01-31 Thread Brandon Rich
I realize it's OT but while it's being mentioned, I've found this reference invaluable: http://www.zvon.org/xxl/xslfoReference/Output/index.html On Thu, 2002-01-31 at 11:13, Carlos Araya wrote: > For XSL:FO information, you can also check: > > http://www.ibiblio.org/xml/books/bible2/chapters/ch1

eldap with nested esql query

2002-01-31 Thread rolf
Hi, after getting eldap to work I would like to do an nested sql query inside the ldap result rows. esql query standalone works eldap query standalone works esql query inside eldap produces no error, but I always get an empty sql result set. The code is something like:

Re: Slides and PDF

2002-01-31 Thread Carlos Araya
For XSL:FO information, you can also check: http://www.ibiblio.org/xml/books/bible2/chapters/ch18.html On 01/31/02 7:41, "Ferran Urgell" <[EMAIL PROTECTED]> wrote: > I'm new in the xsl:fo too. But I've found some documentation about this... > http://www.oreilly.com/catolg/javaxml/chapter/ch09.

RE: Html generator question

2002-01-31 Thread Vadim Gritsenko
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > - Original Message - > From: "Alexandre Victoor" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 31, 2002 11:20 AM > Subject: Html generator question > > > > I am using now the HTML generator to retrieve h

Re: Vote: JDJ Readers Choice Awards

2002-01-31 Thread Yann Secq
Carsten Ziegeler wrote: >Don't forget to vote for your favorites, >especially "Best Java e-Business Framework", >"Most Innovative Java Product" and "Best XML Tool". >http://www.sys-con.com/java/readerschoice2002/ > Go, go, go to support the Cocoon project ! The vote process isn't too long (well

Re: Slides and PDF

2002-01-31 Thread Brandon Rich
http://www.sun.com/software/xml/developers/slides-dtd/ I haven't worked with it (has anyone else?) but sounds like it will help you out. They have a slidesToFO.xsl file to do the conversion. Let us know how it works. On Thu, 2002-01-31 at 10:33, Yann Secq wrote: > Hi, I'm working on a presenta

Re: Cocoon-2.0.1 error

2002-01-31 Thread Ferran Urgell
You can found more about the error in the logs of cocoon/WEB-INF/logs - Original Message - From: "Alonso Lord, Santiago (MA)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 4:18 PM Subject: Cocoon-2.0.1 error I get the following error when with the new relea

Re: Slides and PDF

2002-01-31 Thread Ferran Urgell
I'm new in the xsl:fo too. But I've found some documentation about this... http://www.oreilly.com/catolg/javaxml/chapter/ch09.html and in http://renderx.com/tutorial.html - Original Message - From: "Yann Secq" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002

RE: Cocoon-2.0.1 error

2002-01-31 Thread Vadim Gritsenko
RTFM: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=101183982808469&w=2 (Item N6) http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=101053454012838&w=2 Vadim > -Original Message- > From: Alonso Lord, Santiago (MA) [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 10:19

Re: Xml-Pdf question....

2002-01-31 Thread Carlos Araya
Title: Re: Xml-Pdf question You can put xsl:fo command and elements inside of XSLT stylesheets. Carlos On 01/31/02 7:31, "Ferran Urgell" <[EMAIL PROTECTED]> wrote: Only with one transformation ? (in the xsl file, I'll have to put xsl and xsl:fo, is that correct ?) - Original Messag

Slides and PDF

2002-01-31 Thread Yann Secq
Hi, I'm working on a presentation by reusing the slide example of Cocoon 2.1-dev distribution. It works well by modifying the example to produce the HTML version. I haven't found any stylesheet which would convert the XML to FO :-( As I am totally FO newbie, is there anyone who has work on a style

Re: Xml-Pdf question....

2002-01-31 Thread Ferran Urgell
Only with one transformation ? (in the xsl file, I'll have to put xsl and xsl:fo, is that correct ?)   - Original Message - From: Sidharth To: [EMAIL PROTECTED] Sent: Monday, January 28, 2002 4:11 PM Subject: Re: Xml-Pdf question Yes this is very much possib

Re: PJA or Xvfb

2002-01-31 Thread aaldridg
Personally I had a lot more luck with pja - it also seems at least, to have a smaller footprint. If you send me your java command line (OPTS var or whatever), I may be able to help with your config problems. Regards, Anthony Aldridge AD Support CSC Managed Intranet Hosting Personal GDP: 8-325-4

Cocoon-2.0.1 error

2002-01-31 Thread Alonso Lord, Santiago (MA)
I get the following error when with the new release: ERROR (2002-01-31) 16:09.35:359 [sitemap] (/cocoon/) HttpProcessor[13080][3]/Handler: Error compiling sitemap java.lang.NoSuchFieldError: manager at org.apache.cocoon.www.sitemap_xmap.configure(sitemap_xmap.java:347) at org.

Re: Xml-Pdf question....

2002-01-31 Thread Sidharth
Yes this is very much possible through XSP. U have ur contents in XML file and then apply xsl:fo file at runtime - Original Message - From: Ferran Urgell To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 8:14 PM Subject: Xml-Pdf question Hi Cocooners!

Performance - Cocoon-2.0.1

2002-01-31 Thread Joseph Rajkumar
Hi Folks I downloaded Tomcat-4.0.1 and Cocoon-2.0.1 and installed them. They work just fine. Comments: 1) Visit http://localhost:8080/cocoon/documents/doclist.html and click on "tutorial". It takes exactly 50 seconds for the tutorial to show up. Every time I go back to this tutor

Xml-Pdf question....

2002-01-31 Thread Ferran Urgell
Hi Cocooners!   I've a question... I would to make the xml-pdf example that there are in the main page of cocoon... .But I would to do this,but first, making a query into  a database (like the xml- sql example that there are in the main page of cocoon) ..Is it possible to do this ?   T

RE: problems with StreamGenerator...

2002-01-31 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
Hi, the expected contents of the postData is a xml document. You can add to your client application sending POST request the ability to read the external xml document. Find any well formed xml doc and experiment. Consider adding to your client: ... HttpURLConnection connect = null; try {

RE: StreamGenerator: Could not get parser

2002-01-31 Thread DZIEMBOWSKI,KINGA (HP-NewJersey,ex2)
Hi, The expected form name is "Foo" it looks like you have "foo". I assume you are sending the xml document using the form similar to OrderPage. I like point to you that the request you are sending is REQUEST: /cocoon/request2 and the sitemap entry you are showing references request1. Kinga > --

RE: [Announcement] Apache Cocoon 2.0.1 Release

2002-01-31 Thread Luca Morandini
Joe, if you look at the bottom half of the page, you'll see it :) Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html --

RE: [Announcement] Apache Cocoon 2.0.1 Release

2002-01-31 Thread Vadim Gritsenko
Check again. Hit refresh :) Vadim > -Original Message- > From: Hall, Joe [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 8:57 AM > To: [EMAIL PROTECTED] > Subject: RE: [Announcement] Apache Cocoon 2.0.1 Release > > Where do I get a copy of 2.0.1? > http://xml.apache.org/co

RE: [Announcement] Apache Cocoon 2.0.1 Release

2002-01-31 Thread Carsten Ziegeler
> -Original Message- > From: Hall, Joe [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 2:57 PM > To: [EMAIL PROTECTED] > Subject: RE: [Announcement] Apache Cocoon 2.0.1 Release > > > Where do I get a copy of 2.0.1? > http://xml.apache.org/cocoon/dist/ has version 2.0. >

RE: [Announcement] Apache Cocoon 2.0.1 Release

2002-01-31 Thread Hall, Joe
Where do I get a copy of 2.0.1? http://xml.apache.org/cocoon/dist/ has version 2.0. -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 8:22 AM To: Cocoon-Dev; Cocoon-Users Subject: [Announcement] Apache Cocoon 2.0.1 Release Apache C

RE: [Announcement] Apache Cocoon 2.0.1 Release

2002-01-31 Thread Morrison, John
Many congratulations to all who contributed! Esp to Carsten :) J. === Information in this email and any attachments are confidential, and may not be copied or used by anyone other than the addressee, nor disclosed to any third

[Announcement] Apache Cocoon 2.0.1 Release

2002-01-31 Thread Carsten Ziegeler
Apache Cocoon 2.0.1 Released The Apache Cocoon team is proud to announce the new release of Apache Cocoon. This release has been tested thoroughly. Apache Cocoon is an XML framework that raises the usage of XML and XSLT technologies for server app

Re: Html generator question

2002-01-31 Thread Nicola Ken Barozzi
- Original Message - From: "Alexandre Victoor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 31, 2002 11:20 AM Subject: Html generator question > I am using now the HTML generator to retrieve html from other sites. Since > the html I get is not well formed, Jtidy l

RE: AW: cocoon 2 unter linux

2002-01-31 Thread Morrison, John
> From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 31 January 2002 10:54 am > To: '[EMAIL PROTECTED]' > Subject: AW: AW: cocoon 2 unter linux > > > Von: Morrison, John [mailto:[EMAIL PROTECTED]] > > > Gesendet: Donnerstag, 31. Januar 2002 11:42 > > > An: '[EMAIL PROTECTED]' >

AW: AW: cocoon 2 unter linux

2002-01-31 Thread Bucholdt, Christian
Hi, > > -Ursprüngliche Nachricht- > > Von: Morrison, John [mailto:[EMAIL PROTECTED]] > > Gesendet: Donnerstag, 31. Januar 2002 11:42 > > An: '[EMAIL PROTECTED]' > > Betreff: RE: AW: cocoon 2 unter linux > > > > > > Let me guess - you are running a headless server or you have > > no X i

PJA or Xvfb

2002-01-31 Thread Bert Van Kets
I need to install Cocoon 2 on a Linux headless system (SuSE 7.3 and Tomcat 4.0.1). I have the choice of using PJA (http://www.eteks.com/pja/en/) or Xvfb. Although I can't get PJA to run, even after trying every suggestion on this list and the net, I doubt it's the best solution for a web serve

AW: AW: cocoon 2 unter linux

2002-01-31 Thread Bucholdt, Christian
It is possible, that i have to set the DISPLAY-Environment ? christian > -Ursprüngliche Nachricht- > Von: Morrison, John [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 31. Januar 2002 11:42 > An: '[EMAIL PROTECTED]' > Betreff: RE: AW: cocoon 2 unter linux > > > Let me guess - you a

RE: AW: cocoon 2 unter linux

2002-01-31 Thread Morrison, John
Let me guess - you are running a headless server or you have no X installed? > -Original Message- > From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] > Sent: Thursday, 31 January 2002 10:37 am > To: '[EMAIL PROTECTED]' > Subject: AW: AW: cocoon 2 unter linux > > > Hi, > > > -Urs

AW: AW: cocoon 2 unter linux

2002-01-31 Thread Bucholdt, Christian
Hi, > -Ursprüngliche Nachricht- > Von: Torsten Curdt [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 31. Januar 2002 11:26 > An: '[EMAIL PROTECTED]' > Betreff: Re: AW: cocoon 2 unter linux > > > > I bet you have :) > > Which release or CVS version of cocoon? what JDK? > Got the rep

Re: Apache 1.3, tomcat and Cocoon

2002-01-31 Thread Derek Hohls
Unfortunately, this refers to Tomcat 3.X - and there seem to have been major changes between 3 and 4 as far as configuration goes... any other suggestions?? Thanks Derek >>> [EMAIL PROTECTED] 11/01/2002 08:52:01 >>> http://xml.apache.org/cocoon/ctwig/ctwig-gettingstarted.html On Fri, 2002-0

eldap logic sheet on c1

2002-01-31 Thread Rolf Offermanns
Hi, is there anyone who is currently using the eldap.xsl from Tim Bentley with C1? If yes, can one please send me his version of the eldap.xsl together with a quickstart. I have only found one version of the xsl in an attachment from 07/2001 on this list. Unfortunately I was not able to get it

Re: AW: cocoon 2 unter linux

2002-01-31 Thread Torsten Curdt
I bet you have :) Which release or CVS version of cocoon? what JDK? Got the repository created? (look for cocoon-files folder) Which version of Catalina? What's in the logs under WEB-INF/logs? ... -- Torsten - Please check tha

Re: Rendering a jsp : JSP it compiled 3 times -> performance problem

2002-01-31 Thread Piroumian, Konstantin
Hi! What is your configuration? Platform, servlet engine, etc. Regards, Konstantin Piroumian > hey ! > My Problem : > > I want to render a JSP (Struts Tags) with cocoon ! > Everything works fine ! > 1. A servlet arrange the data an puts the beans to the request. > 2. forward to the coocoon

Integrating Apache1.3, Tomcat 4.0 and Cocoon2 [Win2k]

2002-01-31 Thread Derek Hohls
>From the FAQ: You need to use mod_jk. Add the following line to %APACHE_HOME%\conf\httpd.conf JkMount /cocoon/* ajp12 along with other directives that are already listed in mod_jk.conf-auto in the tomcat/conf directory. The above directives can be added at the end of httpd.conf.

Html generator question

2002-01-31 Thread Alexandre Victoor
Hello everyone Thanks Vadim for the response to my last question. I am using now the HTML generator to retrieve html from other sites. Since the html I get is not well formed, Jtidy logs a lot of warning. Is it possible to decrease the verbosity of Jtidy ? The second part of my question is : is

AW: cocoon 2 unter linux

2002-01-31 Thread Bucholdt, Christian
> -Ursprüngliche Nachricht- > Von: Torsten Curdt [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 31. Januar 2002 11:08 > An: '[EMAIL PROTECTED]' > Betreff: Re: cocoon 2 unter linux > > If you want help you need to give some more information Here are the Lofile-Entries from $CATALINA

Re: cocoon 2 unter linux

2002-01-31 Thread Torsten Curdt
On Thu, 31 Jan 2002, Bucholdt, Christian wrote: > Hi, > > As yet I'm working with C2 under Windows NT/2000. Now I wan't install C2 > under Linux. > The cocoon-Directory is generated successfull. If I starts with > http://localhost:8080/cocoon/ the following Error is generated: > org.apache.cocoon

cocoon 2 unter linux

2002-01-31 Thread Bucholdt, Christian
Hi, As yet I'm working with C2 under Windows NT/2000. Now I wan't install C2 under Linux. The cocoon-Directory is generated successfull. If I starts with http://localhost:8080/cocoon/ the following Error is generated: org.apache.cocoon.ProcessingException: The sitemap handler's sitemap is not ava

Rendering a jsp : JSP it compiled 3 times -> performance problem

2002-01-31 Thread Kai Ulrich
hey ! My Problem : I want to render a JSP (Struts Tags) with cocoon ! Everything works fine ! 1. A servlet arrange the data an puts the beans to the request. 2. forward to the coocoon Servlet ... RequestDispatcher rd = etServletContext().getRequestDispatcher( "/cocoon/printBasket"

Re: How to deploy my cocoon project [Apache/Tomcat]

2002-01-31 Thread Derek Hohls
Quick follow-up question: how do I get "Apache on top of Tomcat" - my previous Apache-Tomcat3 link does not work anymore... is there a reference for how to do this? Thanks Derek >>> [EMAIL PROTECTED] 25/10/2001 03:12:03 >>> in server.xml. Works for me. Then use Apache on top of Tomcat, if yo

AW: JSP-Generator-problem

2002-01-31 Thread Mueller15, Thomas
> org.apache.cocoon.ProcessingException: SAXException JspGenerator.generate(): > org.xml.sax.SAXParseException:The root element is required in a well-formed I had this error too. My cause was that in the JSP some 'ü', 'ö', and 'ä' were generated. This means the page was assumed to be UTF-8 but t

RE: Selecting nodes based on variables

2002-01-31 Thread Luca Morandini
Phil, you may try: Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html - > -Original Messag

Re: XSP generated classes

2002-01-31 Thread Torsten Curdt
[snip] > This has come to light from using the ESQL logicsheet (for example) in > Cocoon2. It generates EsqlConnection and EsqlQuery classes for each page > that uses the ESQL logicsheet. BTW This isn't a critism of ESQL -- just an > observation! :-) (in fact I think this may have been resolved i