SSL crash with Cocoon 1.82

2001-07-09 Thread Frans Thamura
Dear All, Are there anyone ever try use Cocoon in Apache with SSL connection. I create components and work well in HTTP environment, but in HTTPS Do you have a solution or tips for me? Thanks Fran _ Do You Yahoo!? Get your free

Installing Cocoon2

2001-07-09 Thread JStalnecker
I have been trying to install Cocoon2.0b1 on my Windows NT environment for a couple of days, without success. According to the Install directions this should be an easy four step process. I have downloaded the zip many times, and each time I try to install it I received errors on the build. The

Using XSP in both XML and XSL

2001-07-09 Thread Jason Smith
I've been looking for an answer to this for some while now and I can't seem to find any sort of solution for it, so if anybody here can help me out I'd be most appreciative. Here's the deal: I'm wondering if you can use XSP in both an XML file and in an XSL file. Here's basically what I'm

Re: AW: Installing Cocoon2

2001-07-09 Thread JStalnecker
actually my cocoon\lib folder has 8,724,857 bytes used, curious. Also I am using jdk1.3 ( I am not sure if this would affect cocoon or not) Carsten

Re: Installing Cocoon2

2001-07-09 Thread JStalnecker
Yes I am running this from the DOS prompt. Here I hope this helps. C:\C:\Cocoon-2.0b1\build.bat -Dinclude.webapp.libs=yes webapps C:\if not c:\jdk1.3 == goto gotJavaHome C:\if not c:\Cocoon-2.0b1 == goto gotAntHome C:\set CP=c:\jdk1.3\lib\tools.jar;c:\Cocoon-2.0b1\lib\ant_1_3.jar;c:

Installing Cocoon 2 onto Cocoon 1

2001-07-09 Thread Eric Vernichon
There's no problem compiling. Once i've done the instructions given on the cocoon site, and when i try it, it seems to be the old cocoon running (v1.8.2). Anyone can tell me what files i need to remove. Thanks. - Please check

Servlet error starting cocoon2

2001-07-09 Thread Daniel Fernández
Attached, you have the HTML page returned by COCOON I've made all posibilities: Make the war, and put it into the webapps. 1- Without the file lib/jaxp.jar TOMCAT CAN'T START 2- Renaming the file lib/parser.jar to lib/zparser.jar - TOMCAT CAN'T START 3- With the

Re: Servlet error starting cocoon2

2001-07-09 Thread Lajos Moczar
You need to copy the xercesXXX.jar file from the Cocoon2 distribution to $TOMCAT_HOME/lib AND remove both jaxp.jar and parser.jar. I've got 3.2.2 running with Cocoon2 on Win98 and Linux. On Linux, I got away with copying the xerces jar, removing jaxp.jar and renaming parser.jar to

Hi, Nayim !

2001-07-09 Thread hayriye yerlikaya
Concerning your ask for help from Januar 2001 : You have to use stylesheet ! If you need any help, you can ask me ! Be successfull ! - Please check that your question has not already been answered in the FAQ before posting.

[C2.0/1] Error in SQLTransformer??

2001-07-09 Thread Lajos Moczar
I've been trying to find out why SQLTransformer has empty result sets. After various debug statements, I realized that the finally clause in the execute() method of the Query object in SQLTransformer.java is closing and releasing the connection after the query is executed. Does anyone know

Examples

2001-07-09 Thread JStalnecker
Does anyone have a simple example using Cocoon to create a PDF file for display in a browser from a dynamically created XML document? In the past I have created a dynamic XML document, processed it using a static XSL document using a custom servlet which explicitly named the processor to

RE: [C2.0/1] Error in SQLTransformer??

2001-07-09 Thread Vadim Gritsenko
Check CVS version of transformer - IIRC this issue is already resolved. Vadim -Original Message- From: Lajos Moczar [mailto:[EMAIL PROTECTED]] Sent: Monday, July 09, 2001 15:20 To: [EMAIL PROTECTED] Subject: [C2.0/1] Error in SQLTransformer?? I've been trying to find out why

Re: Yeah, we need (Examples )

2001-07-09 Thread Kalven Beaver
Anyone that could supply a short but sweet example for c2, I would also appreciate it! kb --- [EMAIL PROTECTED] wrote: Does anyone have a simple example using Cocoon to create a PDF file for display in a browser from a dynamically created XML document? In the past I have created a dynamic