Title: Re: Deploying cocoon 2.1 to WebLogic 7.0

Hi,

as an exanmple this excerpt in config.xml

    <Application Deployed="true" Name="cocoon"
        Path="/web01/appsrv/cocoon/build-131" TwoPhase="false">
        <WebAppComponent Name="transform" ServletReloadCheckSecs="-1"
            Targets="server" URI="webapp"/>
    </Application>

will configure Cocoon in a servlet context named "transform" and the application is located in the directory /web01/appsrv/cocoon/build-131/webapp (this is probably not suitable for a cluster).

Also note "ServletReloadCheckSecs" which will give you some better throughput (thanks to Ralph Goers).

Regards,
Christian

Reply via email to