RE: getServletPath and getPathInfo

2002-01-20 Thread Helly, Aidan
in answer to my previous mail, I've just seen SRV.11.2 of the Servlet Spec (2.3), i.e. if the servlet mapping is "/" then the servletpath should be the uri minus context and pathinfo should be null. in summery, it appears as if the weblogic implementation is in error here. sorry for wasting any

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 Ry

[Fwd: Re: Apache-Tomcat configuration]

2002-01-20 Thread yuryx
--- Begin Message --- Vadim Gritsenko wrote: On MSWindows system all documets (utomatically generated by Catalina)dont normally encoding from UTF-8 :((On Linux system some documents encoding without any problem... Doesanybody have any ideas ? It's really hard to understan

RE: Cocoon-Project-Installation Problem

2002-01-20 Thread Stephen Manning
Title: RE: Cocoon-Project-Installation Problem Try executing the command 'catalina run' from the bin directory of your tomcat install. This will run the instance in the window that you executed the command in... and hence won't close on you. You will probably find that there is a missing jar o

Re: Entity catalog demo

2002-01-20 Thread Sidharth
ur xsl is not working properly - Original Message - From: "Christophe Rykiel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 21, 2002 11:33 AM Subject: Entity catalog demo > Hi all, > > Just installed the last release and can't get the "Entity catalog" exemple > workin

Cocoon-Project-Installation Problem

2002-01-20 Thread Hegde Hamsanath-A2998C
Dear Friends, The Software Configurations on which I'm working is OS- Windows 2000 JDK-JDK1.2.2 Servlet Kit-Tomcat 4.0.1 Browser MS-Internet Explorer 5.0 The Environment Variable I used are JAVA_HOME=d:\jdk1.2.2 CATALINA_HOME=D:\jakarta-tomcat-

cocoon2 in weblogic5.1

2002-01-20 Thread Radha Rachakonda
Hello sir, Will you please help me how to configure cocoon2 in weblogic5.1. Please send me the installations instruction document. Thanks Regards Radha - Please check that your question has not already been

Entity catalog demo

2002-01-20 Thread Christophe Rykiel
Hi all, Just installed the last release and can't get the "Entity catalog" exemple working: Error: org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: Problem in getTransformer:Error in creating Transform Handler at org.apache.cocoon.components.pipeli

Re: Obj: Cocoon2 [Handler Error compiling sitemap]

2002-01-20 Thread Christophe Rykiel
Same here : try : jar xvf 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 unpacking

Sun's patent application on dynamically publishing XML-compliant documents

2002-01-20 Thread patents are-bad
Hi I recently came across an international patent application in the name of Sun Microsystems, Inc, entitled "System and Method for dynamically publishing XML-compliant documents". The international filing date was 12 February 2001, with international application number PCT/US01/04676. You c

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 it'

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 transformer

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 blah and then parsing them back out as blah (no closing tag) and then when I submit the f

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.j

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

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 internal-server

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 sc

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 Co

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 modi

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

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

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 fr

[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 pja

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 s

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 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 !!!]

Encoding problem

2002-01-20 Thread Chistophe Rykiel
Hello, In order to try to understand cocoon, I am currently playing with the "Samples Forms" examples :   When I add a new employee with the name "André Testeur" , the database package send it  with the wrong char encoding to the db   In order to correct this I patched org.apache.cocoon.act

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 \ i6