RE: Sitemap parameters

2003-06-13 Thread Maxime.Gheysen
don't work the "\\" ... Is there no other way? Like "asd" + {request-param:asdf} or something like that? -Original Message- From: Jorg Heymans [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 4:07 PM To: '[EMAIL PROTECTED]' Subject: RE: Sitemap

RE: Sitemap parameters

2003-06-13 Thread Jorg Heymans
My guess would be that the \ in CORPROOT\{request-param:name} escapes the next character (whether it should or not I don't know) and so the variable interpolation is not happening. Check the sitemap log in WEB-INF/logs, it might have an indication as to what is happening exactly Can you try escap

RE: Sitemap parsing error?

2003-06-06 Thread Geoff Howard
2003 8:09 PM To: '[EMAIL PROTECTED]' Subject: RE: Sitemap parsing error? Hi Geoff, The encoding stated at the top of the XML file is UTF-8 For some reason the WAR extraction process didn't quite extract the full sitemap file (could have been corrupted.) I manually ftp the file acr

RE: Sitemap parsing error?

2003-06-06 Thread Jason Nah
Title: RE: Sitemap parsing error? Geoff, I've also noticed the following statement in access.log upon startup... Using configuration file: /WEB-INF/cocoon.xconf parent-component-manager not set - defaulting to null. container-encoding was not set - defaulting to ISO-8859-1 form-enc

RE: Sitemap parsing error?

2003-06-06 Thread Jason Nah
Title: RE: Sitemap parsing error? Hi Geoff, The encoding stated at the top of the XML file is UTF-8 For some reason the WAR extraction process didn't quite extract the full sitemap file (could have been corrupted.) I manually ftp the file across from a windows box and dos2unix

Re: Sitemap parsing error?

2003-06-05 Thread Geoff Howard
And your sure you haven't typed any stray upsilon characters? ;) υ = υ = u Assuming you haven't, my only slightly informed guess is that you've got an encoding mix up. Is it possible you've saved the sitemap in some file encoding where what appears to be whitespace is read as an upsilon when inter

Re: sitemap parameter for esq connection-pool in xsp

2003-03-17 Thread Stefan Klein
Is there a xsp-tag / logicsheet to do this, as well? Just as you can do: ? Thanks in advance Stefan - Original Message - From: "Andres, Judith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 14, 2003 2:59 PM Subject: AW: sitemap parameter for esq connection-pool in xsp

Re: sitemap and {session:locale} for i18n?

2003-02-27 Thread Enke, Michael
Stephane Amaudruz wrote: > > First,a s you are using input module, you must ensure that they are declared > in your Cocoon.xconf. > > Second the session input module allows you to access session properties, > such as creationTime, id, lastAccessedTime and so on. > > I think that if you want to a

RE: sitemap and {session:locale} for i18n?

2003-02-26 Thread Stephane Amaudruz
First,a s you are using input module, you must ensure that they are declared in your Cocoon.xconf. Second the session input module allows you to access session properties, such as creationTime, id, lastAccessedTime and so on. I think that if you want to access attribute, you must use the session

Re: Sitemap, process depending on existence of files

2003-02-25 Thread Miles Egan
Tony Collen wrote: On Tue, 25 Feb 2003, Goetz Botterweck wrote: Is it possible to write sitemap rules which check for the existence of files? Somewhat like if "docs/path/{1}.xml" exists then else end if Have you tried the resource-exists action? --

Re: Sitemap, process depending on existence of files

2003-02-25 Thread Tony Collen
On Tue, 25 Feb 2003, Goetz Botterweck wrote: > Is it possible to write sitemap rules which check for the existence of > files? > > Somewhat like > > > if "docs/path/{1}.xml" exists then > > > > else > > > > end if > > > > Thx for any hints Go

RE: Sitemap parameters lifetime

2003-02-20 Thread Laurent Comte
It seems I must post the same question twice to have an answer :)   Regards.Laurent. -Message d'origine-De : Laurent Comte [mailto:[EMAIL PROTECTED]]Envoyé : jeudi 20 février 2003 13:09À : [EMAIL PROTECTED]Objet : Sitemap parameters lifetime As described at http://xm

