Re: newbies : problem with sitemap.xmap

2003-02-13 Thread Lionel Crine
you need a reader :

map:readers default=resource
map:reader logger=sitemap.reader.resource name=resource 
pool-max=32 src=org.apache.cocoon.reading.ResourceReader/
/map:readers


in the components

see the sitemaAt 09:55 13/02/2003 +0100, you wrote:
hi

i got a problem with cocoon 2
i would like to serve static page

so i write sitemap.xmap like this


-
map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
  map:components
map:generators
  map:generator name=serverpages
src=org.apache.cocoon.generation.ServerPagesGenerator/
/map:generators


map:serializers
  map:serializer name=xml mime-type=text/xml
src=org.apache.cocoon.serialization.XMLSerializer/
/map:serializers

map:matchers
  map:matcher name=wildcard
src=org.apache.cocoon.matching.WildcardURIMatcher/
/map:matchers



/map:components

map:pipelines


map:pipeline
 map:match pattern=index.html
map:read src=index.html mime-type=text/html/
 /map:match
  /map:pipeline


/map:pipelines

/map:sitemap






but it doesnt work

in browser i always obtaint this message









Cocoon 2 - Internal server error




type fatal

message Language Exception

description org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Error compiling
sitemap_xmap: Line 241, column 54: '}' expected Line 63, column 11: class
org.apache.cocoon.www.sitemap_xmap should be declared abstract; it does not
define method process(org.apache.cocoon.environment.Environment,
org.apache.cocoon.components.pipeline.StreamPipeline,
org.apache.cocoon.components.pipeline.EventPipeline) in class
org.apache.cocoon.sitemap.AbstractSitemap Line 0, column 0: 2 errors

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

stack-trace

org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Error compiling
sitemap_xmap:
Line 241, column 54:  '}' expected
Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
declared abstract; it does not define method
process(org.apache.cocoon.environment.Environment,
org.apache.cocoon.components.pipeline.StreamPipeline,
org.apache.cocoon.components.pipeline.EventPipeline) in class
org.apache.cocoon.sitemap.AbstractSitemap
Line 0, column 0:
2 errors

at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createR
esource(ProgramGeneratorImpl.java:360)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(Pr
ogramGeneratorImpl.java:312)
at org.apache.cocoon.sitemap.Handler.run(Handler.java:267)
at java.lang.Thread.run(Thread.java:536)
Caused by: org.apache.cocoon.components.language.LanguageException: Error
compiling sitemap_xmap:
Line 241, column 54:  '}' expected
Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
declared abstract; it does not define method
process(org.apache.cocoon.environment.Environment,
org.apache.cocoon.components.pipeline.StreamPipeline,
org.apache.cocoon.components.pipeline.EventPipeline) in class
org.apache.cocoon.sitemap.AbstractSitemap
Line 0, column 0:
2 errors

at
org.apache.cocoon.components.language.programming.java.JavaLanguage.compile(
JavaLanguage.java:243)
at
org.apache.cocoon.components.language.programming.CompiledProgrammingLanguag
e.load(CompiledProgrammingLanguage.java:207)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generat
eResource(ProgramGeneratorImpl.java:417)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createR
esource(ProgramGeneratorImpl.java:353)
... 3 more
org.apache.cocoon.components.language.LanguageException: Error compiling
sitemap_xmap:
Line 241, column 54:  '}' expected
Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
declared abstract; it does not define method
process(org.apache.cocoon.environment.Environment,
org.apache.cocoon.components.pipeline.StreamPipeline,
org.apache.cocoon.components.pipeline.EventPipeline) in class
org.apache.cocoon.sitemap.AbstractSitemap
Line 0, column 0:
2 errors

at
org.apache.cocoon.components.language.programming.java.JavaLanguage.compile(
JavaLanguage.java:243)
at
org.apache.cocoon.components.language.programming.CompiledProgrammingLanguag
e.load(CompiledProgrammingLanguage.java:207)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generat
eResource(ProgramGeneratorImpl.java:417)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createR
esource(ProgramGeneratorImpl.java:353)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(Pr
ogramGeneratorImpl.java:312)
at 

RE: newbies : problem with sitemap.xmap

2003-02-13 Thread arnaud
i had it in sitemap.xmap

but it doesnt work

in catalina stdout i obtaint this

--

Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
java.lang.RuntimeException: Fatal: Errors in XSLT transformation:
Warning: File
jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo
n-2.0.4.jar!/org/apache/cocoon/components/language/markup/sitemap/java/sitem
ap.x
sl; Line 1817; Column 34;
[Logicsheet processor] Attribute 'type' missing in dynamic
tag 
map:match

Fatal: Ach?vement dirigU de la feuille de style


at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java
:3170)
at java.lang.Thread.run(Thread.java:536)

-

and exactely the same message in browser


 -Message d'origine-
 De : Lionel Crine [mailto:[EMAIL PROTECTED]]
 Envoye : jeudi 13 fevrier 2003 10:01
 A : [EMAIL PROTECTED]
 Objet : Re: newbies : problem with sitemap.xmap


 you need a reader :

 map:readers default=resource
  map:reader logger=sitemap.reader.resource name=resource
 pool-max=32 src=org.apache.cocoon.reading.ResourceReader/
 /map:readers


 in the components

 see the sitemaAt 09:55 13/02/2003 +0100, you wrote:
 hi
 
 i got a problem with cocoon 2
 i would like to serve static page
 
 so i write sitemap.xmap like this
 
 
 -
 map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
map:components
  map:generators
map:generator name=serverpages
 src=org.apache.cocoon.generation.ServerPagesGenerator/
 /map:generators
 
 
 map:serializers
map:serializer name=xml mime-type=text/xml
 src=org.apache.cocoon.serialization.XMLSerializer/
 /map:serializers
 
 map:matchers
map:matcher name=wildcard
 src=org.apache.cocoon.matching.WildcardURIMatcher/
 /map:matchers
 
 
 
 /map:components
 
 map:pipelines
 
 
 map:pipeline
   map:match pattern=index.html
  map:read src=index.html mime-type=text/html/
   /map:match
