RE: Problem with Cocoon2 [baltik !!!]

2002-01-20 Thread Rodrigues Luc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Sorry fo my poor english langage. I try to get cocoon2 work on my linux box that describe as follows: *Start of description*** My box: Linux servhuit 2.4.16-686-smp #1 SMP Wed Nov 28 10:00:01 EST 2001 \

Encoding problem

2002-01-20 Thread Chistophe Rykiel
Hello, In order to try to understand cocoon, I am currentlyplayingwith the "SamplesForms"examples : When I add a new employee with the name "André Testeur" , the database packagesend it with the wrong char encoding to the db In order to correct this I patched

Re: Problem with Cocoon2 [baltik !!!]

2002-01-20 Thread Chistophe Rykiel
Hi, Batik needs Awt to work so a X or Virtual X server is needed. Another solution is pja ( read the doc ) Cheers - Original Message - From: Rodrigues Luc [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, January 20, 2002 1:39 PM Subject: RE: Problem with Cocoon2 [baltik !!!]

cocoon cache

2002-01-20 Thread Cocoon User
i have change the content of my .xml pages but cocoon server the old information i thing that is something with the cache how can i ask from cocoon to rebuild or ignore the cache and translate again the .xml files thanks kounis stavros

RE: Problem with Cocoon2 [baltik !!!]

2002-01-20 Thread Cocoon User
SVG serializer try to get the source version (not binari) comment all the entries about SVG ind sitemap.xmap an precompile the source code i think that u have to follow the intructions of the lines at the end of the readme file otherwise u need to install a xserver i dont have try this

[RE] Cocoon 2 with PJA

2002-01-20 Thread Rodrigues Luc
Hello, Sorry for my poor Engligsh langage. According to the Chistophe Rykiel 's answer, I read the Cocoon 2 (I'am previoulsy looking for on batik doc but nothing about that !!!) documentation, and I download pja (super I found the link on Cocoon 2 doc). I'am unpack and copy the pja.jar and

Avoid extreme caching?

2002-01-20 Thread Jozsa Kristof
Hi, I'm using Cocoon in JBoss3 fresh snapshots. My actual problem is, that sometimes, when I change the sitemap, re-jar my cocoon project from ant, and redeploy; NOTHING changes in the results. Not even stopping and restarting JBoss makes Cocoon realize the changes. I have some hairy examples

RE: Avoid extreme caching?

2002-01-20 Thread Luca Morandini
Jozsa, have you already tried to delete the files contained under $TOMCAT_HOME/work ? Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html

Re: Avoid extreme caching?

2002-01-20 Thread Jozsa Kristof
I'm using JBoss3 (it runs Jetty anyway, not Tomcat), it deploys stuff into $JBOSS_HOME/tmp/deploy/Default/, but yes, it gets cleared at redeploying, and for sure it gets wipe clean at JBoss restarts; which does not help either. Christopher On Sun, Jan 20, 2002 at 04:05:20PM +0100, Luca

problem ? RE: Avoid extreme caching?

2002-01-20 Thread Cocoon User
can i delete the cache files of cocoon manualy? this will not cause problems in cocoon function? is there any other way to clear cocoon cache files? On Sun, 20 Jan 2002, Luca Morandini wrote: Jozsa, have you already tried to delete the files contained under $TOMCAT_HOME/work ? Best

RE: problem ? RE: Avoid extreme caching?

2002-01-20 Thread Gerhard Froehlich
From: Cocoon User [mailto:[EMAIL PROTECTED]] can i delete the cache files of cocoon manualy? this will not cause problems in cocoon function? is there any other way to clear cocoon cache files? Strange, normally the cache entry should be removed from the cache when his resource was modified.

RE: problem ? RE: Avoid extreme caching?

2002-01-20 Thread Luca Morandini
dear Unknown Cocoon user, yes you can, and it works fine after that. Moreover, sometimes, you are forced to that (at least during development time, when I do something messy). Best regards, - Luca Morandini GIS

Obj: Cocoon2 [Handler Error compiling sitemap]

2002-01-20 Thread Rodrigues Luc
Hello, Sorry for my poor Engligsh langage. I re-read cocoon documentation I test to place pja.jar and pjatools.jar in $TOMCAT_HOME/lib/common/ and update my /etc/init.d/tomcat according to new path. I re-read cocoon documentation I test to place it in various dir (and update tomcat startup

Problems with installing cocoon2 on tomcat 4.01

2002-01-20 Thread michel
Can anybody help me, I have copied the cocoon.war to the $TOMCAT_HOME/webapps, but when I try to access it with http://myhost:8080/cocoon/ I get this error: Cocoon 2 - Internal server error type

Re: Problems with installing cocoon2 on tomcat 4.01

2002-01-20 Thread Carlos Araya
That sounds like a problem with Cocoon, X and Batik on Linux. If you're running on Linux there's instructions for configuring a headless server on the Cocoon installation page. On 01/20/02 14:50, michel [EMAIL PROTECTED] wrote: Can anybody help me, I have copied the cocoon.war to the

Re: Obj: Cocoon2 [Handler Error compiling sitemap]

2002-01-20 Thread Carlos Araya
Try unpacking the jar files and putting the classes on the JDK's extensions directory. That's how it worked for me Carlo On 01/20/02 11:08, Rodrigues Luc [EMAIL PROTECTED] wrote: Hello, Sorry for my poor Engligsh langage. I re-read cocoon documentation I test to place pja.jar and

Simple problem?

2002-01-20 Thread Tim Cavanagh
Hi all, We have hopefully a simple problem using cocoon 1.8.2. I am editing html in a form field on a html page that is parsed by cocoon. The trouble is that cocoon is reading correctly formatted list items LIblah/LI and then parsing them back out as LIblah (no closing tag) and then when I

Re: esql Vs SQLTransformer

2002-01-20 Thread Valentin . Chartier
I also share your impression that the SQL transformer is better : I would like to start using cocoon by processing my html pages (designed with an html editor like Dreamweaver) with cocoon to replace some tags of my own with the result of database queries. It seems I could use the SQL

Cocoon and servlets (MVC)

2002-01-20 Thread Peter Schwenke
Hi, I currently have part of a system working under cocoon. I have some servlets which are called by those pages, working in a different Tomcat context. I would like to bring the two together - mainly for the reason that they use the same session id from tomcat. Since cocoon is a webapp on

Re: Obj: Cocoon2 [Handler Error compiling sitemap]

2002-01-20 Thread Christophe Rykiel
Same here : try : jar xvf pgastuff to your jre like the doc tells. Cheers Christophe Rykiel - Original Message - From: Carlos Araya [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 21, 2002 12:37 AM Subject: Re: Obj: Cocoon2 [Handler Error compiling sitemap] Try

Re: Entity catalog demo

2002-01-20 Thread Christophe Rykiel
Any clues for a fix ? Cheers Christophe Rykiel - Original Message - From: Sidharth [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 18, 2002 7:24 AM Subject: Re: Entity catalog demo ur xsl is not working properly - Original Message - From: Christophe Rykiel