Hi , I tried the below mentioned step. But I was not able to access the page after doing that. Please help.
Thanks, Rajath. -----Original Message----- From: Vivek Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 11:53 PM To: Jetspeed Users List Subject: Re: Page modification not reflecting due to Jetspeed caching Hi You can't disable the page caching in jetspeed, still you can increase the scanning time in page-manager.xml <bean id="PageFileCache" class="org.apache.jetspeed.cache.file.FileCache" init-method="startFileScanner" destroy-method="stopFileScanner"> <!-- Scan rate for changes in cached files on the file system --> <constructor-arg index="0"> <value>10</value> change first argument value, according to your need. On 2/12/07, Rajath Rajagopal <[EMAIL PROTECTED]> wrote: > > Hi All, > > Even after modifying my pages, jetspeed is still showing the older > pages. It looks like jetspeed is caching the pages. How can I disable > the caching in jetspeed (during development) so that modifications to > pages will reflect immediately. > > > Thanks & Regards, > Rajath. > -- Regards & thanks Vivek Kumar [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