/map:pipeline
 
 
 /map:pipelines
 
 /map:sitemap
 
 
 
 
 
 
 but it doesnt work
 
 in browser i always obtaint this message
 
 
 
 
 
 
 
 
 
 Cocoon 2 - Internal server error
 
 -
 ---
 
 
 type fatal
 
 message Language Exception
 
 description org.apache.cocoon.ProcessingException: Language Exception:
 org.apache.cocoon.components.language.LanguageException: Error compiling
 sitemap_xmap: Line 241, column 54: '}' expected Line 63, column 11: class
 org.apache.cocoon.www.sitemap_xmap should be declared abstract;
 it does not
 define method process(org.apache.cocoon.environment.Environment,
 org.apache.cocoon.components.pipeline.StreamPipeline,
 org.apache.cocoon.components.pipeline.EventPipeline) in class
 org.apache.cocoon.sitemap.AbstractSitemap Line 0, column 0: 2 errors
 
 sender org.apache.cocoon.servlet.CocoonServlet
 
 source Cocoon servlet
 
 stack-trace
 
 org.apache.cocoon.ProcessingException: Language Exception:
 org.apache.cocoon.components.language.LanguageException: Error compiling
 sitemap_xmap:
 Line 241, column 54:  '}' expected
 Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
 declared abstract; it does not define method
 process(org.apache.cocoon.environment.Environment,
 org.apache.cocoon.components.pipeline.StreamPipeline,
 org.apache.cocoon.components.pipeline.EventPipeline) in class
 org.apache.cocoon.sitemap.AbstractSitemap
 Line 0, column 0:
 2 errors
 
  at
 org.apache.cocoon.components.language.generator.ProgramGeneratorI
 mpl.createR
 esource(ProgramGeneratorImpl.java:360)
  at
 org.apache.cocoon.components.language.generator.ProgramGeneratorI
 mpl.load(Pr
 ogramGeneratorImpl.java:312)
  at org.apache.cocoon.sitemap.Handler.run(Handler.java:267)
  at java.lang.Thread.run(Thread.java:536)
 Caused by: org.apache.cocoon.components.language.LanguageException: Error
 compiling sitemap_xmap:
 Line 241, column 54:  '}' expected
 Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
 declared abstract; it does not define method
 process(org.apache.cocoon.environment.Environment,
 org.apache.cocoon.components.pipeline.StreamPipeline,
 org.apache.cocoon.components.pipeline.EventPipeline) in class
 org.apache.cocoon.sitemap.AbstractSitemap
 Line 0, column 0:
 2 errors
 
  at
 org.apache.cocoon.components.language.programming.java.JavaLangua
 ge.compile(
 JavaLanguage.java:243)
  at
 org.apache.cocoon.components.language.programming.CompiledProgram
 mingLanguag
 e.load(CompiledProgrammingLanguage.java:207)
  at
 org.apache.cocoon.components.language.generator.ProgramGeneratorI
 mpl.generat
 eResource(ProgramGeneratorImpl.java:417)
  at
 org.apache.cocoon.components.language.generator.ProgramGeneratorI

RE: newbies : problem with sitemap.xmap

2003-02-13 Thread Lionel Crine
in my sitemap i write that :



map:generator name=html 
src=org.apache.cocoon.generation.HTMLGenerator/

...
map:match pattern=html
  map:generate type=html src=test.html/
  map:serialize/
/map:match

It's working fine ..
The reader is used for the css, jpg, etc 

Hope that help

At 10:09 13/02/2003 +0100, you wrote:
i had it in sitemap.xmap

but it doesnt work

in catalina stdout i obtaint this

--

Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
java.lang.RuntimeException: Fatal: Errors in XSLT transformation:
Warning: File
jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo
n-2.0.4.jar!/org/apache/cocoon/components/language/markup/sitemap/java/sitem
ap.x
sl; Line 1817; Column 34;
[Logicsheet processor] Attribute 'type' missing in dynamic
tag 
map:match

Fatal: Ach?vement dirigU de la feuille de style


at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java
:3170)
at java.lang.Thread.run(Thread.java:536)

-

and exactely the same message in browser


 -Message d'origine-
 De : Lionel Crine [mailto:[EMAIL PROTECTED]]
 Envoye : jeudi 13 fevrier 2003 10:01
 A : [EMAIL PROTECTED]
 Objet : Re: newbies : problem with sitemap.xmap


 you need a reader :

 map:readers default=resource
  map:reader logger=sitemap.reader.resource name=resource
 pool-max=32 src=org.apache.cocoon.reading.ResourceReader/
 /map:readers


 in the components

 see the sitemaAt 09:55 13/02/2003 +0100, you wrote:
 hi
 
 i got a problem with cocoon 2
 i would like to serve static page
 
 so i write sitemap.xmap like this
 
 
 -
 map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
map:components
  map:generators
map:generator name=serverpages
 src=org.apache.cocoon.generation.ServerPagesGenerator/
 /map:generators
 
 
 map:serializers
map:serializer name=xml mime-type=text/xml
 src=org.apache.cocoon.serialization.XMLSerializer/
 /map:serializers
 
 map:matchers
map:matcher name=wildcard
 src=org.apache.cocoon.matching.WildcardURIMatcher/
 /map:matchers
 
 
 
 /map:components
 
 map:pipelines
 
 
 map:pipeline
   map:match pattern=index.html
  map:read src=index.html mime-type=text/html/
   /map:match