Re: Sitemap Tag Reference

2003-02-02 Thread Steven Noels
Robert Simmons wrote: Is there a reference manual to the sitemap schema and tags ? If you, I would appreciate a link. not really, but there are some XML grammars in CVS: - src\documentation\xdocs\drafts\sitemap-2.1-draft.xsd - src\webapp\WEB-INF\entities\sitemap-v06.rng That's for HEAD. For

Re: Sitemap Tag Reference

2003-02-01 Thread Nicola Ken Barozzi
Robert Simmons wrote: Is there a reference manual to the sitemap schema and tags ? If you, I would appreciate a link. This is a cool reference http://outerthought.net/sitemap/index.html -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (

Re: sitemap matcher woes

2003-01-17 Thread Saqib . N . Ali
To: <[EMAIL PROTECTED]> Subject: Re: sitemap matcher woes No Phone Info

Re: sitemap matcher woes

2003-01-17 Thread Konstantin Piroumian
From: <[EMAIL PROTECTED]> > Hi All, > > Currently my sitemap is setup like the following: > > > http://www.w3.org/2000/08/w3c-synd/home.rss"/> > > > > > So when I type the following line in my browser: > http://my.server.com:8080/cocoon/mount/test/w3c.rss > > It gets me the content of the W3C

Re: sitemap & war

