DB-password clear text - what alternatives?

2001-08-29 Thread Derek Hohls
Please expand on the hintsbelow... there are few areas that are not clear to me yet - at the moment all my passwords are stored in the xml file that makes the calls to the db e.g. String DBPass = "password"; ... esql:passwordxsp:exprDBPass/xsp:expr/esql:password and I am worried thatas

Re: DB-password clear text - what alternatives?

2001-08-29 Thread Bertrand Delacretaz
On Wednesday 29 August 2001 08:21, Derek Hohls wrote: What is a ' localhost loopback' I assume that means connecting to the same host using localhost (with Cocoon and DB running on the same server). Most (hopefully all) network stacks will in such case send IP packets internally without

Cocoon2 + SSL.

2001-08-29 Thread jose . camacho
I use Tomcat with Cocoon2. But now i need SSL. I've tried with tomcat but i can't. Someone can tell me how to do it properly. I've done all with tomcat papers but it doesn't work well. Some questions: 1) is 8443 is the port to get into.? 2) How can i access

Re: How do you create dynamic XML content under Cocoon?

2001-08-29 Thread Piroumian, Konstantin
Sorry if this is easily answered, or has been answered many times but I couldn't find any answers in the mailing list logs. For dynamic XML content Cocoon uses XSP (eXtensible Server Pages). Look at the C2 site: http://xml.apache.org/cocoon2 and you will see a lot of links to XSP stuff. If

How to use Jfor with Cocoon 1.8.2 ?

2001-08-29 Thread Sébastien Lefebvre
Hi, I'd like to use jfor in order to produce RTF file format. The last version of jfor runs on FOP 0.19. Cocoon 1.8.2 comes with Fop 0.15 FOP 0.19 also runs with newer version of Xerces and Xalan. What do I have to do in order to upgrade the FO processing part of Cocoon 1.8.2? Thanks

Re: How to use Jfor with Cocoon 1.8.2 ?

2001-08-29 Thread Bertrand Delacretaz
Bonjour Sébastien, I'd like to use jfor in order to produce RTF file format. Actually jfor is independent of FOP, and has to be configured as a separate processor for Cocoon (1.x only, there is no jfor adaptor for Cocoon 2 yet). There are (sparse) instructions on how to configure jfor with

Re: Cocoon2 + SSL.

2001-08-29 Thread Giacomo Pati
Wrong list, Please post to tomcat-users Giacomo Quoting [EMAIL PROTECTED]: I use Tomcat with Cocoon2. But now i need SSL. I've tried with tomcat but i can't. Someone can tell me how to do it properly. I've done all with tomcat papers but it doesn't work well. Some questions:

Re: Can't run under JBoss2.4/Tomcat3.2.3

2001-08-29 Thread Nicolai P Guba
On 28 Aug 2001 22:32:28 +0200, Gianugo Rabellino wrote: Hmmm, on Jboss 2.4 with latest coccon-2 build and IBM jdk1.3 I get this little surprise: java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. Why on earth does this thing

Re: Dynamic form handler

2001-08-29 Thread Mario Muja
You can have a hidden field in the form, which tells the processing logic behind it, which action to perform. For example, you could use the hidden field values process_edit and process_display or corresponding numbers. The processing logic can be an XSP page, which generates content

printable documentation

2001-08-29 Thread Catalin Constantin
Hi everybody, I'm new using cocoon and i would appreciate if any of you can give me some link from where Ican download some printable documentation regarding Cocoon. I'm intrested in a detailed documentation of xsl tags, xsp tags and esql tags. Any other documentation is highly

Re: printable documentation

2001-08-29 Thread Mario Muja
Hi, to learn something about XSP, I used the documentation available on the C2 homepage. To learn about the syntax of ESQL, I browsed the esql.xsl file delivered with C2. To learn XSLT, I can recommend Michael Cay XSLT Programmers Reference 2nd Edition Wrox Publishing ISBN: 1861005067

Re: only cocoon and XML ?

