
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
29/Apr/07 01:23 PM
|
|
I changed a few lines in the TurbineYaafiComponentService to make it run as a Drop-In replacement of the TurbineAvalonComponentService which is based on ECM. To use this, you just need to change the line
services.AvalonComponentService.classname=org.apache.turbine.services.avalon.TurbineAvalonComponentService
into
services.AvalonComponentService.classname=org.apache.turbine.services.yaafi.TurbineYaafiComponentService
and add
services.AvalonComponentService.containerConfiguration = /WEB-INF/conf/containerConfiguration.xml
to the TurbineResources.properties file.
|
|
Description
|
I changed a few lines in the TurbineYaafiComponentService to make it run as a Drop-In replacement of the TurbineAvalonComponentService which is based on ECM. To use this, you just need to change the line
services.AvalonComponentService.classname=org.apache.turbine.services.avalon.TurbineAvalonComponentService
into
services.AvalonComponentService.classname=org.apache.turbine.services.yaafi.TurbineYaafiComponentService
and add
services.AvalonComponentService.containerConfiguration = /WEB-INF/conf/containerConfiguration.xml
to the TurbineResources.properties file. |
Show » |
|