2003-01-13 Thread Konstantin Piroumian
Hi! Take a look at the webapp properties, you can define which resources to copy into the WAR. And you can also setup a new file type somewhere in Tools->IDE settings (or so), so .xmap extension will be recognized. Konstantin - Original Message - From: "Fernando Wermus" <[EMAIL PROTECTED

RE: sitemap flow based on requestor's URL?

2003-01-03 Thread Brandes, Wayne
That sounds like it could work; and is a very powerful technique in general. Thanks Wayne -Original Message- From: Timothy Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 3:05 PM To: [EMAIL PROTECTED] Subject: Re: sitemap flow based on requestor's URL? You could

Re: sitemap flow based on requestor's URL?

2003-01-02 Thread Timothy Larson
You could make your XSP into an action: http://wiki.cocoondev.org/Wiki.jsp?page=XSPAction Then you could use the action's indication of success or failure to redirect to different places: Tim >>> [EMAIL PROTECTED] 01/02/03 02:42PM >>>

RE: sitemap [if or select case]

2002-12-30 Thread Luca Morandini
Stavros, I presume the ParameterSelector selector is the Cocoon component closest to your need. Or, you may use WildcardRequestParameterMatcher to write pipelines checking request parameters' values instead of URIs... though this is not EXACTLY a select/case construct. See it for yourself at:

RE: sitemap -> save file ?

2002-11-29 Thread Eisert, Wolfram (ext.)
Jessica, maybe you could use the SourceWritingTransformer. See http://xml.apache.org/cocoon/userdocs/transformers/sourcewriting-transformer .html Wolfram > -Original Message- > From: Jessica Niewint [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 29, 2002 2:45 PM > To: [EMAIL PROTEC

Re: Sitemap redirect with target _top ?

2002-11-19 Thread Erik Bruchez
I hate to give bad advice, but you may want to try to send a "window-target" HTTP header with value "_top", or try the equivalent meta tag in your HTML document: This used to work with Netscape 4.x but it is a sort of mystery, poorly documented header that may or may not be supported in the

RE: Sitemap redirect with target _top ?

2002-11-19 Thread Reinhard Poetz
Hans, I think there is no way because this can't be set in Cocoon (or any other web middleware). I would include a javascript in the target page which will make it to the top page. Regards, Reinhard > -Original Message- > From: Dr. Hans M. Rupp [mailto:[EMAIL PROTECTED]] > Sent: Tuesday,

Re: Sitemap help?

2002-11-15 Thread Jeremy Quinn
On Friday, Nov 15, 2002, at 18:10 Europe/London, Reinhard Poetz wrote: Are you sure you have a matcher of the type "request"? In cocoon2.1-dev the name of the "org.apache.cocoon.matching.RequestParameterMatcher" is "request-parameter". Sorry, that was a slip. I h

RE: Sitemap help?

2002-11-15 Thread Reinhard Poetz
> -Original Message- > From: Jeremy Quinn [mailto:jeremy@;media.demon.co.uk] > Sent: Friday, November 15, 2002 6:39 PM > To: [EMAIL PROTECTED] > Subject: Sitemap help? > > > I was trying to make a pipeline like the one below work, but could not. > It never gets selected. > > I thought this

Re: [sitemap] Passing parameters to XML

2002-10-29 Thread Dave Biggar
d it. I just want to get a couple of parameters and use 'esql:query' to retrieve data from my database. Dave - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; ""Dave Biggar"" <[EMAIL PROTECTED]> Sent: Tuesday,

Re: [sitemap] Passing parameters to XML

2002-10-29 Thread Dave Biggar
Thanks Eric but unfortunately my problem is not the same as yours. I have always had a root element . Dave - Original Message - From: "Eric Everman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 29, 2002 11:13 AM Subject: Re: [sitemap] Pas

Re: [sitemap] Passing parameters to XML

2002-10-29 Thread Eric Everman
Dave- I believe you are having the same problem I was having. Ilya's reply to me fixed the problem: Implicit variables are not created until the content tag is reached, thus logic prior to that references them will fail. I'm *very* new to Cocoon so I have no experience with past versions. I

Re: [sitemap] Passing parameters to XML

2002-10-29 Thread Markdelanoy
I'm not sure why that's not working as I use that concept all the time. I typically create actions that pull from the request object ,e.g. getParameter but action vs XSP shouldn't matter. ??? MD - Please check that your quest

Re: Sitemap question

2002-10-13 Thread Miles Elam
Miles Elam wrote: > Is there any particular reason why subsitemaps must redefine > components instead of inheriting the parent's component definitions > and defaults? Seems quite redundant to me. Let me restate the question. I noticed that the sitemap isn't inheriting things it should be. I

Re: Sitemap wildcards

2002-10-09 Thread Vadim Gritsenko
Robin Wyles wrote: >Hi All, > >I am familiar with the user of wildcards in matchers, and the use of the >resulting sitemap variables {1}, {../1} etc. But my question is this: > >Is there a sitemap variable that corresponds to the matched pattern for the >current matcher? For example in the follow

Re: Sitemap returning blank html page

2002-10-01 Thread Ruben_Inoto
| | To: [EMAIL PROTECTED] | | cc: | | Subject:

Re: Sitemap returning blank html page

2002-10-01 Thread Paul Lee
Hi Ruben, thanks for the help. I have changed the DocumentBuilderFactory and SAXParserFactory in config.xconf (I just replaced the original "???" with the parameters that you provided), but I do have one question about the transformar setting. I tried replacing the original org.apache.c

Re: Sitemap returning blank html page

2002-10-01 Thread Ruben_Inoto
Hi Paul, try setting this XML Registry: DocumentBuilderFactory: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl SAXParserFactory: org.apache.xerces.jaxp.SAXParserFactoryImpl Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl and connecting it to your server (it also w

Re: sitemap reloading

2002-09-13 Thread Barbara Post
I guess this is due to Websphere, here I use Tomcat 4.0.4 and it works fine every time... with every version of C 2.0/2.1 I tried. I never used Websphere... Sorry. - Original Message - From: "Gernot Koller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 13, 2002 3:32

Re: sitemap substitution in actions

2002-09-12 Thread Vadim Gritsenko
Phil Blake wrote: > I have a directory with common resources like images and pdfs thyat > are used by all sections of the site. I also have other directories > with resources that are specific to a certain part of the site. > > So... If the url points to a specific resource, and it doesn't exis

Re: Sitemap Question

2002-09-12 Thread Barbara Post
Hem, I guess you can write an Action that uses request parameters, formats them the way you want, and puts new parameters in the sitemap, with the name of your request parameters but new values... then write what "next page" wants to do... ? What's your need ? Babs - Original Message - F

Re: sitemap substitution in actions

2002-09-08 Thread Phil Blake
thanks. my sanity is waning this afternoon. i can use every cent I can get. :) On Monday, September 9, 2002, at 04:44 PM, Barbara Post wrote: > Since you have a map:act wouldn't you rather use {../1} instead of {1} > in > the body of mp:act ? > > I am not sure but these are my 2 cents. > > Have

Re: sitemap substitution in actions

2002-09-08 Thread Barbara Post
Since you have a map:act wouldn't you rather use {../1} instead of {1} in the body of mp:act ? I am not sure but these are my 2 cents. Have a nice day, Babs -- website: www.babsfrance.fr.st ICQ #: 135868405 - Original Message - From: "Phil Blake" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

RE: sitemap variables?

2002-07-19 Thread Piroumian Konstantin
> From: icewind [mailto:[EMAIL PROTECTED]] > > I looked at the threads, and in my sitemap, and > figured that defining something like: > > > value="/home/icewind0/cocoon-files"/> > > > > I can't figure out how to use it in a pipeline. How do > I reference doc-base in one of my pipeline

RE: sitemap variables?

2002-07-18 Thread icewind
I looked at the threads, and in my sitemap, and figured that defining something like: I can't figure out how to use it in a pipeline. How do I reference doc-base in one of my pipelines? I'm tried: [...] and [...] Neither works. Any suggestions? Is map:global-parameters document

RE: sitemap variables?

2002-07-18 Thread Vadim Gritsenko
Read on: http://marc.theaimsgroup.com/?l=xml-cocoon-users&w=2&r=1&s=global+parame ters&q=b about input modules and other options. Vadim > From: icewind [mailto:[EMAIL PROTECTED]] > > I searched the mailing list archives for "sitemap > variables" and "sitemap parameters" but didn't find > any

Re: Sitemap configuration parameters

2002-07-12 Thread Christian Haul
On 11.Jul.2002 -- 09:58 AM, Andrew C. Oliver wrote: > > I've got a number of pages that render relative links, but my > application's root is subject to change. I could set the > link base in every document but that would be a bit painful (to say the > least). > > Is there a way to set a pa

RE: Sitemap parameters and configuration of pages

2002-07-10 Thread Vadim Gritsenko
> From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > > Hi all, > > I've got a number of pages that render links and my application base is > subject to change. I realize that one can set a link base in the > outputted html, but I'd rather configure it on some kind of site basis. > Is there som

RE: Sitemap parameters to XSP pages

2002-06-25 Thread Fabricio Chalub
> > http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102266350403912&w=2 > > Hope this helps. Thanks it did help! Somehow I managed to miss that message *and* the docs [{...}concepts/matchers_selectors.html]. ;) fc - Pleas

