Craig,

There is a sample RequestListener in the src/Samples directory.  It isn't
particularly useful, but it is a start.  To enable the request listener
add the following to cocoon.xconf:

    <component class="com.whatever.MyServletRequestListener"
        logger="core.manager.listener"
role="org.apache.cocoon.RequestListener">
    </component>

That's all there is to it.

Ralph

Craig Christophersen said:
> I need to cache all requests for the session, then commit them to a
> database(thru middleware) upon exit.
> I downloaded the new 2.1.5.1 (currently using 2.1.4)version to look into
> the RequestListener but find little info on it.  Any help on how to
> implement it? I find nothing when
> searching the Wiki. Or would utilizing JCS do this?
>
> Craig Christophersen
>
> [EMAIL PROTECTED]


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

Reply via email to