/map:pipeline
 
 
 /map:pipelines
 
 /map:sitemap
 
 
 
 
 
 
 but it doesnt work
 
 in browser i always obtaint this message
 
 
 
 
 
 
 
 
 
 Cocoon 2 - Internal server error
 
 -
 ---
 
 
 type fatal
 
 message Language Exception
 
 description org.apache.cocoon.ProcessingException: Language Exception:
 org.apache.cocoon.components.language.LanguageException: Error compiling
 sitemap_xmap: Line 241, column 54: '}' expected Line 63, column 11: class
 org.apache.cocoon.www.sitemap_xmap should be declared abstract;
 it does not
 define method process(org.apache.cocoon.environment.Environment,
 org.apache.cocoon.components.pipeline.StreamPipeline,
 org.apache.cocoon.components.pipeline.EventPipeline) in class
 org.apache.cocoon.sitemap.AbstractSitemap Line 0, column 0: 2 errors
 
 sender org.apache.cocoon.servlet.CocoonServlet
 
 source Cocoon servlet
 
 stack-trace
 
 org.apache.cocoon.ProcessingException: Language Exception:
 org.apache.cocoon.components.language.LanguageException: Error compiling
 sitemap_xmap:
 Line 241, column 54:  '}' expected
 Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
 declared abstract; it does not define method
 process(org.apache.cocoon.environment.Environment,
 org.apache.cocoon.components.pipeline.StreamPipeline,
 org.apache.cocoon.components.pipeline.EventPipeline) in class
 org.apache.cocoon.sitemap.AbstractSitemap
 Line 0, column 0:
 2 errors
 
  at
 org.apache.cocoon.components.language.generator.ProgramGeneratorI
 mpl.createR
 esource(ProgramGeneratorImpl.java:360)
  at
 org.apache.cocoon.components.language.generator.ProgramGeneratorI
 mpl.load(Pr
 ogramGeneratorImpl.java:312)
  at org.apache.cocoon.sitemap.Handler.run(Handler.java:267)
  at java.lang.Thread.run(Thread.java:536)
 Caused by: org.apache.cocoon.components.language.LanguageException: Error
 compiling sitemap_xmap:
 Line 241, column 54:  '}' expected
 Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
 declared abstract; it does not define method
 process(org.apache.cocoon.environment.Environment,
 org.apache.cocoon.components.pipeline.StreamPipeline,
 org.apache.cocoon.components.pipeline.EventPipeline) in class
 org.apache.cocoon.sitemap.AbstractSitemap
 Line 0, column 0:
 2 errors
 
  at
 org.apache.cocoon.components.language.programming.java.JavaLangua
 ge.compile(
 JavaLanguage.java

Re: newbies : problem with sitemap.xmap

2003-02-13 Thread SAXESS - Hussayn Dabbous
You can make your life very easy by simply adding this to the
beginning of your sitemap:

+ begin of sitemap -
?xml version=1.0?
map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;

  map:components
map:generators   default=file/
map:transformers default=xslt/
map:readers  default=resource/
map:serializers  default=html/
map:matchers default=wildcard/
  /map:components

  !-- now your own stuff as you expressed it in your email ... --
+ end of sitemap ---

By this you get all comoponents from $rootsitemap ready
at hand in your subsitemap. Dont bother with component
definitions until you really need to express something
different from the rootsitemap ;-)

regards, hussayn




Lionel Crine wrote:

you need a reader :

map:readers default=resource
map:reader logger=sitemap.reader.resource name=resource 
pool-max=32 src=org.apache.cocoon.reading.ResourceReader/
/map:readers


in the components

see the sitemaAt 09:55 13/02/2003 +0100, you wrote:

hi

i got a problem with cocoon 2
i would like to serve static page

so i write sitemap.xmap like this


-
map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
  map:components
map:generators
  map:generator name=serverpages
src=org.apache.cocoon.generation.ServerPagesGenerator/
/map:generators


map:serializers
  map:serializer name=xml mime-type=text/xml
src=org.apache.cocoon.serialization.XMLSerializer/
/map:serializers

map:matchers
  map:matcher name=wildcard
src=org.apache.cocoon.matching.WildcardURIMatcher/
/map:matchers



/map:components

map:pipelines


map:pipeline
 map:match pattern=index.html
map:read src=index.html mime-type=text/html/
 /map:match
  /map:pipeline


/map:pipelines

/map:sitemap






but it doesnt work

in browser i always obtaint this message









Cocoon 2 - Internal server error

 



type fatal

message Language Exception

description org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Error compiling
sitemap_xmap: Line 241, column 54: '}' expected Line 63, column 11: class
org.apache.cocoon.www.sitemap_xmap should be declared abstract; it 
does not
define method process(org.apache.cocoon.environment.Environment,
org.apache.cocoon.components.pipeline.StreamPipeline,
org.apache.cocoon.components.pipeline.EventPipeline) in class
org.apache.cocoon.sitemap.AbstractSitemap Line 0, column 0: 2 errors

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

stack-trace

org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Error compiling
sitemap_xmap:
Line 241, column 54:  '}' expected
Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
declared abstract; it does not define method
process(org.apache.cocoon.environment.Environment,
org.apache.cocoon.components.pipeline.StreamPipeline,
org.apache.cocoon.components.pipeline.EventPipeline) in class
org.apache.cocoon.sitemap.AbstractSitemap
Line 0, column 0:
2 errors

at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createR 

esource(ProgramGeneratorImpl.java:360)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.load(Pr 

ogramGeneratorImpl.java:312)
at org.apache.cocoon.sitemap.Handler.run(Handler.java:267)
at java.lang.Thread.run(Thread.java:536)
Caused by: org.apache.cocoon.components.language.LanguageException: Error
compiling sitemap_xmap:
Line 241, column 54:  '}' expected
Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
declared abstract; it does not define method
process(org.apache.cocoon.environment.Environment,
org.apache.cocoon.components.pipeline.StreamPipeline,
org.apache.cocoon.components.pipeline.EventPipeline) in class
org.apache.cocoon.sitemap.AbstractSitemap
Line 0, column 0:
2 errors

at
org.apache.cocoon.components.language.programming.java.JavaLanguage.compile( 

JavaLanguage.java:243)
at
org.apache.cocoon.components.language.programming.CompiledProgrammingLanguag 

e.load(CompiledProgrammingLanguage.java:207)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.generat 

eResource(ProgramGeneratorImpl.java:417)
at
org.apache.cocoon.components.language.generator.ProgramGeneratorImpl.createR 