Re: Sitemap parameters from servlet init (e.g. from outside the s itemap)...

2002-06-25 Thread Christian Haul
On 25.Jun.2002 -- 12:47 PM, Piroumian Konstantin wrote: > > > - in Cocoon, does something already exist to get set sitemap > > > parameters from somewhere 'global' (hopefully from the init params)? > > > > Or perhaps to/from the servlet context? > > There is a new thing in CVS HEAD called Input

RE: Sitemap parameters from servlet init (e.g. from outside the sitemap)...

2002-06-25 Thread Piroumian Konstantin
> From: Per Kreipke [mailto:[EMAIL PROTECTED]] > > P.s. > > > - in Cocoon, does something already exist to get set sitemap > > parameters from somewhere 'global' (hopefully from the init params)? > > Or perhaps to/from the servlet context? There is a new thing in CVS HEAD called InputModule

Re: Sitemap parameters to XSP pages

2002-06-24 Thread Kenny Chow
Hi Fabricio, http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102266350403912&w=2 Hope this helps. Kenny --- Fabricio Chalub <[EMAIL PROTECTED]> wrote: > Hello, folks. > > How can I pass a parameter specified on the sitemap > to a XSP (and, possibly, > a logicsheet)? > > I was thinking some

RE: Sitemap parameters from servlet init (e.g. from outside the sitemap)...

2002-06-24 Thread Per Kreipke
P.s. > - in Cocoon, does something already exist to get set sitemap > parameters from somewhere 'global' (hopefully from the init params)? Or perhaps to/from the servlet context? Per - Please check that your question has no

