Re: AW: [C2] Redirects

2001-07-13 Thread Drasko Kokic
Uli, have you thought about redesigning the SOAP taglib (logicsheet?) so that it is portable to C2? I would need to have it running fairly soon and am ready to put in some eforts :-) With regards to the auth taglib, I would still suggest that you look into the RequestIntercepter implementation of

RE: C1 to C2

2001-07-13 Thread Luca Morandini
> -Original Message- > From: Andre Juffer [mailto:[EMAIL PROTECTED]] > Sent: giovedì 12 luglio 2001 19.43 > To: [EMAIL PROTECTED] > Subject: Re: C1 to C2 > > So, apparently it is not possible to have something like > mydomain.com/Foo/foo, and one must always use something like > mydomain.c

Re: [c2] Selectors and Matchers vs components in sitemaps

2001-07-13 Thread Christian Haul
On 12.Jul.2001 -- 07:35 PM, HALLOWELL,KARL (HP-Cupertino,ex1) wrote: > My apologies. This was meant to be a Cocoon 2 question. > > > Karl Hallowell [EMAIL PROTECTED] > > > > From: HALLOWELL,KARL (HP-Cupertino,ex1) [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, July 11, 2001 3:

Re: AW: [C2] Redirects

2001-07-13 Thread Ulrich Mayring
Drasko Kokic wrote: > > Uli, > > have you thought about redesigning the SOAP taglib > (logicsheet?) so that it is portable to C2? > I would need to have it running fairly soon and am > ready to put in some eforts :-) > With regards to the auth taglib, I would still suggest > that you look into t

Re: C1 to C2

2001-07-13 Thread Arnaud Vandyck
Le Thu, 12 Jul 2001 21:49:19 -0600, Lajos Moczar <[EMAIL PROTECTED]> écrivait: lmocz> If I understand you correctly, all you have to do is rename cocoon.war lmocz> to ROOT.war - this will eliminate the need for the "cocoon/" after your lmocz> hostname, since the ROOT webapp equates to "/".

[C1] Syntax checking in Cocoon

2001-07-13 Thread Per Steffensen
Hi   Can you make Cocoon 1 check syntax of a document according to a XML Schema  (xsd)? How?   E.g. make Cocoon 1 check wether the use of esql corresponds to the definitions in esql.xsd.   Thanx

Re: Does Cocoon return the Request Object as XML?

2001-07-13 Thread Sergio Carvalho
C2 has a RequestGenerator which produces the current request as an XML document. I don't know about C1, though. On Fri, 13 Jul 2001 02:13:31 -0400, "DD" <[EMAIL PROTECTED]> wrote: -- > I want to get the Request Object (i.e. what is either POSTed or from GET) as XML. >Currently, I am using ASP.

./build.sh - permission denied

2001-07-13 Thread raghu
Hello there, I am unable to build the cocoon2, i downloaded the cocoon-2.0-b1.tar from xml.apache.org, and untarred it in a directory. When i try to build using ./build.sh -Dinclude. i get permission denied, why is it so i am in the root while doing this.  Can anybody help.  Ple

Re: [C20] FP taglib

2001-07-13 Thread Andre Juffer
Hi Jeremy, I sincerely hope that you will find the time to port your FP taglib to cocoon2. We have been using it to maintain a small XML based database of users within the cocoon1 framework. It worked very well, and it would be a pity if we have to rewrite everything. The FP taglib is convenient

RE: C1 to C2

2001-07-13 Thread Anders Lindh
>Be aware that C2 will serve _all_ the pages (including the static >ones). If you are in an Apache+Tomcat+Cocoon context, this mean that >Everything on your site will be served by C2. If you use apache you tell it what requests to pass to Tomcat (with mod_jk or mod_jserv). You can e.g tell it to

RE: C1 to C2

2001-07-13 Thread Luca Morandini
Arnaud, I don't think that C2 will serve everything which is passed to Apache if you move it to ROOT. On the contrary, it will serve only what Apache chooses to pass to Tomcat. For instance, you can choose to pass to Tomcat (and, subsequently, to Cocoon) only *.xml files or only w

Re: Does Cocoon return the Request Object as XML?

