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
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
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
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
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
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
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
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
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
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?
--
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
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
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
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 -
(
To: <[EMAIL PROTECTED]>
Subject: Re: sitemap matcher woes
No Phone Info
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
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
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
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 >>>
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:
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
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
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,
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
> -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
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,
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
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
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
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
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
|
| To: [EMAIL PROTECTED]
|
| cc:
|
| Subject:
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
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
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
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
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
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
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
> 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
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
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
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
> 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
>
> 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
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
> 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
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
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
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
-
> 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
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:
> 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
> 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
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.
> > >
> 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
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,
> 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
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
> 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-
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:
>
>
>
>
>
>
>
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
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
> 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
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
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
: "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
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
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
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
> 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.
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
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:
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
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
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
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
> 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
> -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
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
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
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
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
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
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
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
, 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
.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
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:
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,
> >
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
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
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
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
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
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
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
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
>
>
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
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 - 100 of 160 matches
Mail list logo