RE: sitemap construction help

2002-06-13 Thread Vadim Gritsenko
Please look into matchers which cocoon provides. One which will work for exactly the situation you are describing is RequestParameterMatcher. If you define it with name 'request-parameter' then pipeline will look like: http://server/xml_generator?color={1}/> Vadim -

RE: sitemap processing bug?

2002-06-12 Thread Vadim Gritsenko
> From: Gerhard Hipfinger [mailto:[EMAIL PROTECTED]] > > Hi Vadim, > > but this method is still in the tutorial section of the distribution > (webapp/tutorial/sitemap.xmap), so I assumed it is still working :-( Sorry for spreading disinformation. I'm wrong, it should work. Try your sitemap wit

Re: sitemap processing bug?

2002-06-12 Thread Gerhard Hipfinger
Hi Vadim, but this method is still in the tutorial section of the distribution (webapp/tutorial/sitemap.xmap), so I assumed it is still working :-( Is there a new pattern to nest actions? I think this was an elegant solution to handle chained actions. Thanks, Gerhard Vadim Gritsenko wrote:

RE: sitemap processing bug?

2002-06-12 Thread Vadim Gritsenko
> From: Gerhard Hipfinger [mailto:[EMAIL PROTECTED]] > > Hi! > > I have the following problem with sitemap processing in the current > 2.1-dev CVS Snapshot. > > I have the following action set: > > > > > > > > > > > > > > It loo

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Jonathan Layes [mailto:[EMAIL PROTECTED]] > > On Mon, Jun 10, 2002 at 11:35:58AM -0400, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > Nope, this is not a bug. Sitemap works this way, break

Re: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Jonathan Layes
On Mon, Jun 10, 2002 at 11:35:58AM -0400, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > Nope, this is not a bug. Sitemap works this way, breaking > execution > > > > > on > > > > > first serialize. > > >

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 10.Jun.2002 -- 11:05 AM, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > > Nope, this is not a bug. Sitemap works this way, breaking execution > > > > on > > > > first serialize. > > > > > > Sure, bu

Re: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Christian Haul
On 10.Jun.2002 -- 11:05 AM, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > Nope, this is not a bug. Sitemap works this way, breaking execution > on > > > first serialize. > > > > Sure, but have a second look at the code: There's only one serialize. > > Yup,

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 10.Jun.2002 -- 10:15 AM, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > > > > Hi all, > > > > > > > > I have a recurring theme in a few of my site

Re: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Christian Haul
On 10.Jun.2002 -- 10:15 AM, Vadim Gritsenko wrote: > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > > > Hi all, > > > > > > I have a recurring theme in a few of my sitemaps and, although I > > > have solved the problem, I'm not partic

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > > Hi all, > > > > I have a recurring theme in a few of my sitemaps and, although I > > have solved the problem, I'm not particularly happy with the solution. > > Here's the problem in pseudo-

Re: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Christian Haul
On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > Hi all, > > I have a recurring theme in a few of my sitemaps and, although I > have solved the problem, I'm not particularly happy with the solution. > Here's the problem in pseudo-sitemapese: > > > > > > >

RE: sitemap is not available

2002-06-05 Thread cnsxxx09
Hi I'll answer my own question...again :-) I was wrongly assuming that the error: java.lang.NoClassDefFoundError:org/apache/cocoon/generation/ServletGenerator was telling me that the ServletGenerator class could not be found. How silly of me! What Cocoon was really trying to tell me, sublimina

RE: sitemap is not available

2002-06-05 Thread cnsxxx09
Hi, I tried adding the cocoon jar file to catalina/common/lib/ but then I get a *deployment* error as it needs/relies-on other jar files. I could end up copying the entire contents of WEB-INF/lib/ into catalina/lib/ and it will probably work.but I feel that this can't be the solution. Doe

RE: Sitemap: 'cocoon:' protocol

2002-06-03 Thread Vadim Gritsenko
> From: Brian Topping [mailto:[EMAIL PROTECTED]] > > Hi all, > > I read in the release notes about the inclusion of the 'cocoon:' protocol and > the nifty hack to make 'cocoon://' reference from the base of the main sitemap > and 'cocoon:/' reference from the current sitemap. Is that documented

Re: Sitemap: 'cocoon:' protocol

2002-06-03 Thread Diana Shannon
On Monday, June 3, 2002, at 02:54 AM, Brian Topping wrote: > I read in the release notes about the inclusion of the 'cocoon:' > protocol and the nifty hack to make 'cocoon://' reference from the base > of the main sitemap and 'cocoon:/' reference from the current sitemap. > Is that document

RE: Sitemap schema

2002-05-31 Thread Arjé Cahn
Looking forward to it! Arjé -Oorspronkelijk bericht- Van: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] Verzonden: 31 May 2002 14:15 Aan: [EMAIL PROTECTED] Onderwerp: Re: Sitemap schema I am working on a XML Schema for sitemap for my current needs. Now it validates correctly the

Re: Sitemap schema

2002-05-31 Thread Konstantin Piroumian
: "Bert Van Kets" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 31, 2002 3:54 PM Subject: RE: Sitemap schema Here's an updated version that works with 2.1-dev I haven't checked with sub sitemaps and I need to add tag/attribute references to make it rea

RE: Sitemap schema

2002-05-31 Thread Bert Van Kets
Here's an updated version that works with 2.1-dev I haven't checked with sub sitemaps and I need to add tag/attribute references to make it really useful. Bert At 11:42 31/05/2002 +0200, you wrote: >Rogier Peters showed me the Sitemap DTD (Cocoon >root\documentation\resources\entities\sitemap-v

RE: Sitemap schema

2002-05-31 Thread Arjé Cahn
Rogier Peters showed me the Sitemap DTD (Cocoon root\documentation\resources\entities\sitemap-v02.dtd). That will do. Arjé -Oorspronkelijk bericht- Van: Arjé Cahn Verzonden: 30 May 2002 11:48 Aan: [EMAIL PROTECTED] Onderwerp: Sitemap schema All, In response to Leona's question ("dev

RE: Sitemap object in xsp

2002-05-29 Thread Graaf, Edgar de (fin)
How can that parameter be used in XSP? xsp:get-parameter? Because xsp-request:get-parameter is only for request parameter isn't it? Edgar -Oorspronkelijk bericht- Van: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Verzonden: woensdag 29 mei 2002 4:26 Aan: [EMAIL PROTECTED] Onderwer

RE: Sitemap object in xsp

2002-05-28 Thread Vadim Gritsenko
> From: Kenny Chow [mailto:[EMAIL PROTECTED]] > > Hi there, > After an action is executed in a pipeline, a map > object is returned. Now my question comes -- how could > I possibly obtain this map object in xsp? > > any response appreciated. :) Here is the response: It is not possible.

Re: sitemap modifications go unnoticed

2002-05-20 Thread KOZLOV Roman
Hello Hans, To ensure the sitemape has been recompiled remove the folder "D:\jakarta\jakarta-tomcat-4.0.4-b3\work\Standalone\localhost\cocoon-exp1". Indeed, the modified sitemap.xmap will not be used if its file modification time is earlier then for the previous sitemap.xmap (it could be in Wind

Re: sitemap modifications go unnoticed

2002-05-20 Thread Konstantin Piroumian
Try the interpreted sitemap processor. Look for 'treeprocessor' in cocoon.xconf . There were some bugs with reloading in compiled version.   Konstantin - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 20, 2002 3:51 PM Subject:

Re: Sitemap / Subsitemap

2002-05-03 Thread Chris Foo
hello, i hope someone can help me with sitemap/subsitemaps. in the sitemap located in the default cocoon directory (d:\tomcat\webapps\cocoon\sitemap.xmap) contains the sub-sitemap mount in the the sub-sitemap directory the sitemap file contains: if

RE: sitemap parameters

2002-04-19 Thread Paul Pattison
Just found my answer. It's a HashMap of values returned by an Action. Sorry. -Original Message- From: Paul Pattison [mailto:[EMAIL PROTECTED]] Sent: 19 April 2002 11:32 To: Cocoon Mailing List Subject: sitemap parameters I was just checking out the code that makes the 'protected' area

Re: sitemap init parameters

2002-03-24 Thread Domain-It! Support
Hello Jakob, Yes, you can write your page in xml if you want to. There doesn't seem to be any limiters on that. Did you need a tool to do that? I don't know if the WebSiteOS will do that automatically or not. The tool I have been playing with can be found at http://www.visicommedia.com It has

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Akber Choudhry
On Wed, 13 Mar 2002, Volker Schneider wrote: > Hi Vadim, > > > There is a directory > .../WebServer/AppServer/temp//Default_Server/Cocoon/cocoon.war/coc > oon-files > it is safe to delete everything under cocoon.war sub-directory

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Hi Vadim, > > thank you for your reply. Do you know where it is on Tomcat for example? tomcat_home/work/localhost/cocoon/ on my machine. > Or > does anybody other know where it is? You can customize its location in web.xml > There is

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Halácsy Péter
> -Original Message- > From: Volker Schneider [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 13, 2002 10:33 PM > To: [EMAIL PROTECTED] > Subject: RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1 > > > Hi Vadim, > > thank you for your rep

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Volker Schneider
called cache-dir? Best regards, - Volker - -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 13. Marz 2002 22:15 To: [EMAIL PROTECTED] Subject: RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1 You have to delete Cocoon's work directory. I

RE: Sitemap update problems with C2.0.1 and WebSphere 4.0.1

2002-03-13 Thread Vadim Gritsenko
You have to delete Cocoon's work directory. I don't know were it is located under WebSphere. Vadim > From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Hi cocoon users, > > I'm working with Cocoon 2.0.1 and WebSphere 4.0.1 on a Solaris machine. > After installation of cocoon and moving a li

Re: sitemap namespace

2002-03-08 Thread Nicola Ken Barozzi
From: "Felix Kugel" <[EMAIL PROTECTED]> > Is there any reason why people don't use a default namespace > (xmlns="http://apache.org/cocoon/sitemap/1.0";) > > instead of a prefixed one > (xmlns:map="http://apache.org/cocoon/sitemap/1.0";) > > in cocoon sitemaps? No technical reason I'm aware o

RE: Sitemap question

2002-03-04 Thread Vadim Gritsenko
gt; > > Sent: Monday, March 04, 2002 5:16 PM > > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > > Subject: RE: Sitemap question > > > > > > > > > > > > > > > On Mon, 4 Mar 2002, Luca Morandini wrote: > > > > > > > St

Re: Sitemap question

2002-03-04 Thread Olivier Rossel
Luca Morandini wrote: > Stephan, > > excuse me but I don't follow you: if I put check-reload equal to > "yes" in a sub-sitemap mount, is the whole sitemap recompiled > every time a sub-sitemap is changed ? > you can set this attribute only - in cocoon.xconf, inside the declaration tag of the

RE: Sitemap question

2002-03-04 Thread Luca Morandini
5:16 PM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: RE: Sitemap question > > > > > > > > > > On Mon, 4 Mar 2002, Luca Morandini wrote: > > > > > Stephan, > > > > > > won't it be better to limit this b

RE: Sitemap question

2002-03-04 Thread Stephan Michels
On Mon, 4 Mar 2002, Luca Morandini wrote: > Stephan, > > won't it be better to limit this behaviour to sub-sitemaps only ? > > It will cause a recompilation of the sitemap, which is usually the most > complex sitemap in a server... better mount sub-sitemap, don't you agree ? > This feature can

RE: Sitemap question

2002-03-04 Thread Luca Morandini
, 2002 4:55 PM > To: [EMAIL PROTECTED] > Subject: Re: Sitemap question > > > > > On Mon, 4 Mar 2002, Stefano Bonnin wrote: > > > It seems that the sitemap it wasn't recompiled. Why? > > How can I do for recompile the sitemap. I always restart > tomcat! Is th

RE: Sitemap question

2002-03-04 Thread Luca Morandini
.it/lmorandini/index.html - > -Original Message- > From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 04, 2002 4:46 PM > To: [EMAIL PROTECTED] > Subject: Re: Sitemap question > > > It seems that the sitemap it wasn't recompiled. Why? > How can I do for

Re: Sitemap question

2002-03-04 Thread Stephan Michels
On Mon, 4 Mar 2002, Stefano Bonnin wrote: > It seems that the sitemap it wasn't recompiled. Why? > How can I do for recompile the sitemap. I always restart tomcat! Is this a > wrong way? > > Excuse me for this stupid questions but ... I'am a new cocoon2 user. cocoon.xconf:

Re: Sitemap question

2002-03-04 Thread Stefano Bonnin
ichels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 4:38 PM Subject: Re: Sitemap question > > > On Mon, 4 Mar 2002, Stefano Bonnin wrote: > > > ok, now I have taken the original sitemap file given with Cocoon, > >

Re: Sitemap question

2002-03-04 Thread Stephan Michels
On Mon, 4 Mar 2002, Stefano Bonnin wrote: > ok, now I have taken the original sitemap file given with Cocoon, > I have substituted the original map:pipeline with this: > > > > > > > > > > > > I have restarted tomcat and > > the same "error" is re

Re: Sitemap question

2002-03-04 Thread Bertrand Delacretaz
On Monday 04 March 2002 16:26, Stefano Bonnin wrote: > >     >         >     > >     >         >         MISSING HERE: > most probably the sitemap wasn't recompiled due to this error in the sitemap file (you could see the error messages in the WEB-INF/logs subdirectory of the Cocoon

Re: Sitemap question

2002-03-04 Thread Stefano Bonnin
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 4:10 PM Subject: Re: Sitemap question > On Monday 04 March 2002 15:55, Stefano Bonnin wrote: > > How can I define a very simple pipeline that gets the initi

Re: Sitemap question

2002-03-04 Thread Olivier Rossel
Stefano Bonnin wrote: >ok > >How can I define a very simple pipeline that gets the initial URI and >present a simple HTML file? > you must understand that sitemap.xconf is the only relation between your URL and the files on your disk. There is no direct mapping such as in Apache or usual web ser

Re: Sitemap question

2002-03-04 Thread Bertrand Delacretaz
On Monday 04 March 2002 15:55, Stefano Bonnin wrote: > How can I define a very simple pipeline that gets the initial URI and > present a simple HTML file? . . . > > > > > That's only the beginning, it will redirect the / URL to myApplication/myfile.html. Then, t

Re: Sitemap question

2002-03-04 Thread Stefano Bonnin
x27;t why. Thanks. - Original Message - From: "Olivier Rossel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 3:19 PM Subject: Re: Sitemap question > Stefano Bonnin wrote: > > >Hi, I have a simple question about coco

RE: Sitemap question

2002-03-04 Thread Luca Morandini
Stefano, Cocoon provides a lot of error messges, look at cocoon.log.xx, or components.log.xx, or root.log.xx (xx being 01, 02, ...) under /WEB-INF/logs. Best regards, - Luca Morandini GIS Consultan

Re: Sitemap question

2002-03-04 Thread Olivier Rossel
Stefano Bonnin wrote: >Hi, I have a simple question about cocoon 2 sitemap: > >I defined a simple pipeline for my personal application. > >When I try to run the web application Tomcat return me the following error: > > >** >Apache Tomcat/4.0.1 - HTTP Status 404 - Not Found > >

Re: Sitemap limits

2002-02-21 Thread Torsten Curdt
AFAIK this is not true anymore. The 64kb limit is per java method and the sitemap is now split up into different methods. So it's hard to tell. Should be quite big ;) With the new interpreted sitemap there is (probably) no limitation. -- Torsten On Wed, 20 Feb 2002, Carlos Araya wrote: > From pr

Re: Sitemap limits

2002-02-21 Thread Martin Holz
Hi, Mikhail Fedotov wrote: > That are limits of current sitemap limitation ? I.e. how > huge it can be ? The compiled sitemap is limited to 64 kB of Java byte code per method, but ypu can use the interpreted (tree) sitemap from CVS, which has no arbitrary size limit. Using subsitemaps helps e

  1   2   >