Seems like that it does not read new settings..

I changed file line to:

<file src="cocoon:/internal/config.xml" reloadable="true" cacheable="false" cache-xpaths="false" />


then changed content of the config.xml

reloaded many times.. -> still reading old values

How to refresh those values?

Thanks, Joose

6.7.2004 kello 12:40, Joose Vettenranta kirjoitti:

Seems like that is what I can use..

I put in cocoon.xconf like this:

<component-instance class="org.apache.cocoon.components.modules.input.XMLFileModule" logger="core.modules.xml" name="foo">
<file src="cocoon:/internal/config.xml" />
</component-instance>


and in sitemap

<map:match pattern="internal/config.xml">
 <map:generate type="file" src="config.xml" />
 <map:serialize type="xml" />
</map:match>

and it's working well =)

Thanks,

Joose

5.7.2004 kello 19:55, Stephan Coboos kirjoitti:
I don't know wether it is what you want, but you can use the PropertiesFileModule or the XMLFileModule to access config datas coming from a (local) file:

http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/ modules/input/PropertiesFileModule.html
http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/ modules/input/XMLFileModule.html


Regards
Stephan

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


--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


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


--
"Always remember that you are unique, just like everyone else!"
* http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *


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



Reply via email to