2001-08-29 Thread Mario Muja
018601c13083$3125e2a0$0b01a8c0@w2k"> is there possible to make an web application that has a sql backend and uses lots of forms and file uploads to be done only using XMl and Cocoon ? Yes. I am building such applications only using C2, my little Java knowledge and my relatively good

Sample's Working Explanation

2001-08-29 Thread Ankush Anand
Hi I have installed Cocoon2.0-b2 on tomcat4.0-b7 run the samples provided with it. Could anyone pl tell me how is the sample(let's say multimedia Hello World) actually working.I edited the hello-page.xml and the same is reflected on different o/p formats. But I am not sure how this xml file is

RE: Sample's Working Explanation

2001-08-29 Thread Ankush Anand
It's not in the faq's -Original Message- From: Ankush Anand [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 6:19 PM To: [EMAIL PROTECTED] Subject: RE: Sample's Working Explanation -Original Message- From: Ankush Anand [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

RE: Sample's Working Explanation

2001-08-29 Thread java guru
Hi., Cocoon framework is three layers(in simple explanation).. generator--transformer--serializer. Generator generates xml:-) Transformer transformes xml:-) and Serializer serializes:-) Please dont laugh at the explanation 'coz the terms stand for themselves. Its like input(feeder),

RE: Sample's Working Explanation