2001-07-13 Thread C. Gaffga
In Cocoon 2.1-dev there is something like that in the Docs.   Request Generator . Name : request Class: org.apache.cocoon.generation.RequestGenerator Cacheable: .     but there ist no more doc available, test is or look at the source perhaps helps.   Christoph Gaffga ---

Re: ./build.sh - permission denied

2001-07-13 Thread Arnaud Vandyck
Le Fri, 13 Jul 2001 15:49:02 +0530, "raghu" <[EMAIL PROTECTED]> écrivait: > Hello there, > > I am unable to build the cocoon2, i downloaded the cocoon-2.0-b1.tar > from xml.apache.org, and untarred it in a directory. When i try to > build using ./build.sh -Dinclude. i get per

Re: ./build.sh - permission denied

2001-07-13 Thread C. Gaffga
You have to set the executeable.   $> chmod u+x build.sh   then it works!   Christoph Gaffga - Original Message - From: raghu To: [EMAIL PROTECTED] Sent: Friday, July 13, 2001 12:19 PM Subject: ./build.sh - permission denied Hello there, I am unable to buil

Re: C1 to C2

2001-07-13 Thread Andre Juffer
Anders Lindh wrote: > > >Be aware that C2 will serve _all_ the pages (including the static > >ones). If you are in an Apache+Tomcat+Cocoon context, this mean that > >Everything on your site will be served by C2. > > If you use apache you tell it what requests to pass to Tomcat (with mod_jk > or

Re: Generating PDF on the fly

2001-07-13 Thread Berin Loritsch
Carlos wrote: > > I'm trying to generate PDF documents on the fly using docbook (4.1.2) and > Norman Walsh's stylesheets. It will not generate the PDF document, only > display the text. What is the correct way of doing it? Is there a trick I'm > not using? Are you using the "fo2pdf" serializer?

Re: AW: [C2] Redirects

2001-07-13 Thread Berin Loritsch
Drasko Kokic wrote: > > Uli, > > have you thought about redesigning the SOAP taglib > (logicsheet?) so that it is portable to C2? > I would need to have it running fairly soon and am > ready to put in some eforts :-) > With regards to the auth taglib, I would still suggest > that you look into t

RE: C1 to C2

2001-07-13 Thread Arnaud Vandyck
On Fri, 13 Jul 2001 12:47:31 +0200, "Luca Morandini" <[EMAIL PROTECTED]> wrote: > Arnaud, > > I don't think that C2 will serve everything which is passed to > Apache if you move it to ROOT. On the contrary, it will serve only > what Apache chooses to pass to Tomcat. > > For in

Re: AW: [C2] Redirects

2001-07-13 Thread Berin Loritsch
Ulrich Mayring wrote: > > Drasko Kokic wrote: > > > > Uli, > > > > have you thought about redesigning the SOAP taglib > > (logicsheet?) so that it is portable to C2? > > I would need to have it running fairly soon and am > > ready to put in some eforts :-) > > With regards to the auth taglib, I w

sitemap handler's sitemap is not available????

2001-07-13 Thread raghu
I have built the cocoon and put the war file in TOMCAT_ROOT/webapps and when i go to http://localhost:8080/cocoon, i see this page, where is the error?  can u please help   Cocoon 2 - Internal server error type internal-server-error message The sitemap handler's sitemap is not available.

[C2] use-request-parameters=true

2001-07-13 Thread C. Gaffga
I'm using cocoon 2.1-dev (12.07.2001). I want to use the request in a dynamic generated Stylesheet using the following sitemap: I have the following im my stylesheet.xsp for testing: Request Parameter: { java.util.Enumer

Re: [C2] using XInclude Transformer

2001-07-13 Thread Jeremy Quinn
Dear Berin, I have tried this: and this: But with the CVS I picked up at about 12:00 GMT today all I get is : 2001-07-13 14:24:22 - Ctx(/hrc2) : Exception in R( /hrc2 + /index.xml + null) - java.lang.StackOverflowError <> If I comment the xi:include out, it goes away.

RE: C1 to C2

2001-07-13 Thread Luca Morandini
> -Original Message- > From: Arnaud Vandyck [mailto:[EMAIL PROTECTED]] > Sent: venerdì 13 luglio 2001 14.53 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: C1 to C2 > > If you only pass xml files to C2, you'll loose the ability to > construct dynamic pdf with

Re: ./build.sh - permission denied