esource(ProgramGeneratorImpl.java:353)
... 3 more
org.apache.cocoon.components.language.LanguageException: Error compiling
sitemap_xmap:
Line 241, column 54:  '}' expected
Line 63, column 11:  class org.apache.cocoon.www.sitemap_xmap should be
declared abstract; it does not define method
process(org.apache.cocoon.environment.Environment,

RE: newbies : problem with sitemap.xmap

2003-02-13 Thread arnaud
i dont understand (im thinking im stupid)
it doesnt work too

(im using tomcat 4.1.12, jdk sun 1.4.1, cocoon 2.0.4)

i make a lot of changes (thanks lionel  hussayn) but
i got always the same message in tomcat stdout



Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
java.lang.RuntimeException: Fatal: Errors in XSLT transformation:
Warning: File
jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo
n-2.0.4.jar!/org/apache/cocoon/components/language/markup/sitemap/java/sitem
ap.xsl;
Line 1817; Column 34;
[Logicsheet processor] Attribute 'type' missing in dynamic tag map:match

Fatal: Ach?vement dirigU de la feuille de style


at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3170)
at java.lang.Thread.run(Thread.java:536)


last sitemap.xmap

-
map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
  map:components
   map:components
 map:generators   default=file/
 map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/

 map:transformers default=xslt/
 map:readers  default=resource/
 map:serializers  default=html/
 map:matchers default=wildcard/
   /map:components


  /map:components

  map:pipelines


map:pipeline
  map:match pattern=index.html
map:generate type=html src=index.html/
map:serialize/
  /map:match
/map:pipeline

  /map:pipelines

/map:sitemap
-
 -Message d'origine-
 De : Lionel Crine [mailto:[EMAIL PROTECTED]]
 Envoye : jeudi 13 fevrier 2003 10:21
 A : [EMAIL PROTECTED]
 Objet : RE: newbies : problem with sitemap.xmap


 in my sitemap i write that :



  map:generator name=html
 src=org.apache.cocoon.generation.HTMLGenerator/

 ...
  map:match pattern=html
map:generate type=html src=test.html/
map:serialize/
  /map:match

 It's working fine ..
 The reader is used for the css, jpg, etc 

 Hope that help

 At 10:09 13/02/2003 +0100, you wrote:
 i had it in sitemap.xmap
 
 but it doesnt work
 
 in catalina stdout i obtaint this
 
 --
 
 Starting service Tomcat-Standalone
 Apache Tomcat/4.1.12-LE-jdk14
 java.lang.RuntimeException: Fatal: Errors in XSLT transformation:
 Warning: File
 jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo
 n-2.0.4.jar!/org/apache/cocoon/components/language/markup/sitemap
 /java/sitem
 ap.x
 sl; Line 1817; Column 34;
  [Logicsheet processor] Attribute 'type' missing
 in dynamic
 tag 
 map:match
 
 Fatal: Ach?vement dirigU de la feuille de style
 
 
  at
 org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java
 :3170)
  at java.lang.Thread.run(Thread.java:536)
 
 -
 
 and exactely the same message in browser
 
 
   -Message d'origine-
   De : Lionel Crine [mailto:[EMAIL PROTECTED]]
   Envoye : jeudi 13 fevrier 2003 10:01
   A : [EMAIL PROTECTED]
   Objet : Re: newbies : problem with sitemap.xmap
  
  
   you need a reader :
  
   map:readers default=resource
map:reader logger=sitemap.reader.resource name=resource
   pool-max=32 src=org.apache.cocoon.reading.ResourceReader/
   /map:readers
  
  
   in the components
  
   see the sitemaAt 09:55 13/02/2003 +0100, you wrote:
   hi
   
   i got a problem with cocoon 2
   i would like to serve static page
   
   so i write sitemap.xmap like this
   
   
   -
   map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
  map:components
map:generators
  map:generator name=serverpages
   src=org.apache.cocoon.generation.ServerPagesGenerator/
   /map:generators
   
   
   map:serializers
  map:serializer name=xml mime-type=text/xml
   src=org.apache.cocoon.serialization.XMLSerializer/
   /map:serializers
   
   map:matchers
  map:matcher name=wildcard
   src=org.apache.cocoon.matching.WildcardURIMatcher/
   /map:matchers
   
   
   
   /map:components
   
   map:pipelines
   
   
   map:pipeline
 map:match pattern=index.html
map:read src=index.html mime-type=text/html/
 /map:match
  /map:pipeline
   
   
   /map:pipelines
   
   /map:sitemap
   
   
   
   
   
   
   but it doesnt work
   
   in browser i always obtaint this message
   
   
   
   
   
   
   
   
   
   Cocoon 2 - Internal server error
   
   -
   ---
   
   
   type fatal
   
   message Language Exception
   
   description org.apache.cocoon.ProcessingException: Language
 Exception:
   org.apache.cocoon.components.language.LanguageException:
 Error compiling
   sitemap_xmap: Line 241, column 54: '}' expected Line 63

Re: newbies : problem with sitemap.xmap

2003-02-13 Thread SAXESS - Hussayn Dabbous
you have an error in you components def. try this
I assume, your index.html contains html (not xml) right ?

map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;

   map:components
 map:generators   default=file/
 map:transformers default=xslt/
 map:readers  default=resource/
 map:serializers  default=html/
 map:matchers default=wildcard/
   /map:components

  map:pipelines

map:pipeline
   map:match pattern=index.html
 map:read src=index.html/
  /map:match
/map:pipeline

  /map:pipelines

/map:sitemap



or try this, if your index-file has xml code in it:
i propose then, you rename the file index.html to index.xml
to be explicit:



map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;

   map:components
 map:generators   default=file/
 map:transformers default=xslt/
 map:readers  default=resource/
 map:serializers  default=html/
 map:matchers default=wildcard/
   /map:components

  map:pipelines

map:pipeline
   map:match pattern=index.html== you ask for this
 map:generate src=index.xml/   == but you process this ;-)
 map:serialize/
  /map:match
/map:pipeline

  /map:pipelines

/map:sitemap



===
or make it explicit (best practice):



map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;

   map:components
 map:generators   default=file/
 map:transformers default=xslt/
 map:readers  default=resource/
 map:serializers  default=html/
 map:matchers default=wildcard/
   /map:components

  map:pipelines

map:pipeline
   map:match pattern=index.html
 map:generate type=file src=index.xml/
 map:serialize type=html /
  /map:match
/map:pipeline

  /map:pipelines

/map:sitemap


regards, hussayn


arnaud wrote:

i dont understand (im thinking im stupid)
it doesnt work too

(im using tomcat 4.1.12, jdk sun 1.4.1, cocoon 2.0.4)

