RE: problem ? RE: Avoid extreme caching?

2002-01-20 Thread Luca Morandini

 dear Unknown Cocoon user,

 yes you can, and it works fine after that. Moreover, sometimes,
 you are forced to that (at least during development time, when I
 do something messy).

 Best regards,

 -
Luca Morandini
GIS Consultant
   [EMAIL PROTECTED]
 http://utenti.tripod.it/lmorandini/index.html
 -


> > -Original Message-
> > From: Cocoon User [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, January 20, 2002 5:13 PM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Subject: problem ? RE: Avoid extreme caching?
> >
> >
> > can i delete the cache files of cocoon manualy?
> > this will not cause  problems in cocoon function?
> >
> > is there any other way to clear cocoon cache files?
> >
> > On Sun, 20 Jan 2002, Luca Morandini wrote:
> >
> > > Jozsa,
> > >
> > > have you already tried to delete the files contained under
> > $TOMCAT_HOME/work
> > > ?
> > >
> > > Best regards,
> > >
> > > -
> > >Luca Morandini
> > >GIS Consultant
> > >   [EMAIL PROTECTED]
> > > http://utenti.tripod.it/lmorandini/index.html
> > > -
> > >
> > >
> > > > -Original Message-
> > > > From: Jozsa Kristof [mailto:[EMAIL PROTECTED]]
> > > > Sent: Sunday, January 20, 2002 3:59 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: Avoid extreme caching?
> > > >
> > > >
> > > > Hi,
> > > >
> > > > I'm using Cocoon in JBoss3 fresh snapshots. My actual
> problem is, that
> > > > sometimes, when I change the sitemap, re-jar my cocoon project
> > > > from ant, and
> > > > redeploy; NOTHING changes in the results. Not even stopping
> > and restarting
> > > > JBoss makes Cocoon realize the changes.
> > > >
> > > > I have some hairy examples from the past days:
> > > >
> > > > 1. rename a source file both in the sitemap and on the
> > filesystem, repack,
> > > > redeploy, and it still looks for the old name. The logs show
> > > > clearly how it
> > > > lookups a non-existent name, lookups to a string which
> > doesn't even exists
> > > > in the sitemap anymore!
> > > >
> > > > 2. erase one of my own -not anymore needed- Transformer component
> > > > completely
> > > > from the sitemap (both calls and the definition itself), and
> > Cocoon cannot
> > > > live without it, I had to place back my obsolete jar into
> > > > WEB-INF/lib, else
> > > > Cocoon doesn't start up at all. The Transformer's name of course
> > > > couldn't be
> > > > find in the sitemap either..
> > > >
> > > >
> > > > Now, I'd like to ask for some advice how to avoid such
> > effects, they're
> > > > very very annoying. I can't even imagine myself _where_
> > Cocoon caches all
> > > > these above, at least a whole JBoss restart should help on it.
> > > >
> > > > tia,
> > > > Christopher
> > > >
> > > > ps. shall I crosspost to jboss-user? I guess that's only Cocoon
> > > > related, but
> > > > not sure
> > > > --
> > > > .Digital.Yearning.for.Networked.Assassination.and.Xenocide
> > > >
> > > >
> -
> > > > Please check that your question has not already been answered in the
> > > > FAQ before posting. <http://xml.apache.org/cocoon/faqs.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/faqs.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/faqs.html>

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




RE: problem ? RE: Avoid extreme caching?

2002-01-20 Thread Gerhard Froehlich

>From: Cocoon User [mailto:[EMAIL PROTECTED]]
>
>can i delete the cache files of cocoon manualy?
>this will not cause  problems in cocoon function?
>
>is there any other way to clear cocoon cache files?

Strange, normally the cache entry should be removed 
from the cache when his resource was modified.

But you can delete the cache-dir files. It doesn't 
hurt the functionally. We are working on better 
model these days. Watch out the next releases!

To avoid filesystem caching, there is a switch in
the cocoon.xconf file. Set it on false and the
filesystem caching is off.

  Gerhard
 

Beam me up... arrgh, no carrier!





-
Please check that your question has not already been answered in the
FAQ before posting. 

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




problem ? RE: Avoid extreme caching?

2002-01-20 Thread Cocoon User

can i delete the cache files of cocoon manualy?
this will not cause  problems in cocoon function?

is there any other way to clear cocoon cache files?

On Sun, 20 Jan 2002, Luca Morandini wrote:

> Jozsa,
>
> have you already tried to delete the files contained under $TOMCAT_HOME/work
> ?
>
> Best regards,
>
> -
>Luca Morandini
>GIS Consultant
>   [EMAIL PROTECTED]
> http://utenti.tripod.it/lmorandini/index.html
> -
>
>
> > -Original Message-
> > From: Jozsa Kristof [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, January 20, 2002 3:59 PM
> > To: [EMAIL PROTECTED]
> > Subject: Avoid extreme caching?
> >
> >
> > Hi,
> >
> > I'm using Cocoon in JBoss3 fresh snapshots. My actual problem is, that
> > sometimes, when I change the sitemap, re-jar my cocoon project
> > from ant, and
> > redeploy; NOTHING changes in the results. Not even stopping and restarting
> > JBoss makes Cocoon realize the changes.
> >
> > I have some hairy examples from the past days:
> >
> > 1. rename a source file both in the sitemap and on the filesystem, repack,
> > redeploy, and it still looks for the old name. The logs show
> > clearly how it
> > lookups a non-existent name, lookups to a string which doesn't even exists
> > in the sitemap anymore!
> >
> > 2. erase one of my own -not anymore needed- Transformer component
> > completely
> > from the sitemap (both calls and the definition itself), and Cocoon cannot
> > live without it, I had to place back my obsolete jar into
> > WEB-INF/lib, else
> > Cocoon doesn't start up at all. The Transformer's name of course
> > couldn't be
> > find in the sitemap either..
> >
> >
> > Now, I'd like to ask for some advice how to avoid such effects, they're
> > very very annoying. I can't even imagine myself _where_ Cocoon caches all
> > these above, at least a whole JBoss restart should help on it.
> >
> > tia,
> > Christopher
> >
> > ps. shall I crosspost to jboss-user? I guess that's only Cocoon
> > related, but
> > not sure
> > --
> > .Digital.Yearning.for.Networked.Assassination.and.Xenocide
> >
> > -
> > Please check that your question has not already been answered in the
> > FAQ before posting. 
> >
> > 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. 
>
> 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. 

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