Derek Hohls wrote:
> I already have a setting looking like this:
>     <reload-scripts>true</reload-scripts>
> Is this what you meant?

Yes.  Well I guess you can try and use the ?cocoon-reload=true request
parameter, which is faster than restarting the whole container.
You can enable it in WEB-INF/web.xml:

<init-param>
  <param-name>allow-reload</param-name>
  <param-value>yes</param-value>
</init-param>


Tobia

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

Reply via email to