i make a lot of changes (thanks lionel  hussayn) but
i got always the same message in tomcat stdout



Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
java.lang.RuntimeException: Fatal: Errors in XSLT transformation:
Warning: File
jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo
n-2.0.4.jar!/org/apache/cocoon/components/language/markup/sitemap/java/sitem
ap.xsl;
Line 1817; Column 34;
[Logicsheet processor] Attribute 'type' missing in dynamic tag map:match

Fatal: Ach?vement dirigU de la feuille de style


at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3170)
at java.lang.Thread.run(Thread.java:536)


last sitemap.xmap

-
map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
  map:components
   map:components
 map:generators   default=file/
 map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/

 map:transformers default=xslt/
 map:readers  default=resource/
 map:serializers  default=html/
 map:matchers default=wildcard/
   /map:components


  /map:components

  map:pipelines


map:pipeline
  map:match pattern=index.html
map:generate type=html src=index.html/
map:serialize/
  /map:match
/map:pipeline

  /map:pipelines

/map:sitemap
-


-Message d'origine-
De : Lionel Crine [mailto:[EMAIL PROTECTED]]
Envoye : jeudi 13 fevrier 2003 10:21
A : [EMAIL PROTECTED]
Objet : RE: newbies : problem with sitemap.xmap


in my sitemap i write that :



map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/

...
map:match pattern=html
  map:generate type=html src=test.html/
  map:serialize/
/map:match

It's working fine ..
The reader is used for the css, jpg, etc 

Hope that help

At 10:09 13/02/2003 +0100, you wrote:


i had it in sitemap.xmap

but it doesnt work

in catalina stdout i obtaint this

--

Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
java.lang.RuntimeException: Fatal: Errors in XSLT transformation:
Warning: File
jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo
n-2.0.4.jar!/org/apache/cocoon/components/language/markup/sitemap


/java/sitem


ap.x
sl; Line 1817; Column 34;
   [Logicsheet processor] Attribute 'type' missing


in dynamic


tag 
map:match

Fatal: Ach?vement dirigU de la feuille de style


   at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java
:3170)
   at java.lang.Thread.run(Thread.java:536)

-

and exactely the same message in browser




-Message d'origine-
De : Lionel Crine [mailto:[EMAIL PROTECTED]]
Envoye : jeudi 13 fevrier 2003

RE: newbies : problem with sitemap.xmap

2003-02-13 Thread Lionel Crine



Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
java.lang.RuntimeException: Fatal: Errors in XSLT transformation:
Warning: File
jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo
n-2.0.4.jar!/org/apache/cocoon/components/language/markup/sitemap/java/sitem
ap.xsl;
Line 1817; Column 34;
[Logicsheet processor] Attribute 'type' missing in dynamic tag map:match

Fatal: Ach?vement dirigU de la feuille de style


at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3170)
at java.lang.Thread.run(Thread.java:536)


last sitemap.xmap

-
map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
  map:components





ONE COMPONENTS IS ENOUGHT remove this on -  map:components





 map:generators   default=file/
 map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/

 map:transformers default=xslt/
 map:readers  default=resource/
 map:serializers  default=html/
 map:matchers default=wildcard/
   /map:components







AND THIS ONE - /map:components





  map:pipelines


map:pipeline
  map:match pattern=index.html
map:generate type=html src=index.html/
map:serialize/
  /map:match
/map:pipeline

  /map:pipelines

/map:sitemap



Moreover you should declare explicitly what you're using.
Like that for the generator :  map:generator name=html 
src=org.apache.cocoon.generation.HTMLGenerator/
the transformers ...
etc 

this synthax is allowed in sub sitemap...I'm not quite sure you can write 
it in the main sitemap.
/*/
map:transformers default=xslt/
 map:readers  default=resource/
 map:serializers  default=html/
 map:matchers default=wildcard/
/*/

Have a look at the sitemap.xmap in webapps/cocoon/.
If you're doing a sub sitemap you should declare it in the main sitemap.

As for as I am concern, I made a copy of the directory cocoon (called for 
example cocoon-dev), remove what I didn't want and wrote a new sitemap.xconf.

Lionel


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



Re: newbies : problem with sitemap.xmap

2003-02-13 Thread Bertram
Hi arnaud
please look at the generators it is closed before the generator
it mut be like this:
map:generators default=file
	map:generator name=html 
src=org.apache.cocoon.generation.HTMLGenerator/
/map:generators

Klaus
arnaud wrote:
i dont understand (im thinking im stupid)
it doesnt work too

(im using tomcat 4.1.12, jdk sun 1.4.1, cocoon 2.0.4)

i make a lot of changes (thanks lionel  hussayn) but
i got always the same message in tomcat stdout



Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
java.lang.RuntimeException: Fatal: Errors in XSLT transformation:
Warning: File
jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo
n-2.0.4.jar!/org/apache/cocoon/components/language/markup/sitemap/java/sitem
ap.xsl;
Line 1817; Column 34;
[Logicsheet processor] Attribute 'type' missing in dynamic tag map:match

Fatal: Ach?vement dirigU de la feuille de style


at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:3170)
at java.lang.Thread.run(Thread.java:536)


last sitemap.xmap

-
map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
  map:components
   map:components
 map:generators   default=file/
 map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/

 map:transformers default=xslt/
 map:readers  default=resource/
 map:serializers  default=html/
 map:matchers default=wildcard/
   /map:components


  /map:components

  map:pipelines


map:pipeline
  map:match pattern=index.html
map:generate type=html src=index.html/
map:serialize/
  /map:match
/map:pipeline

  /map:pipelines

/map:sitemap
-


-Message d'origine-
De : Lionel Crine [mailto:[EMAIL PROTECTED]]
Envoye : jeudi 13 fevrier 2003 10:21
A : [EMAIL PROTECTED]
Objet : RE: newbies : problem with sitemap.xmap


in my sitemap i write that :



map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/

...
map:match pattern=html
  map:generate type=html src=test.html/
  map:serialize/
/map:match

It's working fine ..
The reader is used for the css, jpg, etc 

Hope that help

At 10:09 13/02/2003 +0100, you wrote:


i had it in sitemap.xmap

but it doesnt work

