nasa

2003-06-19 Thread zze-MORY Nicolas FTRD/DMI/REN
Title: Nachricht



Is it 
true that the NASA Web site runs under Cocoon 
?


RE: ComponentSelector could not find the component for hint [XML] ?

2003-06-18 Thread zze-MORY Nicolas FTRD/DMI/REN
yes i thnik that i included all class that i need 
this error comes from the sunRise component use
when i try to call a protected page, the component calls the error page and in the 
sitemap.log i have this error :
RROR   (2003-06-18) 13:48.08:461   [sitemap] (/cocoon-dev/foo-login)
tcpConnection-8080-3/sitemap_xmap: Sitemap
org.apache.avalon.framework.component.ComponentException: UnnamedSelector:
ComponentSelector could not find the component for hint [XML]



-Original Message-
From: Brian Delahunty [mailto:[EMAIL PROTECTED]
Sent: mercredi 18 juin 2003 14:55
To: [EMAIL PROTECTED]
Subject: Re: ComponentSelector could not find the component for hint
[XML] ?


Have you included the relevant files? [class files etc]


- Original Message - 
From: "zze-MORY Nicolas FTRD/DMI/REN" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 18, 2003 1:08 PM
Subject: ComponentSelector could not find the component for hint [XML] ?


Anyone know this error ?

ERROR   (2003-06-18) 13:48.08:461   [sitemap] (/cocoon-dev/foo-login)
tcpConnection-8080-3/sitemap_xmap: Sitemap
org.apache.avalon.framework.component.ComponentException: UnnamedSelector:
ComponentSelector could not find the component for hint [XML]

Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: ComponentSelector could not find the component for hint [XML] ?

2003-06-18 Thread zze-MORY Nicolas FTRD/DMI/REN
how is it possible ? and how can i wait the recompilation ?


-Original Message-
From: Lionel Crine [mailto:[EMAIL PROTECTED]
Sent: mercredi 18 juin 2003 14:47
To: [EMAIL PROTECTED]
Subject: Re: ComponentSelector could not find the component for hint
[XML] ?


You made a request on Cocoon before it finishes to recomplied.



At 14:08 18/06/2003 +0200, you wrote:
>Anyone know this error ?
>
>ERROR   (2003-06-18) 13:48.08:461   [sitemap] (/cocoon-dev/foo-login) 
>tcpConnection-8080-3/sitemap_xmap: Sitemap
>org.apache.avalon.framework.component.ComponentException:
UnnamedSelector: 
>ComponentSelector could not find the component for hint [XML]
>
>Thanks
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



ComponentSelector could not find the component for hint [XML] ?

2003-06-18 Thread zze-MORY Nicolas FTRD/DMI/REN
Anyone know this error ?

ERROR   (2003-06-18) 13:48.08:461   [sitemap] (/cocoon-dev/foo-login) 
tcpConnection-8080-3/sitemap_xmap: Sitemap
org.apache.avalon.framework.component.ComponentException: UnnamedSelector: 
ComponentSelector could not find the component for hint [XML]

Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



sunRise authentication problem

2003-06-17 Thread zze-MORY Nicolas FTRD/DMI/REN



I'm 
using the 2.0.4 version of cocoon.
 
and i 
want ot protect my pages. I'm using the sunRise module to do this i folowed 
the exemple on this page : http://radio.weblogs.com/0103021/stories/2002/02/28/usingTheSunriseComponents.html
 
when i 
want to access on a page which is protected by the sunRise handler, the login 
pipeline always give me the error page (that i have configured in the login 
pipeline)... and in the sitemap.log i have always this warn: 

 
WARN    (2003-06-17) 
17:07.55:621   [sitemap] (/cocoon-dev/foo-authuser) 
tcpConnection-8080-0/sitemap_xmap: Error, try to process the error 
pageorg.apache.avalon.framework.component.ComponentException: 
UnnamedSelector: ComponentSelector could not find the component for hint 
[XML]
 
Anyone 
have an idea ?
 
Thanks 
A lot


RE: authentication cocoon

2003-06-17 Thread zze-MORY Nicolas FTRD/DMI/REN
i want to protect a pipeline with limited acces.. like :
http://test.com/cocoon/portal
all pages users can access behind portal must be protected... i read the manual 
http://cocoon.apache.org/2.0/developing/webapps/authentication.html but it doesn't 
work on my server... 

how can i declare the components auth-login, auth-protect ?? where are the classes ?

thanks


-Original Message-
From: Majcen, Kurt [mailto:[EMAIL PROTECTED]
Sent: mardi 17 juin 2003 11:07
To: [EMAIL PROTECTED]
Subject: AW: authentication cocoon


does this only refer to protecting whole pages or is it also possible to protect (e.g 
hide) links within pages from users who are (not) authorized thus limiting available 
functionality for e.g. public users?
Another case would be not showing a link to a registration page if the user is already 
logged in. What about that?

Thanks, Kurt

-Ursprüngliche Nachricht-
Von: Jens Maukisch [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 17. Juni 2003 09:58
An: zze-MORY Nicolas FTRD/DMI/REN
Betreff: Re: authentication cocoon


Hi,

> any one have an example of a sitemap wich protect access of some pages ?
look at the old portal framework included in the samples of cocoon.
its using the authentication framework


http://ziegeler.bei.t-online.de/c2auth.html
http://cocoon.apache.org/2.1/developing/webapps/authentication.html

hth

-- 
* best regards
* Jens Maukisch  
* www: http://www.maukisch.net


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: authentication cocoon

2003-06-17 Thread zze-MORY Nicolas FTRD/DMI/REN
i'm running under the 2.0.4 version and i already look this site : 
http://cocoon.apache.org/2.0/developing/webapps/authentication.html

i followed the example on this page but cocoon give me an xalan error 







-Original Message-
From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]
Sent: mardi 17 juin 2003 10:37
To: [EMAIL PROTECTED]
Subject: Re: authentication cocoon



Le Mardi, 17 juin 2003, à 09:49 Europe/Zurich, zze-MORY Nicolas 
FTRD/DMI/REN a écrit :

> any one have an example of a sitemap wich protect access of some pages 
> ?

If you're running 2.1 there is a "protected area" link on the samples 
page (http://localhost:/samples/)

-Bertrand

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



authentication cocoon

2003-06-17 Thread zze-MORY Nicolas FTRD/DMI/REN


any one have an example of a sitemap wich protect access of some pages ? 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: cocoon 2.1m2 with resin and IBMJVM 1.4

2003-06-04 Thread zze-MORY Nicolas FTRD/DMI/REN
ok thanks Joerg!!!
i found the solution on wiki for the SUN JVM, but for IBM JVM it doesn't
work at all and the error is diferent, perhaps there some other jar
file to replace, if anyone have an idea ?...

thanks, this is the error with the IBM JVM :

 Initialization Problem
> 
> Message: null
> 
> Description: No details available.
> 
> Sender: org.apache.cocoon.servlet.CocoonServlet
> 
> Source: Cocoon Servlet
> 
> request-uri
> 
> /cocoon2.1/
> 
> cause
> 
> SHA1PRNG SecureRandom not available
> 
> Apache Cocoon 2.1m2

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: cocoon 2.1m2 with resin and IBMJVM 1.4

2003-06-04 Thread zze-MORY Nicolas FTRD/DMI/REN
 1.4



-Original Message-
From: Joerg Heinicke [mailto:[EMAIL PROTECTED]
Sent: mardi 3 juin 2003 22:32
To: [EMAIL PROTECTED]
Subject: Re: cocoon 2.1m2 with resin and IBMJVM 1.4


I don't have your configuration, but maybe it's obvious from the error 
messages? What about them?

Joerg

zze-MORY Nicolas FTRD/DMI/REN wrote:
> anyone ever installed cocoon 2.1m2 with resin 2.1.9 and IBM JVM 1.4 ?
> or resin 2.1.9 with sun JDK 1.4 ??? 
> it doesn't run with my configuration...
> 
> thanks


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cocoon 2.1m2 with resin and IBMJVM 1.4

2003-06-03 Thread zze-MORY Nicolas FTRD/DMI/REN
anyone ever installed cocoon 2.1m2 with resin 2.1.9 and IBM JVM 1.4 ?
or resin 2.1.9 with sun JDK 1.4 ??? 
it doesn't run with my configuration...

thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



tunning Cocoon, Jetty/Tomcat to increase performances ?

2003-04-02 Thread zze-MORY Nicolas FTRD/DMI/REN
Hello,

Anyone know any Web site where i can find informations to tune cocoon to
increase significantly performances.

Same question for Jetty and Tomcat ??


Thanks a lot !

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



performances Test

2003-04-02 Thread zze-MORY Nicolas FTRD/DMI/REN




>More seriously, if there is a real memory leak (that's what this mail 
>was about) with Cocoon 2.1 and/or Jetty, it wouls be great to know about it.

Thanks ;)

i'm very sory for the french mail...

i tested with Cocoon 2.1/Jetty and i have the same problem. but it can come from my 
configuration (it was my first test).

I make tests with Linux redhat 7.1 Cocoon 2.1/Jetty and Loadrunner Windows 2000 pro

If anyone know something about it... please tell more.

Thanks a lot !


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Test de performances

2003-04-02 Thread zze-MORY Nicolas FTRD/DMI/REN
hello !!

eh oui ca faisait longtemps que je ne t'avais pas embeter !!! :)

Nous sommes en ce momment dans une pré-phase de test de perf de cocoon.
Nous avons juste fait quelques petits tests sans importance sur les version 
2.04/Tomcat4 et 2.1/Jetty.

Nous constatons une importante augmentation de consomation de mémoire a chaque 
nouvelle requete demandée. Le problème est qu'il n'y a jamais libération de mémoire. 
Cocoon tourne jusqu'a ce qu'il y est saturation de memoire.

Nous utilisons Loadrunner pour faire nos tests.


AS tu une idée du pourquoi du comment il ya fuite de mémoire et comment régler ce 
probleme ?

Merci Beaucoup.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Cocoon 2.1 cache

2003-04-01 Thread zze-MORY Nicolas FTRD/DMI/REN

How can i turn off the cache under Cocoon 2.1 ? because :






doesn't exist under Cocoon 2.1

Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



WML source with WML serializer

2003-03-27 Thread zze-MORY Nicolas FTRD/DMI/REN

when i have WML files in input of pipeline and i want to serialize it with WML 
serializer i have many comment like that : 

>

Why ? is it possible to disable this comments ?

Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [SUMMARY] : Encoding problems

2003-03-25 Thread zze-MORY Nicolas FTRD/DMI/REN
hello,

any one ever have this problem with the Webserviceproxy mode  ? : 

org.apache.cocoon.ProcessingException : Failed to execute pipeline : 
java.io.UTFDataFormat Exception : Invalid byte 2 of 3 byte UTF-8 sequence

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Webservice proxy

2003-03-20 Thread zze-MORY Nicolas FTRD/DMI/REN

anyone have ever use the module WebserviceProxy of Cocoon 2.1 ? i have some problems 
with the sitemap configuration...


Thanks

PS : oups sorry for the first topic

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: tabs in the output

2003-03-20 Thread zze-MORY Nicolas FTRD/DMI/REN

anyone have ever use the module WebserviceProxy of Cocoon 2.1 ? i have some problems 
with the sitemap configuration...


Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: style sheet WML -> XML

2003-03-17 Thread zze-MORY Nicolas FTRD/DMI/REN
yeah exactly !

do you have a solution for xhtml mobile profile for example ?

-Original Message-
From: Björn Voigt [mailto:[EMAIL PROTECTED]
Sent: lundi 17 mars 2003 12:09
To: [EMAIL PROTECTED]
Subject: Re: style sheet WML -> XML


zze-MORY Nicolas FTRD/DMI/REN schrieb:
> can anyone give me the URL or the file of the official XSL style sheet  wich can 
> transform WML in XML ?
> 
> Thanks
Hi Nicolas,

WML is an XML application.
Do u want to transform it into
another xml-application
like xhtml or fo?

Björn



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



style sheet WML -> XML

2003-03-16 Thread zze-MORY Nicolas FTRD/DMI/REN
can anyone give me the URL or the file of the official XSL style sheet  wich can 
transform WML in XML ?

Thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: wml generator ?

2003-03-14 Thread zze-MORY Nicolas FTRD/DMI/REN
my source is for example http://www.toto.fr/cinema/titi.wml with pictures .wbmp 

and i have understand that WML is an xml application and with a good xsl i can 
generate a xhtml file.
But i can't get the .wbmp any idea ?

-Original Message-
From: Niclas Hedhman [mailto:[EMAIL PROTECTED]
Sent: vendredi 14 mars 2003 12:00
To: [EMAIL PROTECTED]
Subject: Re: wml generator ?


On Friday 14 March 2003 18:16, Antonio Gallardo wrote:
> I already checked some mail from http://w3c.org. it seems like we need to
> find a converter from WML -> XML.

WML is an XML application !!! Just like XHTML is an XML application.

i.e. If you have it in print I can use a Xerox to convert from WML to XML, it 
already is...

What do you mean by a WML generator?? 
What is the "source", files, URLs or attachments in mail messages?

Anybody see the light???

Niclas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: wml generator ?

2003-03-14 Thread zze-MORY Nicolas FTRD/DMI/REN
ok i will try to use HTML generator and if it works i notice you

-Original Message-
From: Yves Vindevogel [mailto:[EMAIL PROTECTED]
Sent: vendredi 14 mars 2003 11:17
To: [EMAIL PROTECTED]
Subject: Re: wml generator ?


Hmm, okay ...
Can't you use the HTML generator ?  WML is similar to HTML.

> Yves, yes we can serialize but my problem is th generato. I think that
> Antonio is rights, there's no WML generator...
>
> -Original Message-
> From: Yves Vindevogel [mailto:[EMAIL PROTECTED]
> Sent: vendredi 14 mars 2003 10:50
> To: [EMAIL PROTECTED]
> Subject: Re: wml generator ?
>
>
>
> Sorry to correct you, Antonio, but yes you can ...
> you can serialize with 
>
> Nicolas: The book "Cocoon, building XML Applications" from Langham and
> Ziegeler (both posters on this community too) has a chapter on it: chapter
> 5. On page 131 you can see how they do it ...
>
> > zze-MORY Nicolas FTRD/DMI/REN dijo:
> > > does exists a WML generator for cocoon ?
> >
> > NO. There is only a HTML and a XML generator
> >
> > Antonio Gallardo
> >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Met vriendelijke groeten,
Kind regards,
Bien à vous,

Yves Vindevogel

Implements
Kempische Steenweg 206  --  3500 Hasselt  --  Belgium
Phone/Fax: +32 (11) 43.55.76  --  Mobile: +32 (478) 80.82.91
Mail: [EMAIL PROTECTED]  --  www.implements.be

Quote: The winner never says participating is more important than winning.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: wml generator ?

2003-03-14 Thread zze-MORY Nicolas FTRD/DMI/REN
Yves, yes we can serialize but my problem is th generato. I think that Antonio is 
rights, there's no WML generator...

-Original Message-
From: Yves Vindevogel [mailto:[EMAIL PROTECTED]
Sent: vendredi 14 mars 2003 10:50
To: [EMAIL PROTECTED]
Subject: Re: wml generator ?



Sorry to correct you, Antonio, but yes you can ...
you can serialize with 

Nicolas: The book "Cocoon, building XML Applications" from Langham and 
Ziegeler (both posters on this community too) has a chapter on it: chapter 5.  
On page 131 you can see how they do it ...


> zze-MORY Nicolas FTRD/DMI/REN dijo:
> > does exists a WML generator for cocoon ?
>
> NO. There is only a HTML and a XML generator
>
> Antonio Gallardo
>
> > - To
> > unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Met vriendelijke groeten,
Kind regards,
Bien à vous,

Yves Vindevogel

Implements
Kempische Steenweg 206  --  3500 Hasselt  --  Belgium
Phone/Fax: +32 (11) 43.55.76  --  Mobile: +32 (478) 80.82.91
Mail: [EMAIL PROTECTED]  --  www.implements.be

Quote: The winner never says participating is more important than winning.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: wml generator ?

2003-03-14 Thread zze-MORY Nicolas FTRD/DMI/REN
and is it possible to convert WML into HTML or XML ?

-Original Message-
From: Antonio Gallardo [mailto:[EMAIL PROTECTED]
Sent: vendredi 14 mars 2003 10:33
To: [EMAIL PROTECTED]
Subject: Re: wml generator ?


zze-MORY Nicolas FTRD/DMI/REN dijo:
> does exists a WML generator for cocoon ?
NO. There is only a HTML and a XML generator

Antonio Gallardo
>
> - To
> unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



wml generator ?

2003-03-14 Thread zze-MORY Nicolas FTRD/DMI/REN
does exists a WML generator for cocoon ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cocoon reverse proxy

2003-03-13 Thread zze-MORY Nicolas FTRD/DMI/REN

wHERE can i get more informations about the reverse proxy mode of Cocoon
?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Squid / Cocoon

2003-03-13 Thread zze-MORY Nicolas FTRD/DMI/REN

is there an easy solution to use cocoon with the reverse-proxy cache SQUID ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



linux bug ?

2003-03-12 Thread zze-MORY Nicolas FTRD/DMI/REN
hello,

my problem is that with this syntax under linux server (tomcat+cocoon) i can have 
xhtml page but not html page.



 
 



 
 



with this syntax under linux server (tomcat+cocoon) i can have html page but not xhtml 
page.

 
 


 
 


but under windows with this same configuration i can have the both anyone know why 
?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Cocoon = reverse Proxy ?

2003-03-12 Thread zze-MORY Nicolas FTRD/DMI/REN

hi !!

does exist a solution to transform Cocoon in a reverse proxy ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: XHTML Mobile profile

2003-03-10 Thread zze-MORY Nicolas FTRD/DMI/REN



all 
right it's working perfectly now !
Thanks 
a lot !

  -Original Message-From: Nesto 
  [mailto:[EMAIL PROTECTED]Sent: lundi 10 mars 2003 
  17:15To: [EMAIL PROTECTED]Subject: Re: XHTML 
  Mobile profile
  Try adding this to your MAIN sitemap.xmap in the 
  serializers section:
   
  
  
  http://www.wapforum.org/DTD/xhtml-mobile10.dtd
  ISO-8859-1
  
   
  You may change the doctype or encoding if you 
  want.
  And then in your sitemap, you refer to this 
  serializer writing:
   
  Hope this helps!
  Nesto
   
   
  - Original Message - 
  From: "zze-MORY Nicolas FTRD/DMI/REN" 
  <[EMAIL PROTECTED]>
  To: <[EMAIL PROTECTED]>
  Sent: Monday, March 10, 2003 1:16 PM
  Subject: XHTML Mobile profile
  does a xHTML Mobile profile SERIALIZER exists for cocoon ? 
  -To 
  unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]


URL's help for cocoon

2003-03-10 Thread zze-MORY Nicolas FTRD/DMI/REN

Can you give me many site to help me to better understand cocoon please
?
thanks

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



XHTML Mobile profile

2003-03-10 Thread zze-MORY Nicolas FTRD/DMI/REN

does a xHTML Mobile profile SERIALIZER exists for cocoon ? 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Handle Error

2003-03-07 Thread zze-MORY Nicolas FTRD/DMI/REN
i don't understand what URL i use ??

if you mean 
context://transform/error2html.xsl
i tried with context:/
with context:

and nothing to do... :(
but for example
i want to put a error page when people missed them on the URL
for example : 
cocoon/cinema/coupcoeur.html exist
but if someone put this : cocoon/cinema/copcoeur.html
i want to put a good page of errors...


do you see ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Handle Error

2003-03-07 Thread zze-MORY Nicolas FTRD/DMI/REN

hello, it's me again. 
I a very poor newbie with cocoon.
I'm trying since today 8am to produce a good error page 404 when a document not found 
by cocoon. So i'm using handle error. But it doesn't work with me. I  tried to find 
information which can help me and i found nothing. :( If anyone can help me ?

i join my sitemap.xmap :



http://apache.org/cocoon/sitemap/1.0";>
  

  


  


  


  
  
  
  
  
-//W3C//DTD XHTML 1.0
Strict//EN
   
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
UTF-8
  


  

  
  

  



  
  



  
  


  
  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Pipeline with Sitemap

2003-03-07 Thread zze-MORY Nicolas FTRD/DMI/REN
you've rigth Sylvain, but even in merging the 2 pipeline it doesn't
work. 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Pipeline with Sitemap

2003-03-07 Thread zze-MORY Nicolas FTRD/DMI/REN
yes of course i can post my sitemap :


this is my sitemap.xmap, the part of pipeline is at the botom.




http://apache.org/cocoon/sitemap/1.0";>
  

  


  


  


  
  
  
  
  
-//W3C//DTD XHTML 1.0
Strict//EN
   
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd
UTF-8
  


  

  
  

  



  


  



  

  




so with the configuration on the top of this sentence all xhtml
documents are treated normaly and all HTML document aren't treated
normaly

but with this simple modification : 




  



  




  



  

  

all HTML documents are treated normaly and all XHTML aren't treated...

so what i have miss ?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Pipeline with Sitemap

2003-03-07 Thread zze-MORY Nicolas FTRD/DMI/REN
Title: Pipeline with Sitemap






hello everybody, this is my first in this ML.


I have a problem with sitemap.xmap and pipeline.

My problem is that i can't have more than One pipeline in my sitemap. All other pipeline are not considered. 


for example when my first pipeline manage *.html and my second pipeline manage *.xhtml, all html files will be correctly treat if i try to acces to xhtml file tomcat send me an error : " toto.xhtml" not found. My pipeline is correctly configured because if i put the *.xhtml first then all xhtml files will be correctly treated and if i try to acces html files Tomcat send me an error like "toto.html" not found...

SO what can i do ? do i have make a mistake with the configuration file ??


Thank you