Re: ctwig update

2001-09-24 Thread giacomo
On Tue, 25 Sep 2001, Jeremy Aston wrote: > Just a quick note to advise that cTwIG - the C2 Idiots Guide - has been > converted from raw HTML to xdocs format. The result of this is that the url > has slightly changed to http://www.pigbite.co.uk/ctwig/index.html. > index.htm will continue to work

Problems with cocoon

2001-09-24 Thread rtebar
Hello, I need some help, After installing cocoon I've tried to run the Cocoon.xml example, but it reports me this error (see error.txt). Can you help me out with this so I can progress with the installation, many thanks in advance. Raul Tebar

Re: cocoon 2 and tomcat 4

2001-09-24 Thread Wes Morgan
I am getting the same error on a clean install of both Tomcat 4.0 final and Cocoon 2.0rc1. I am running Debian GNU/Linux with IBM JDK 1.3. My CLASSPATH is also empty when compiling cocoon.war. Any help would be greatly appreciated. Wes Morgan Ed Nixon wrote: > At 08:02 PM 24/09/2001 -0400, V

ctwig update

2001-09-24 Thread Jeremy Aston
Just a quick note to advise that cTwIG - the C2 Idiots Guide - has been converted from raw HTML to xdocs format. The result of this is that the url has slightly changed to http://www.pigbite.co.uk/ctwig/index.html. index.htm will continue to work but please update any links/favorites as this migh

Help is requested

2001-09-24 Thread N.V.Sairam
Hi, I am just in Cocoon. I could run the samples successfully. I am working with eXcelon, which will give me the DOM as per the criteria. I wish to know how integrate the DOM with the Cocoon, so that I can generate my required makr up langauges. Thanks, N.V.Sairam ***

RE: cocoon 2 and tomcat 4

2001-09-24 Thread Ed Nixon
At 08:02 PM 24/09/2001 -0400, Vadim Gritsenko wrote: >Work just fine if followed instructions in install.html document. >Make sure you do have empty CLASSPATH when building cocoon.war. > >Vadim Thanks, Vadim. I've read the Install file many times; followed the instructions therein *and* blanked

RE: cocoon 2 and tomcat 4

2001-09-24 Thread Vadim Gritsenko
Work just fine if followed instructions in install.html document. Make sure you do have empty CLASSPATH when building cocoon.war. Vadim > -Original Message- > From: Ed Nixon [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 24, 2001 6:53 PM > To: [EMAIL PROTECTED] > Subject: cocoon 2

Re: Tomcat 4.0 + Cocoon2 rc1 on RedHat 6.2

2001-09-24 Thread Jeff Turner
Other than the obvious "try a different JDK" advice, you might try looking carefully at what jars you have installed. Tomcat 4.0 comes with a lot of miscellaneous crud in common/lib. Eg, I found that Cocoon 1.8 would cause this sort of VM crash if I used an earlier version of xalan.jar than the o

Re: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Jeff Turner
For a real-world example of a Cocoon website being generated offline, have a look at the jakarta-avalon documentation system. All driven by Ant.. pretty cool :) wget is probably less hassle though. --Jeff On Mon, Sep 24, 2001 at 10:51:15AM +0200, Sebastian Mäder wrote: > Hi there, > > my name

Tomcat 4.0 + Cocoon2 rc1 on RedHat 6.2

2001-09-24 Thread Lajos Moczar
Hi all: I tried this install today, using JDK 1.2.2_006. The Tomcat code is the 4.0 release version and Cocoon2 is the version announced this morning. When I access http://localhost:8080/cocoon, Tomcat core dumps with stuff like this (in catalina.out): *** SIGSEGV 11* segmentation vio

cocoon 2 and tomcat 4

2001-09-24 Thread Ed Nixon
Is there a combination of cocoon version 2 and tomcat 4 that works? On Win2K with JVM /JRE 1.3.1? I've spent the day trying a number of options: 1. tomcat4 win install as service with cocoon2 rc1 2. tomcat4 zip in console with cocoon2 rc1 and b2 3. tomcat323 in console with cocoon 2 rc1 The tom

Re: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread giacomo
On Mon, 24 Sep 2001, Arno Illmann wrote: Arno Please post in english or in private. TIA Giacomo > oder z.B mit Webcopier (mein favorite, ist auch freeware) oder noch anderen "offline >browsern". Aber warum eine static version ? > > mfg, Arno > > Sebastian Mäder schrieb: > > > > Hi there, >