in catalina stdout i obtaint this

--

Starting service Tomcat-Standalone
Apache Tomcat/4.1.12-LE-jdk14
java.lang.RuntimeException: Fatal: Errors in XSLT transformation:
Warning: File
jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo
n-2.0.4.jar!/org/apache/cocoon/components/language/markup/sitemap


/java/sitem


ap.x
sl; Line 1817; Column 34;
   [Logicsheet processor] Attribute 'type' missing


in dynamic


tag 
map:match

Fatal: Ach?vement dirigU de la feuille de style


   at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java
:3170)
   at java.lang.Thread.run(Thread.java:536)

-

and exactely the same message in browser




-Message d'origine-
De : Lionel Crine [mailto:[EMAIL PROTECTED]]
Envoye : jeudi 13 fevrier 2003 10:01
A : [EMAIL PROTECTED]
Objet : Re: newbies : problem with sitemap.xmap


you need a reader :

map:readers default=resource
map:reader logger=sitemap.reader.resource name=resource
pool-max=32 src=org.apache.cocoon.reading.ResourceReader/
/map:readers


in the components

see the sitemaAt 09:55 13/02/2003 +0100, you wrote:


hi

i got a problem with cocoon 2
i would like to serve static page

so i write sitemap.xmap like this


-
map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
 map:components
   map:generators
 map:generator name=serverpages
src=org.apache.cocoon.generation.ServerPagesGenerator/
/map:generators


map:serializers
 map:serializer name=xml mime-type=text/xml
src=org.apache.cocoon.serialization.XMLSerializer/
/map:serializers

map:matchers
 map:matcher name=wildcard
src=org.apache.cocoon.matching.WildcardURIMatcher/
/map:matchers



/map:components

map:pipelines


map:pipeline
map:match pattern=index.html
   map:read src=index.html mime-type=text/html/
/map:match
 /map:pipeline


/map:pipelines

/map:sitemap






but it doesnt work

in browser i always obtaint this message









Cocoon 2 - Internal server error

-


---




type fatal

message Language Exception

description org.apache.cocoon.ProcessingException: Language


Exception:


org.apache.cocoon.components.language.LanguageException:


Error compiling


sitemap_xmap: Line 241, column 54: '}' expected Line 63,


column 11: class


org.apache.cocoon.www.sitemap_xmap should be declared abstract;


it does

RE: newbies : problem with sitemap.xmap

2003-02-13 Thread Geoff Howard
Title: RE: newbies : problem with sitemap.xmap






 Starting service Tomcat-Standalone

 Apache Tomcat/4.1.12-LE-jdk14

 java.lang.RuntimeException: Fatal: Errors in XSLT transformation:

 Warning: File

 jar:file:/C:/etango/tomcat/webapps/cocoonsamples/WEB-INF/lib/cocoo

 n-2.0.4.jar!/org/apache/cocoon/components/language/markup/site

 map/java/sitem

 ap.xsl;

 Line 1817; Column 34;

 [Logicsheet processor] Attribute 'type' missing in dynamic 

 tag map:match

 

This particular error happens because you didn't define a default value on map:matchers ... AND you didn't specifiy a type on map:match. Fix one or both and this error will go away (though it seems you have several overlapping problems). If you haven't fixed this yet, write back with a specific error.

Geoff





RE: newbies : problem with sitemap.xmap

2003-02-13 Thread arnaud
ok now its work

just one problem

when i request http://localhost:8080/cocoonsamples/staticpages/index.html
i obtain this error in browser (nothing in tomcat stdout)

--
Cocoon 2 - Resource not found

type resource-not-found

message Resource not found

description The requested URI /cocoonsamples/staticpages/index.html was
not found.

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/cocoonsamples/staticpages/index.html

path-info

staticpages/index.html

--




but index.html exist in staticpages directory


cocoonsamples +
  |
  +- staticpages
  |
  +- WEB-INF +
 |
 +- classes



any idea ?




--

map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;

map:components

  map:generators
map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/
  /map:generators

  map:transformers default=xslt/

  map:serializers  default=html/

  map:matchers
map:matcher name=referer-match
src=org.apache.cocoon.matching.WildcardHeaderMatcher/
  /map:matchers