2001-07-13 Thread Giacomo Pati
Quoting raghu <[EMAIL PROTECTED]>: > Hello there, > I am unable to build the cocoon2, i downloaded the cocoon-2.0-b1.tar > from xml.apache.org, and untarred it in a directory. > When i try to build using ./build.sh -Dinclude. i get permission > denied, why is it so > i am in the root

RE: C1 to C2

2001-07-13 Thread Anders Lindh
Hmm. My guess is that you'd have to have matching patterns in the apache configuration, which isn't always possible and kinda sucks. - Anders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andre Juffer Sent: 13. heinakuuta 2001 15:28 To: [EMAIL PROTEC

RE: sitemap handler's sitemap is not available????

2001-07-13 Thread tom . klaasen
Check your %TOMCAT_HOME%/webapps/cocoon/WEB-INF/logs/cocoon.log file. This should contain the exact error. This "The sitemap handler's sitemap is not available" thing says only to look in the logs...   hth, tomK -Original Message-From: raghu [mailto:[EMAIL PROTECTED]]Sent: vrijd

Re: sitemap handler's sitemap is not available????

2001-07-13 Thread Samuel ARNOD-PRIN
delete your work directory.. restart cocoon.. look if it works ;) > raghu a écrit : > > I have built the cocoon and put the war file in TOMCAT_ROOT/webapps > and when i go to > http://localhost:8080/cocoon, i see this page, > where is the error? can u please help > > > Cocoon 2 - Internal se

Working with DOM.. Cocoon2 with SAX... what to do ??

2001-07-13 Thread Samuel ARNOD-PRIN
Hello, I am working with DOM because I've got a lot a handling to do with my xml document.. then I'd like to give it to cocoon so that it could be handle with xsl. I wrote my own Generator.. but I have to fill a sax ContentHandler.. and I've got a DOM Document.. what can I do ?? Of course I can

RE: C1 to C2

2001-07-13 Thread Luca Morandini
> -Original Message- > From: Arnaud Vandyck [mailto:[EMAIL PROTECTED]] > Sent: venerdì 13 luglio 2001 14.53 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: C1 to C2 > > If you only pass xml files to C2, you'll loose the ability to > construct dynamic pdf with t

Re: sitemap handler's sitemap is not available????

2001-07-13 Thread Eric Vernichon
If you modify the file sitemap.xmap while your cocoon server is running, it's seems that after (the next server request) you'll see this error. I've found on an archive of this mailing-list (http://marc.theaimsgroup.com/? l=xml-cocoon-users) a solution. You move from tomcat\lib these 2 files : x

[C2] SOAP

2001-07-13 Thread Drasko Kokic
Berin, Who is the "maintainer" of the SOAP addition to C2.1 ? Is it possible to extract SOAP part out of the C2.1 and try to make it working on C2.0? I need to implement it rather soon and could just about wait for C2.0 to be released (C2.1 would probably be far too late). TIA Drasko --- Berin

[C2] User Authentication

2001-07-13 Thread Drasko Kokic
Berin, have a look at the Servlet API 2.2 spec (at JavaSoft site). I am using Tomcat implementation (based on the RequestIntercepter framework). It is not related to the Cocoon as it is protecting a particular context/URI. IMHO this is very clean way to separate this functionality from the rest

Re: Generating PDF on the fly

2001-07-13 Thread Carlos Araya
>Carlos wrote: >> >> I'm trying to generate PDF documents on the fly using docbook (4.1.2) and >> Norman Walsh's stylesheets. It will not generate the PDF document, only >> display the text. What is the correct way of doing it? Is there a trick I'm >> not using? > >Are you using the "fo2pdf" seria

Re: sitemap handler's sitemap is not available????

2001-07-13 Thread Mike Haarman
This is my current, hazy understanding of these issues. I have worked through much of this yesterday. There are numerous mentions of the problem in the archives, but here is the gist. The compilation of the classes which are dynamically built to handle the sitemap, etc is throwing errors. Chec

Re: [C2] using XInclude Transformer

2001-07-13 Thread Berin Loritsch
Jeremy Quinn wrote: > > Dear Berin, > > I have tried this: > > > > and this: > > > > > > But with the CVS I picked up at about 12:00 GMT today all I get is : > > 2001-07-13 14:24:22 - Ctx(/hrc2) : Exception in R( /hrc2 + /index.xml + > null) - java.lang.StackOverflowError >