2001-08-29 Thread java guru
And please DO NOT post same message multiple times... Thanks --- Ankush Anand [EMAIL PROTECTED] wrote: It's not in the faq's -Original Message- From: Ankush Anand [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 6:19 PM To: [EMAIL PROTECTED] Subject: RE: Sample's

Acces File-Date with Cocoon ?

2001-08-29 Thread Christofer Dutz
Hi again. How can I get the date of a xml-file that is beeing accessed automaticaly with any of the Cocoon technologies ? Thanx in advance, Christofer Dutz

RE: a very strange behaviour related to getting pages thru port 80

2001-08-29 Thread Enric Staromiejski
We forgot explaining that both boxes work ok when cocoon is invoked thru port 8080. Thanks -Mensaje original- De: Enric Staromiejski [mailto:[EMAIL PROTECTED]] Enviado el: miércoles, 29 de agosto de 2001 15:27 Para: [EMAIL PROTECTED] Asunto: a very strange behaviour related to getting

RE: a very strange behaviour related to getting pages thru port 80

2001-08-29 Thread Raphaël Goulais
On Wed, 29 Aug 2001, Enric Staromiejski wrote: We forgot explaining that both boxes work ok when cocoon is invoked thru port 8080. Are you using apache and mod_jk on port 80 ? And in this case, how do you configure apache (auto, manually) ... ?

Problem installing cocoon

2001-08-29 Thread Parry, Alan
Hi, I'm a newcomer to java and cocoon and I'm having a bit of a problem installing cocoon. I get the following message when I try and run the build.sh script and I'm unable to determine why. ./build.sh: CP=/home/oracle734/jdbc/lib/classes111.zip: is not an identifier I've tried unsetting my

Re: Separation of Logic and Content

2001-08-29 Thread Arnaud Vandyck
Date: Wed, 29 Aug 2001 14:14:39 From: Beat De Martin [EMAIL PROTECTED] # # ## # # ### # # # ### ## # #### ## # # # # ## # ### # # # # # # # ## ##### # # # # # # ## # ### # #

One agan .. in plain text ( Access File-Date with Cocoon ? )

2001-08-29 Thread Christofer Dutz
Hi again. How can I get the date of a xml-file that is beeing accessed automaticaly with any of the Cocoon technologies ? Thanx in advance, Christofer Dutz - Please check that your question has not already been answered

Tried just about everything

2001-08-29 Thread Matt Jezorek
Cocoon 2 from CVS Tomcat 4 beta 7 no extra jars no extra anything. edited the web.xml in the webapps/WEB-INF from the cvs checkout to include the path to the servlet.jar used ./build.sh -Dinclude.webapp.libs=yes webapp copyed the cocoon.war file to the /home/jakarta-tomcat/webapps directory

Re: Tried just about everything

2001-08-29 Thread Gianugo Rabellino
On Wed, Aug 29, 2001 at 11:15:31AM -0400, Matt Jezorek wrote: ran the ./startup.sh in the bin dir and hit http://www.bluelinux.org:8080/cocoon/ this is what i got java.security.AccessControlException: access denied (java.io.FilePermission

Re: [Offtopic] HTML content (was: Separation of Logic and Content)

2001-08-29 Thread Sergio Carvalho
On Wed, 29 Aug 2001 16:51:55 +0200 (CEST), Arnaud Vandyck wrote: From: Arnaud Vandyck [EMAIL PROTECTED] -- Date: Wed, 29 Aug 2001 14:14:39 From: Beat De Martin [EMAIL PROTECTED] # # ## # # ### # # # ### ## # #### ## # # # # ## #

Re: How to use Jfor with Cocoon 1.8.2 ?

2001-08-29 Thread Sébastien Lefebvre
Bertrand, Reading the README file, I thought it was much more complicated than it is. I'll keep you informed of my experience when I'll use more complicated features of jfor (images, tables ...) I had no problem installing jfor on my system (I ran the minimum fo file successfully). FYI, I use

Re: Tried just about everything

2001-08-29 Thread Marcus Crafter
Hi Matt, On Wed, 29 Aug 2001, Matt Jezorek wrote: edited the web.xml in the webapps/WEB-INF from the cvs checkout to include the path to the servlet.jar This shouldn't be necessary as tomcat comes with it's own servlet.jar, which is available to all webapps, putting your own

Re: Tried just about everything

2001-08-29 Thread Matt Jezorek
I have opened the disk wide open on those directories to 0777 I am running Linux on a Cobalt RAQ3 with most current jdk and jre. I have absolutly nothing extra in the class path only what is default to jdk , jre, tomcat, and cocoon. I will try to get both tomcat and cocoon from cvs and just make

a very strange behaviour related to getting pages thru port 80 (amazingly solved)

2001-08-29 Thread Enric Staromiejski
Solution: BY MISTAKE (mistakes are very productive sometimes) we had the following lines in the public box's tomcat/conf/my-mod_jk.conf: JkMount /cocoon/servlet/* ajp12 JkMount /cocoon/*.jsp ajp12 JkMount /cocoon/*xml ajp12 When we added the last file to the my-mod_jk.conf we intended to

Rif: JBoss and Cocoon 2 : Null pointer exception

2001-08-29 Thread michele bianchi
did you try using tomcat separately? i run without probs jboss 2.4.0, tomcat 3.2.3 and cocoon2b2. m Da: Jesper Rasmussen [EMAIL PROTECTED] Data: 29/08/2001 15:57 A: [EMAIL PROTECTED] Oggetto: JBoss and Cocoon 2 : Null pointer exception I know people before me have asked about this,

Rif: JBoss and Cocoon 2 : Null pointer exception

2001-08-29 Thread michele bianchi
did you try using tomcat separately? i run without probs jboss 2.4.0, tomcat 3.2.3 and cocoon2b2. m Da: Jesper Rasmussen [EMAIL PROTECTED] Data: 29/08/2001 15:57 A: [EMAIL PROTECTED] Oggetto: JBoss and Cocoon 2 : Null pointer exception I know people before me have asked about this,

Cocoon/Tomcat on a RAQ Cobalt3 with 64 MB RAM, possible ??

2001-08-29 Thread Samuel ARNOD-PRIN
what do you think of such a configuration ? for a small web site. thank you - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe,

Re: Tried just about everything

2001-08-29 Thread Matt Jezorek
Yes but it says in the cocoon instructions to add it to the cocoon/webapps/WEB-INF/web.xml Quote: Tomcat 4.0 does not expose the servlet.jar file to Apache Cocoon by default, so before you build the Apache Cocoon webapp you will need to add the following to the Apache Cocoon servlet definition

The requested resource (/welcome) is not available

2001-08-29 Thread Roger I Martin PhD
when accessing cocoon at http://localhost:8080/cocoon using tomcat 4.0 build 8 and Cocoon-2.0b2 on Windows 2000, I get HTTP Status 404 - /welcome The requested resource (/welcome) is not available. However http://localhost:8080/cocoon/xsp/simple works and yields the"A Simple XSP Page"

Re: Tried just about everything

2001-08-29 Thread Marcus Crafter
Hi Matt, Thanks for the pointer, with Tomcat 4.0b7 this was not needed for me, Cocoon worked out of the box. I'll test this a bit further and clarify the Cocoon documentation. Cheers, Marcus On Wed, 29 Aug 2001, Matt Jezorek wrote: Yes but it says in

Re: Can't run under JBoss2.4/Tomcat3.2.3

2001-08-29 Thread IBrandt
Minor Update, I took Cygwin out of the picture. Removed and reinstalled everything entirely via DOS. I got the same results as while under Cygwin as far as I can tell: with jdk1.4 it throws a class not found exception on org.apache.xerces.parsers.SAXParser. I can't understand how it is not

Re: Q: DB-password clear text?

2001-08-29 Thread Mariano Kamp
Michael, to prevent unauthorised pesonnel to look at the password you could probably unset the read flag of their group. Mariano On Tuesday 28 August 2001 22:38, Martin Man wrote: On Tue, Aug 28, 2001 at 11:21:45AM +0200, Enke Michael wrote: Hi! Is there a possibility or would it be

Re: Can't run under JBoss2.4/Tomcat3.2.3

2001-08-29 Thread Nicolai P Guba
On 29 Aug 2001 14:28:08 -0400, [EMAIL PROTECTED] wrote: Minor Update, I took Cygwin out of the picture. Removed and reinstalled everything entirely via DOS. I got the same results as while under Cygwin as far as I can tell: with jdk1.4 it throws a class not found exception on

Re: only cocoon and XML ?

2001-08-29 Thread Liam MacQuarrie Morley
Currently, we use our own transformer to pass the http request on to data sources, which then interpret this and send the appropriate SAX events. I'm interested in hearing the different ways of wrapping java apps within Cocoon. Liam Morley - Original Message - From:

Re: Separation of Logic and Content

2001-08-29 Thread Liam MacQuarrie Morley
It would be nice if you were to mention whether you are using Cocoon 1 or Cocoon 2, as I'm not sure if there are differences. The following is what I do for Cocoon 2 to seperate the XSL from the XML in the stylesheet (which is fairly common in the examples): map:match pattern=*.html

RE: logic

2001-08-29 Thread Mark S. Kent
Do I get counted off points as a newbie poster when I'm just stupid?? Bad coding on my part in another page: While trying to get the xsp:logic to work, I mistakenly placed it in a sub XSL file and didn't close it. Argh. -Original Message- From: Mark S. Kent [mailto:[EMAIL PROTECTED]]

Re: Tried just about everything

2001-08-29 Thread Matt Jezorek
doing the easy way out giving up - Original Message - From: Matt Jezorek [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 1:14 PM Subject: Re: Tried just about everything Yes but it says in the cocoon instructions to add it to the

C2 slow?

2001-08-29 Thread Bernie Lee
hi i was just wondering (newbie question). C2 seems slow loading a page. on my p2-500, 192MB RAM, running w2kpro, T4b7 and C2b2, it takes about 3 secs to load dynamic content. i'd imagine from the net, it might take 4-5 secs. doesnt that seem a tad slow?

Problem installing cocoon

2001-08-29 Thread G Crawshaw
I am having problems installing cocoon - I have tried both downloading the latest official release of cocoon2 and also following the cvs instructions for unix - both end in the same error message when I attempt to install cocoon2. When I attempt to execute the following: ./build.sh