RE: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Michael McKibben
Hello, Cocoon also includes a command line utility for this. Run "java -jar cocoon.jar -help" for usage description (the cocoon.jar file contains a Class-Path manifest so as long as cocoon.jar is in your cocoon lib directory your classpath should be set up automatically.) Regards, --mike -O

Re: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Arno Illmann
oder z.B mit Webcopier (mein favorite, ist auch freeware) oder noch anderen "offline browsern". Aber warum eine static version ? mfg, Arno Sebastian Mäder schrieb: > > Hi there, > > my name is sebastian and im a trainee on a company in Gemany. Im was > building a website with xhtml and cocoo

Re: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Bertrand Delacretaz
> i have to build a "STATIC HTML VERSION" of > my cocoon site wget (www.gnu.org/software/wget) should allow you to do this - it will recursively pull HTML pages from an HTTP connection and save them as static files. -- -- Bertrand Delacrétaz, www.codeconsult.ch -- web technologies consultan

Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Sebastian Mäder
Hi there, my name is sebastian and im a trainee on a company in Gemany. Im was building a website with xhtml and cocoon2 .. Now my big boss said to me, that i have to build a "STATIC HTML VERSION" of my cocoon site, and I don't know how I can do this. The only way I know is, to save from Browser

[C1] A Servlet Exception Has Occurred

2001-09-24 Thread Gustavo Mejia
Hello everyone, I am changing my appserver from tomcat 3.2 to tomcat 4, and also I need to reinstall cocoon (1.8.2), I followed every step, but I got the next error, I hope you can help me !! A Servlet Exception Has Occurred Exception Report: javax.servlet.ServletException: Class org.apache.coco

Re: Configure a oracle db conection in cocoon2

2001-09-24 Thread Lajos Moczar
Hi Alberto: Here is what you have to do: 1) Add the Oracle class to Cocoon's web.xml in the "" section, thus: load-class oracle.jdbc.driver.OracleDriver ... // Other database classes 2) Add the oracle datasource to cocoon.xconf, thus:

XML Stream Selector

2001-09-24 Thread Alexander Smirnoff
Hi, Lets say I have to dispatch XML sended in POST request body. There are many differnet types of XML data which I would like to dipatch to correspondent transformer. How could I do that? Thanks, Alex. - Please check that your

Configure a oracle db conection in cocoon2

2001-09-24 Thread Alberto Garcia
Hello everybody, I would like to create a connection with an oracle db in cocoon2. I've been looking for the way to make it in internet , and I have to configure the cocoon.properties file, but I can't find this file in my cocoon2 installation. Do I have to create this file? where? who? Sorry ab

AW: [Announcement] Apache Cocoon 2 RC Release

2001-09-24 Thread Carsten Ziegeler
Hi Jose, you compiled cocoon 2 with the javax.naming package available, which results in including the LDAPTransformer into the webapp. But the package is not included in the WEB-INF/libs directory. So you can either: - recompile c2 without access to the package - remove the line for the LDAPTran

RE: [Announcement] Apache Cocoon 2 RC Release

2001-09-24 Thread jose . camacho
here you are the logs. Yeah, i'd cleaned my work directory do you have installed it ?(See attached file: logs_cocoon.zip) logs_cocoon.zip - Please check that your question has not already been answered in the FAQ before pos

Re: Problems with I18nTransformer in Cocoon 2.0b2

2001-09-24 Thread Piroumian, Konstantin
> Hello Judith, > In the latest developer snapshot, Konstantin introduced a new format for > the dictionary files. They now look as follows: Just a correction: new dictionary support was developed by Marcus Crafter. > > > Translated Text > > > The declaration of the transformer changed as

RE: [Announcement] Apache Cocoon 2 RC Release

2001-09-24 Thread Vadim Gritsenko
I do assume that you cleaned old Cocoon work directory. If not, please do this and try again. Otherwise, attach cocoon log files so it is possible to find reason of this error. Vadim > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 24,

Re: [Announcement] Apache Cocoon 2 RC Release

2001-09-24 Thread jose . camacho
I've just downloaded this new pretty version of cocoon2, but i hace some trouble. It says org.apache.cocoon.ProcessingException: Exception in Handler: org.apache.avalon.framework.component.ComponentException: Could not set up Component for hint: org\apache\cocoon\www\sitemap_xmap the very fir