[C2] Problem using request parameters

2001-07-13 Thread C. Gaffga
Hi ! Is it possible to use the same context for all parts of a processing pipeline. I want to use the request parameters in the parts of aggregate.xml, but it doesn't work. I thought that is for what the cocoon: protocol is for, isn't it? How can I use the request in all XSP files? I want it als

Can I get directories / files as xml?

2001-07-13 Thread D. Musicant
Does cocoon enable looking through directories and the file system as xml? In .Net I wrote my own classes to turn the File System Structure and the Request object into XML, but I'd prefer if cocoon had this built in. If not, can someone point me to the classes / files I need to work with to put

Re: [C2] use-request-parameters=true

2001-07-13 Thread Sergio Carvalho
Do you want to use the request parameter *in* the XSLT or *producing* the XSLT? You mentioned using it in the XSLT but your sample uses it in XSP instead. You sample should work, even without the . On the other hand, if you want to use the parameters in the XSLT, then what you need to do is

RE: ./build.sh - permission denied

2001-07-13 Thread Nael Mohammad
Do the following: "chmod -755 build.sh" Nael Mohammad Neomar, Inc. [EMAIL PROTECTED] 415-403-7300 x314 (Work) 415-793-0609 (Mobile) "When Wireless Means Business" CONFIDENTIALITY NOTICE: This e-mail may contain confidential information that is legally privileged. Do not read this e-mail if yo

RE: ./build.sh - permission denied

2001-07-13 Thread Dwarf Lord
Just sh ./build.sh   It worked fine for me.     -Original Message-From: raghu [mailto:[EMAIL PROTECTED]]Sent: Friday, July 13, 2001 6:19 PMTo: [EMAIL PROTECTED]Subject: ./build.sh - permission denied Hello there, I am unable to build the cocoon2, i downloaded the

database configuration in sitemap.xmap

2001-07-13 Thread SGFARNEL
I do not succeed in getting the connection with my database when I try to externalize the database configuration out of my xsp file. When I write this configuration within the xsp file like this: org.postgresql.Driver jdbc:postgresql://localhost:5432/test postgres it works. Now I am trying t

Re: [C1] Syntax checking in Cocoon

2001-07-13 Thread Per Steffensen
Please!!!   I cant be the first one wanting to validate my XMLs with XML Schema. - Original Message - From: Per Steffensen To: [EMAIL PROTECTED] Sent: Friday, July 13, 2001 11:15 AM Subject: [C1] Syntax checking in Cocoon Hi   Can you make Cocoon 1 check

Re: [C2] SOAP

