File dowloading

2003-01-03 Thread Andre Juffer
Hi, I am having some trouble with the following. I want users to be able to download some zip (or any type) files. So, I have put in the sitemap the following: The action simply checks if the user is allowed to access the zip files. And if not, the user is being redirected to

File downloading with cocoon

2003-01-06 Thread Andre Juffer
Hi, I am having some trouble with the following. I want users to be able to download some zip (or any type) files. So, I have put in the sitemap the following: The action simply checks if the user is allowed to access the zip files. And if not, the user is being redirected to

Re: Would cocoon be a good choice ?

2003-01-06 Thread Andre Juffer
[EMAIL PROTECTED] wrote: Hello ! I am wondering if cocoon would help in doing the following. The users need to download zipped pdf and txt files filled with data comming from a DB2 db. The data uploaded depend on the user's login and can range from 100 to 1 000 000 records. platform

Re: File downloading with cocoon

2003-01-06 Thread Andre Juffer
Mb file gives me trouble. The file is being downloaded up to about 78% of its size. And that's it. The process simply stops. Thanks for your help, Andre. Geoff Howard -Original Message- From: Andre Juffer [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 4:20 AM To: cocoon-

Re: File downloading with cocoon

2003-01-06 Thread Andre Juffer
that. These files were made by others, however. It would be easier to download a single file (associated with a single course). Thanks again, Andre. Geoff -Original Message- From: Andre Juffer [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 12:48 PM To: [EMAIL PROT

Re: File downloading with cocoon

2003-01-06 Thread Andre Juffer
Litrik De Roy wrote: From: "Andre Juffer" <[EMAIL PROTECTED]> Geoff Howard wrote: ah, that's a different ballgame - can you confirm that things work well with smaller files? Yes, I can. Just tried a 5 Mb zip file. No problem at all. The contents of that

Re: how to access parameter inside of action

2003-01-19 Thread Andre Juffer
Nils Leßmann wrote: Hi! This one can?t be too tough ? anyway I?m not able to find an example somewhere. I?m writing my own action and need to pass a parameter, with something like How can I access this value inside the action? The cocoon docs just mention that this work, but no

Re: Apache, Tomcat 4, Cocoon, mod_webapp, and mod_rewrite -- how to get it working?

2001-11-29 Thread Andre Juffer
Liam Morley wrote: > I'm looking for somebody who is using the above pieces. Or really just > anybody who is using mod_rewrite. My mod_rewrite is set up as follows: > > RewriteEngine On > RewriteLog "E:/apache/Apache/logs/rewrite.log" > RewriteLogLevel 3 > RewriteRule ^/(.*) /cocoon/cms/$1 [PT]

Re: File Upload using action or any other approach

2002-04-15 Thread Andre Juffer
Chitharanjan Das wrote: > Hello? > > Has anyone accomplished to upload files from html forms to > the server to a specific directory .. Yes, I did, with an action. What is the problem? -- Andre H. Juffer | Phone: +358-8-553 1683 The Biocenter and| Fax:

Re: File Upload using action or any other approach

2002-04-16 Thread Andre Juffer
Olivier Rossel wrote: >> >> >>> Hello? >>> >>> Has anyone accomplished to upload files from html forms >>> to the server to a specific directory .. >> >> >> Yes, I did, with an action. What is the problem? > > > Can you please explain how you did that? > Or may be provide us the

C1->C2 migration

2001-07-06 Thread Andre Juffer
Hi, I have recently tried Cocoon2 (with Tomcat 3.2.1, Slackware Linux, Apache 1.3.*) and got everything to work. That is, it was no problem to read http://localhost/cocoon. I did not modify any of the existing configuration files of Apache or Tomcat, when installing cocoon2. I have used in th

Re: Cocoon 2 errors

2001-07-06 Thread Andre Juffer
Hi Dinkar, I have had exactly the same problem, several times in fact. I have been running tomcat with apache and cocoon2. I have restarted everything manually and the problem disappeared. The reason was not clear to me. Andre. Dinkar Ganti wrote: > I am getting the following internal server

C1 to C2

2001-07-11 Thread Andre Juffer
Hi, just recently I have posted a question about having cocoon2 recognizing my own context under tomcat/webapp. This may be a tomcat problem, still I had cocoon1.8.2, together with the apache web server and tomcat, working just fine with my own context. Obviously, I would like to be able to d

Re: C1 to C2

2001-07-12 Thread Andre Juffer
Luca Morandini >GIS Consultant > [EMAIL PROTECTED] > +39 0744 59 85 1 Office > +39 0335 681 02 12 Mobile > http://utenti.tripod.it/lmorandini/index.html > - > > > --

Re: C1 to C2

2001-07-12 Thread Andre Juffer
Luca Morandini wrote: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Andre >> Juffer >> Sent: giovedì 12 luglio 2001 15.11 >> To: [EMAIL PROTECTED] >> Subject: Re: C1 to C2 >> >> >>

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 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: 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

Re: Fw: RE: C1 to C2

2001-07-16 Thread Andre Juffer
Arnaud, just wondering, do you have a setup with tomcat3 or tomcat4. I am currently playing with apache1.3-tomcat4-cocoon2, but it seems that the way to get apache 1.3 and tomcat4 working together is different than the way this is carried out for apache1.3 and tomcat3. Cheers, Andre. Arnaud Va

Re: OT: Tomcat version [was Re: Fw: RE: C1 to C2]

2001-07-16 Thread Andre Juffer
Arnaud Vandyck wrote: > > On Mon, 16 Jul 2001 12:58:36 +0300, Andre Juffer <[EMAIL PROTECTED]> wrote: > > > Arnaud, > > > > just wondering, do you have a setup with tomcat3 or tomcat4. I am > > currently playing with apache1.3-tomcat4-cocoon2, but it seems

C1 to C2

2001-07-16 Thread Andre Juffer
Luca, Anders, Lajos, I keep on having the same problem. While localhost:8080/cocoon correctly displays the welcome page of cocoon2, it seems to be impossible for me to get apache + tomcat 3.2.2 + cocoon2 working together, such also the request localhost/cocoon displays the welcome page. The f

Re: C1 to C2

2001-07-17 Thread Andre Juffer
44 59 85 1 Office > +39 0335 681 02 12 Mobile > http://utenti.tripod.it/lmorandini/index.html > ----- > > > >> -Original Message- >> From: Andre Juffer [mailto:[EMAIL PROTECTED]] >> Sent: lunedì 16 l

Re: [C2] serving via Apache

2001-07-17 Thread Andre Juffer
Mike, I am currently experiencing exactly the same problem. I can only reach cocoon2 via port 8080, while /examples etc. are properly served via Apache. I am running on a Linux box (Slackware 7.1). Just wondering, what is your system: Win NT, Linux, ..? I have installed mod_jk, but it did no

Re: C1 to C2

2001-07-18 Thread Andre Juffer
t; > > By the way, I'm not using Linux, but Windows NT 4.0 (as you may guess from > the paths...). > > Best regards, > > - >Luca Morandini > GIS Consultant > [EMAIL PROTECTED]

Re: C1 to C2

2001-07-18 Thread Andre Juffer
Davanum Srinivas wrote: > Andre, > > Can you re-post the complete instructions in the form of a FAQ? I will check it in. Yes, I'll see to it and send something in within the next day or so. Cheers, Andre > > Thanks, > dims > > --- Andre Juffer <[EMAIL

Re: C1 to C2, FAQ

2001-07-20 Thread Andre Juffer
as wrote: > Andre, > > Can you re-post the complete instructions in the form of a FAQ? I will check it in. > > Thanks, > dims > > --- Andre Juffer <[EMAIL PROTECTED]> wrote: > >> Hi All, >> >> I got it finally working. The directive

Cocoon2: ant problem

2001-08-14 Thread Andre Juffer
Hi All, I experience a somewhat perculiar problem when I try to install cocoon2 on a Redhat Linux box. If I run build.sh, I get the following Apache Cocoon 2 Build System ./build.sh: /usr/local/xml-cocoon2/bin/ant: No such file or directory But, the /usr/local/xml-

Re: Cocoon2: ant problem

2001-08-14 Thread Andre Juffer
Hi Sébastien, I kept on looking in the archive in the mean time, and ultimately found a solution, just seconds ago (after 1 hour of search). It is not the build.sh script but the bin/ant file itself. It seems that this file was created on a DOS system, so you have to run dos2unix on bin/ant and b

[C2] Pipeing non-XML thrue Cocoon

2001-08-17 Thread Andre Juffer
>> What do you mean by "Write a custom Reader class that retrieves that >> PDF and puts it down the stream." ?! >The org.apache.cocoon.reading.Reader interface is a combination of a >Generator and a Serializer. Look at the classes in there for samples. >Giacomo If I understood things correctly

Re: mod_rewrite

2001-08-23 Thread Andre Juffer
Liam Morley wrote: > > Can anybody who has successfully used mod_rewrite for Cocoon2 please > contact me, or send me your full configuration (apache, tomcat if used, > cocoon)? if you're using mod_jk, that'd be yet another plus. Or if not > full configuration, as much as you can spare... > > Her

C2: About taglibs

2001-08-23 Thread Andre Juffer
Dear All, I have a practical question. I have this taglib that I have written earlier for C1. With C1, one could tell cocoon where to find the corresponding xsl file through an entry in cocoon.properties. What is the best way of doing this with C2. The cocoon.xconf file contains entries like

Re: ./build.sh: /home/dcuser/cocoon/bin/ant: no such file or directory

2001-08-23 Thread Andre Juffer
raghu wrote: > > Hello, > I am trying to install the Cocoon2b2 version. But when i try to build the > cocoon.war i get the error, that it is not able to find ant. I have set the > ANT_HOME , but still i get the same error. > Thanx, > Raghu > "light the deep, and bring silence to the world. > li

Re: How to get a NodeList via a XPath like String?

2001-10-02 Thread Andre Juffer
Jan wrote: > Is there a way to get a NodeList containing all nodes of a specified > Document that match (XPath) to an expression string like > > "/mux/content//sidebox" or "/mux/content[@lang = 'us-en']//sidebox[1]" etc.? You may want to have a look at the org.apache.xpath package that is i

Re: installation cocoon

2001-10-21 Thread Andre Juffer
Wim Peeters wrote: > Hello, > > Can someone help me with the installation of cocoon. > If there a document or is someon willing to describe > the steps to make tomcat work with cocoon. I have the > following versions installed on my machine: > > apache http server 1.3.22 > tomcat 4.0.1 > coc