/map:components

   map:pipelines

 map:pipeline
   map:match type=referer-match pattern=staticpages/*.html
   map:generate type=html src=staticpages/{1}.html/
   map:serialize/
   /map:match
 /map:pipeline

   /map:pipelines

/map:sitemap







-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: newbies : problem with sitemap.xmap

2003-02-13 Thread SAXESS - Hussayn Dabbous
hmm.

what's the name of your cocoon webapplication ?
is it cocoonsamples ?
or do you have a subdirectory named cocoonsamples
in your cocoon webapp ?

in the latter case try:

http://localhost:8080/cocoon/cocoonsamples/staticpages/index.html

dont like cocoon in your URL ? then look at

http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerDefaultContext

regards, hussayn


arnaud wrote:

ok now its work

just one problem

when i request http://localhost:8080/cocoonsamples/staticpages/index.html
i obtain this error in browser (nothing in tomcat stdout)

--
Cocoon 2 - Resource not found

type resource-not-found

message Resource not found

description The requested URI /cocoonsamples/staticpages/index.html was
not found.

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/cocoonsamples/staticpages/index.html

path-info

staticpages/index.html

--




but index.html exist in staticpages directory


cocoonsamples +
  |
  +- staticpages
  |
  +- WEB-INF +
 |
 +- classes



any idea ?




--

map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;

map:components

  map:generators
map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/
  /map:generators

  map:transformers default=xslt/

  map:serializers  default=html/

  map:matchers
map:matcher name=referer-match
src=org.apache.cocoon.matching.WildcardHeaderMatcher/
  /map:matchers

/map:components

   map:pipelines

 map:pipeline
   map:match type=referer-match pattern=staticpages/*.html
   map:generate type=html src=staticpages/{1}.html/
   map:serialize/
   /map:match
 /map:pipeline

   /map:pipelines

/map:sitemap







-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



--
Dr. Hussayn Dabbous
SAXESS Software Design GmbH
Neuenhöfer Allee 125
50935 Köln
Telefon: +49-221-56011-0
Fax: +49-221-56011-20
E-Mail:  [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




RE: newbies : problem with sitemap.xmap

2003-02-13 Thread arnaud


 -Message d'origine-
 De : SAXESS - Hussayn Dabbous [mailto:[EMAIL PROTECTED]]
 Envoyé : jeudi 13 février 2003 16:25
 À : [EMAIL PROTECTED]
 Objet : Re: newbies : problem with sitemap.xmap


 hmm.

 what's the name of your cocoon webapplication ?
 is it cocoonsamples ?

yes

webapps +
|
+- cocoonsamples +


 or do you have a subdirectory named cocoonsamples
 in your cocoon webapp ?

 in the latter case try:

 http://localhost:8080/cocoon/cocoonsamples/staticpages/index.html

 dont like cocoon in your URL ? then look at

 http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerDefaultContext

 regards, hussayn


 arnaud wrote:
  ok now its work
 
  just one problem
 
  when i request
 http://localhost:8080/cocoonsamples/staticpages/index.html
  i obtain this error in browser (nothing in tomcat stdout)
 
  --
  Cocoon 2 - Resource not found
 
  type resource-not-found
 
  message Resource not found
 
  description The requested URI
 /cocoonsamples/staticpages/index.html was
  not found.
 
  sender org.apache.cocoon.servlet.CocoonServlet
 
  source Cocoon servlet
 
  request-uri
 
  /cocoonsamples/staticpages/index.html
 
  path-info
 
  staticpages/index.html
 
  --
 
 
 
 
  but index.html exist in staticpages directory
 
 
  cocoonsamples +
|
+- staticpages
|
+- WEB-INF +
   |
   +- classes
 
 
 
  any idea ?
 
 
 
 
  --
 
  map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;
 
  map:components
 
map:generators
  map:generator name=html
  src=org.apache.cocoon.generation.HTMLGenerator/
/map:generators
 
map:transformers default=xslt/
 
map:serializers  default=html/
 
map:matchers
  map:matcher name=referer-match
  src=org.apache.cocoon.matching.WildcardHeaderMatcher/
/map:matchers
 
  /map:components
 
 map:pipelines
 
   map:pipeline
 map:match type=referer-match pattern=staticpages/*.html
 map:generate type=html src=staticpages/{1}.html/
 map:serialize/
 /map:match
   /map:pipeline
 
 /map:pipelines
 
  /map:sitemap
 
 
 
 
 
 
 
  -
  Please check that your question  has not already been answered in the
  FAQ before posting. http://xml.apache.org/cocoon/faq/index.html
 
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:   [EMAIL PROTECTED]
 

 --
 Dr. Hussayn Dabbous
 SAXESS Software Design GmbH
 Neuenhöfer Allee 125
 50935 Köln
 Telefon: +49-221-56011-0
 Fax: +49-221-56011-20
 E-Mail:  [EMAIL PROTECTED]


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: newbies : problem with sitemap.xmap

2003-02-13 Thread SAXESS - Hussayn Dabbous
you have something like this in your rootsitemap ?:

map:pipeline
  map:match pattern=staticpages/**
map:mount check-reload=yes src=staticpages/{1}/
   uri-prefix=staticpages/{1}/
  /map:match
/map:pipeline

no more ideas ...
regards, hussayn

arnaud wrote:



-Message d'origine-
De : SAXESS - Hussayn Dabbous [mailto:[EMAIL PROTECTED]]
Envoyé : jeudi 13 février 2003 16:25
À : [EMAIL PROTECTED]
Objet : Re: newbies : problem with sitemap.xmap


hmm.

what's the name of your cocoon webapplication ?
is it cocoonsamples ?



yes

webapps +
|
+- cocoonsamples +




or do you have a subdirectory named cocoonsamples
in your cocoon webapp ?

in the latter case try:

http://localhost:8080/cocoon/cocoonsamples/staticpages/index.html

dont like cocoon in your URL ? then look at

http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerDefaultContext

regards, hussayn


arnaud wrote:


ok now its work

just one problem

when i request


http://localhost:8080/cocoonsamples/staticpages/index.html


i obtain this error in browser (nothing in tomcat stdout)

--
Cocoon 2 - Resource not found

type resource-not-found

message Resource not found

description The requested URI


/cocoonsamples/staticpages/index.html was


not found.

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/cocoonsamples/staticpages/index.html

path-info

staticpages/index.html

--




but index.html exist in staticpages directory


cocoonsamples +
 |
 +- staticpages
 |
 +- WEB-INF +
|
+- classes



any idea ?




--

map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;

   map:components

 map:generators
   map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/
 /map:generators

 map:transformers default=xslt/

 map:serializers  default=html/

 map:matchers
   map:matcher name=referer-match
src=org.apache.cocoon.matching.WildcardHeaderMatcher/
 /map:matchers

   /map:components

  map:pipelines

map:pipeline
  map:match type=referer-match pattern=staticpages/*.html
  map:generate type=html src=staticpages/{1}.html/
  map:serialize/
  /map:match
/map:pipeline

  /map:pipelines

/map:sitemap







-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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


--
Dr. Hussayn Dabbous
SAXESS Software Design GmbH
Neuenhöfer Allee 125
50935 Köln
Telefon: +49-221-56011-0
Fax: +49-221-56011-20
E-Mail:  [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



--
Dr. Hussayn Dabbous
SAXESS Software Design GmbH
Neuenhöfer Allee 125
50935 Köln
Telefon: +49-221-56011-0
Fax: +49-221-56011-20
E-Mail:  [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: newbies : problem with sitemap.xmap

2003-02-13 Thread SAXESS - Hussayn Dabbous
ah, i see the problem !!!
its in your sitemap. i assume you have
put a subsitemap in your staticpages directory and use the mount
as in my last email:

 map:pipeline
   map:match pattern=staticpages/**
 map:mount check-reload=yes src=staticpages/{1}/
uri-prefix=staticpages/{1}/
   /map:match
 /map:pipeline


then use in the staticpages/sitemap.xmap:
  ...
  map:pipelines
map:pipeline
  map:match type=referer-match pattern=*.html  == here !!!
  map:generate type=html src={1}.html/ === and here
  map:serialize/
  /map:match
/map:pipeline
  /map:pipelines
  ...

SAXESS - Hussayn Dabbous wrote:

you have something like this in your rootsitemap ?:

map:pipeline
  map:match pattern=staticpages/**
map:mount check-reload=yes src=staticpages/{1}/
   uri-prefix=staticpages/{1}/
  /map:match
/map:pipeline

no more ideas ...
regards, hussayn

arnaud wrote:




-Message d'origine-
De : SAXESS - Hussayn Dabbous [mailto:[EMAIL PROTECTED]]
Envoyé : jeudi 13 février 2003 16:25
À : [EMAIL PROTECTED]
Objet : Re: newbies : problem with sitemap.xmap


hmm.

what's the name of your cocoon webapplication ?
is it cocoonsamples ?




yes

webapps +
|
+- cocoonsamples +




or do you have a subdirectory named cocoonsamples
in your cocoon webapp ?

in the latter case try:

http://localhost:8080/cocoon/cocoonsamples/staticpages/index.html

dont like cocoon in your URL ? then look at

http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerDefaultContext

regards, hussayn


arnaud wrote:


ok now its work

just one problem

when i request



http://localhost:8080/cocoonsamples/staticpages/index.html


i obtain this error in browser (nothing in tomcat stdout)

--
Cocoon 2 - Resource not found

type resource-not-found

message Resource not found

description The requested URI



/cocoonsamples/staticpages/index.html was


not found.

sender org.apache.cocoon.servlet.CocoonServlet

source Cocoon servlet

request-uri

/cocoonsamples/staticpages/index.html

path-info

staticpages/index.html

--




but index.html exist in staticpages directory


cocoonsamples +
 |
 +- staticpages
 |
 +- WEB-INF +
|
+- classes



any idea ?




--

map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0;

   map:components

 map:generators
   map:generator name=html
src=org.apache.cocoon.generation.HTMLGenerator/
 /map:generators

 map:transformers default=xslt/

 map:serializers  default=html/

 map:matchers
   map:matcher name=referer-match
src=org.apache.cocoon.matching.WildcardHeaderMatcher/
 /map:matchers

   /map:components

  map:pipelines

map:pipeline
  map:match type=referer-match pattern=staticpages/*.html
  map:generate type=html src=staticpages/{1}.html/
  map:serialize/
  /map:match
/map:pipeline

  /map:pipelines

/map:sitemap







-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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


--
Dr. Hussayn Dabbous
SAXESS Software Design GmbH
Neuenhöfer Allee 125
50935 Köln
Telefon: +49-221-56011-0
Fax: +49-221-56011-20
E-Mail:  [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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





-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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





--
Dr. Hussayn Dabbous
SAXESS Software Design GmbH
Neuenhöfer Allee 125
50935 Köln
Telefon: +49-221-56011-0
Fax: +49-221-56011-20
E-Mail:  [EMAIL PROTECTED]


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




RE: newbies : problem with sitemap.xmap

2003-02-13 Thread Geoff Howard
Title: RE: newbies : problem with sitemap.xmap






From what I can see, the only matcher you have set up is the map:matcher name=referer-match

src="" which is totally 

useless to you in this case. You must not be understanding some basic concepts either 

because you have not read the user docs, or are not understanding them for 

some reason. 


Look at the definitions for the matchers, and you will find that you need 

the Wildcard URI matcher, not the Wildcard Header Matcher. You need to add 

a definition for org.apache.cocoon.matching.WildcardURIMatcher in your map:matchers 

section and use whatever name you give it in your map:match type= 


So, you need to change:

 map:matchers

 map:matcher name=referer-match

 src="">

 /map:matchers


to 

 map:matchers

 map:matcher name=wildcard

src="">

 /map:matchers


and


 map:match type=referer-match pattern=staticpages/*.html

 map:generate type=html src="">

 map:serialize/

 /map:match


to 


 map:match type=wildcard pattern=staticpages/*.html

 map:generate type=html src="">

 map:serialize/

 /map:match


Additionally, note:

1) you can add a parameter to map:matchers, default=wildcard so that you can 

eliminate the type=wildcard in your map:match statements if you do more than a few.

2) the string wildcard is not magic - you just need to use the same string in map:matcher name=... and in your type=...

Geoff


Geoff


 -Original Message-

 From: arnaud [mailto:[EMAIL PROTECTED]]

 Sent: Thursday, February 13, 2003 10:01 AM

 To: [EMAIL PROTECTED]

 Subject: RE: newbies : problem with sitemap.xmap

 

 

 ok now its work

 

 just one problem

 

 when i request 

 http://localhost:8080/cocoonsamples/staticpages/index.html

 i obtain this error in browser (nothing in tomcat stdout)

 

 --

 Cocoon 2 - Resource not found

 

 type resource-not-found

 

 message Resource not found

 

 description The requested URI 

 /cocoonsamples/staticpages/index.html was

 not found.

 

 sender org.apache.cocoon.servlet.CocoonServlet

 

 source Cocoon servlet

 

 request-uri

 

 /cocoonsamples/staticpages/index.html

 

 path-info

 

 staticpages/index.html

 

 --

 

 

 

 

 but index.html exist in staticpages directory

 

 

 cocoonsamples +

 |

 +- staticpages

 |

 +- WEB-INF +

 |

 +- classes

 

 

 

 any idea ?

 

 

 

 

 --

 

 map:sitemap xmlns:map=http://apache.org/cocoon/sitemap/1.0

 

 map:components

 

 map:generators

 map:generator name=html

 src="">

 /map:generators

 

 map:transformers default=xslt/

 

 map:serializers default=html/

 

 map:matchers

 map:matcher name=referer-match

 src="">

 /map:matchers

 

 /map:components

 

 map:pipelines

 

 map:pipeline

 map:match type=referer-match pattern=staticpages/*.html

 map:generate type=html src="">

 map:serialize/

 /map:match

 /map:pipeline

 

 /map:pipelines

 

 /map:sitemap

 

 

 

 

 

 

 

 -

 Please check that your question has not already been answered in the

 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

 

 To unsubscribe, e-mail: [EMAIL PROTECTED]

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