2001-07-13 Thread Berin Loritsch
Drasko Kokic wrote: > > Berin, > > Who is the "maintainer" of the SOAP addition to C2.1 ? > Is it possible to extract SOAP part out of the C2.1 > and try to make it working on C2.0? I need to > implement it rather soon and could just about wait for > C2.0 to be released (C2.1 would probably be f

Re: [C2] User Authentication

2001-07-13 Thread Berin Loritsch
Drasko Kokic wrote: > > Berin, > > have a look at the Servlet API 2.2 spec (at JavaSoft > site). I am using Tomcat implementation (based on the > RequestIntercepter framework). > It is not related to the Cocoon as it is protecting a > particular context/URI. > IMHO this is very clean way to sep

Re: Generating PDF on the fly

2001-07-13 Thread Berin Loritsch
Carlos Araya wrote: > > >Carlos wrote: > >> > >> I'm trying to generate PDF documents on the fly using docbook (4.1.2) and > >> Norman Walsh's stylesheets. It will not generate the PDF document, only > >> display the text. What is the correct way of doing it? Is there a trick I'm > >> not using?

[C2] a pair of errors instantiating C2

2001-07-13 Thread Mike Haarman
Okay, I am clear of errors regarding antique jars and the lack of an X-server. This is next in line. Machine: debian potato/stable (2.2.17), IBMJava2-13, Apache 1.3.#, Tomcat 3.2.1, C2.0b1 Most of cocoon's dynamic classes have been generated by the time this exception is thrown. The second

[C2.0b1] XSP

2001-07-13 Thread Drasko Kokic
Hello again, can anybody tell me what is the path/filename rule applied when a java file is being generated from the XSP?! TIA Drasko --- Drasko Kokic <[EMAIL PROTECTED]> wrote: > I think I have found something very strange in the > way > Java files are being generated from the XSP files. > >

Problem: Running .xml and .xsp with Cocoon + TomCat + IIS

2001-07-13 Thread Ruairi
I have Tomcat working with IIS, jsp and servlets run perfectly. I have Cocoon working great with TomCat all the xml and xsp files run prefectly. I have Apache Web Server & TomCat and Cocoon working perfectly! But when I try to run XML or XSP files through IIS it does not get processed on the serv

Re: C1 to C2

2001-07-13 Thread Andre Juffer
Luca, I have been playing with your suggestions. This is what I have added to httpd.conf as a test case: RewriteEngine On RewriteLog "/var/log/rewrite.log" RewriteLogLevel 3 RewriteRule Biocomputing/(.*) http://ajuffer-dsl.oulu.fi:8080/cocoon/Biocomputing/$1 [PT] (The last two lin

Pooled connection problems with Cocoon 1.8.2

2001-07-13 Thread ralph | m.e.c. media
Hi, I've got some problems with the pooled connection under Cocoon 1.8.2. I'm using a Tomcat 3.3dev Version on a SuSE Linux 6.4 I've been using Cocoon with a pooled connection as a webapp from Tomcat successfully for a while, now. Just recently I've added a second webapp and have been experiencin

Re: [C1] Syntax checking in Cocoon

2001-07-13 Thread Berin Loritsch
Validation has been turned of by default in Cocoon because it is an expensive operation. In a server environment where you will be sending the same document hundreds or thousands of times a day (depending on site traffic), the added overhead of validation is too expensive to do for each request.

RE: C1 to C2

2001-07-13 Thread Luca Morandini
Andre, I think you shouldn't put the entire URI in the substitution rule, instead, try the following: RewriteRule Biocomputing/(.*) /cocoon/Biocomputing/$1 [PT] BTW, don't forget to pass every URI with /cocoon to Tomcat, in order to avoid specifying port 8080. Best regards,   -

Re: [C2] User Authentication

2001-07-13 Thread Uli Mayring
On Fri, 13 Jul 2001, Berin Loritsch wrote: > Ah, I see. This is the non-portable realm thing. > Every servlet vendor integrates their realms differently. > Also, I need my users to authenticate against my database, > and have that solution portable accross systems. What do you mean by portable?

RE: ./build.sh - permission denied

2001-07-13 Thread Liam MacQuarrie Morley
Goodness gracious. This list gives me 60 emails a day, and still we need SEVERAL RESPONSES ALL SAYING THE SAME THING. Check to see if a response has already been posted before filling up my inbox. This was a simple problem, it required ONE SIMPLE SOLUTION. You don't even need to reply to the list.

Re: Cocoon 2 in BEA WLS 6.0

2001-07-13 Thread Karun114
yeps ! I have tried to install c2 under BEA WLS 6.0 SP1 on RH Linux 7.0. Unfortunately, I have not been able run it perfectly. I get a org.apache.cocoon.ProcessingException... saying Sitemap handler's sitemap could not be found. Initially, after following the instructions on cocoon site (copyin

Re: The sitemap handler's sitemap is not available

2001-07-13 Thread Karun114
i wish it could .. but i am having the same problem even after starting the server from the GUI environment. I have RH 7.0 and weblogic 6.0 SP1. The error . sitemap handler's sitemap not found. exception thrown from org.apache.cocoon.ProcessingException... I wish I could beat it .. Please share

Re: Generating PDF on the fly

2001-07-13 Thread Carlos Araya
This is the order I'm applying them in And it's still not displaying the PDF file as it should Carlos >Carlos Araya wrote: >> >> >Carlos wrote: >> >> >> >> I'm trying to generate PDF documents on the fly using docbook (4.1.2) and >> >> Norman Walsh's stylesheets. It will not generate the P

Re: ./build.sh - permission denied

2001-07-13 Thread Mariano Kamp
Hi there, use chmod +x build.sh. That should work. There seems to be somebody left who is using windows and is also a comitter ;-) Mariano On Friday 13 July 2001 12:19 pm, raghu wrote: > Hello there, > I am unable to build the cocoon2, i downloaded the cocoon-2.0-b1.tar from > xml.apac