RE: Pipeline caching...

2001-09-24 Thread Vadim Gritsenko
By default XSP generated by Cocoon are not cached, and executed on every request. To change this behaviour, you need to add these two methods: http://apache.org/xsp";> public long generateKey(){ // Unique ID of your page return HashUtil.hash(getClass().getName()); } public Cach

AW: Apache Cocoon 2 RC Release

2001-09-24 Thread Carsten Ziegeler
The schedule for the final version of Cocoon 2 is estimated at 4-6 weeks from today. This heavily depends on the feedback of the current Cocoon 2 users. We expect that the changes between the release candidate and the final version only concern documentation updates. But this is a very difficult a

Re:Apache Cocoon 2 RC Release

2001-09-24 Thread karthikeyan.B
Hi All,   We are currently in the process of building a  portal  using cocoon 1.8 for multi -client, multi -language user base.Is there any specific time frame of when we can expect the final release of cocoon 2.For tomcat between rc1 and the final release took just 2 -3 weeks so would cocoo

seeking new co-workers

2001-09-24 Thread Aurelien
Hi, Sorry, a bit off-topic, but after all this is good news for XSLT ;-) We're located in Brussels, Belgium. We basically seek people with good java/xsl/xslt/j2ee experience, and a linux/c background. Are you interested ? Please mail me directly. Aurélien PS (à l'adresse des éventuels Françai

Re: Cocoon and dbXML

2001-09-24 Thread Tobias Luikard
Hi Gianugo, this Classes work? Cool, then there is hope :-) What *.jar did you copy and where? Only the driver-jar (xmldb.jar) or something else too? (I copied all jars into $cocoon$/lib and made a new build) Thanks a lot Tobias - the man with no idea why it dosn't work - Gianugo Rabellino w

Getting Cocoon 1.8.2 working with

2001-09-24 Thread Adrian Geissel
Hi, I want to use a later build of Xalan (xalan-j_2_0_1.zip) with Cocoon 1.8.2 I've tried dropping in the appropriate JARs from Xalan (xalan.jar, xalanj1compat.jar) - replacing the Xalan JAR that came with the distribution, but I get the following stack-trace: java.lang.RuntimeException: Except

[c2] can't found file

2001-09-24 Thread SeungwookJung
Hi allI am not familiar with cocoon2. I am testing the C2. I want to modify the cocoon sample sitemap.xmap . The following is original code in sample sitemap.xmap and working well when localhost:8080/cocoon/jsp/hello                  I am modified such like following and not workin

Generators and DTD/Schemas

2001-09-24 Thread Karl Øie
I tried to write a DOM generator using the DOMStreamer that takes a in memory DOM as a source for an cocoon2 generator, it all works fine except a strange problem with further transformation. The problem is: ID declared elements in the DTD is no longer accessible as ID elements in the XSLT transf

RE: everything down

2001-09-24 Thread Karl Øie
I just looked at the code, and there can be 2 possible problems; a: tomcat's security won't allow you to write to disk, check your policy file b: the "http://www.localhost/cocoon/test/a1.html"; url will get you maany problems because you most certainly haven't registered www.localhost :-) an

C2 : parametered XSL stylesheets (was : RE: Cocoon2 : Managing URL-encoded parameters)

2001-09-24 Thread Olivier Boulanger
And does anyone know how to send these parameters to a parametered XSL stylesheet ? Olivier -Message d'origine- De : Multani, Dal [mailto:[EMAIL PROTECTED]] Envoyé : jeudi 20 septembre 2001 20:28 À : '[EMAIL PROTECTED]' Objet : RE: Cocoon2 : Managing URL-encoded parameters Has anyone u

[c2] can't found file

2001-09-24 Thread SeungwookJung
Hi all I am not familiar with cocoon2. I am testing the C2. I want to modify the cocoon sample sitemap.xmap . The following is original code in sample sitemap.xmap and working well when localhost:8080/cocoon/jsp/hello I am modified such like following and no

RE: Idiots Guide - Site Released!

2001-09-24 Thread Jeremy Aston
Please see http://www.pigbite.co.uk/ctwig/index.htm. Regards Jeremy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Antony Stace Sent: 24 September 2001 02:50 To: [EMAIL PROTECTED] Subject: Re: Idiots Guide - Site Released! Where is this web site? Ar