diff --git a/src/main/webapp/WEB-INF/conf/TurbineResources.properties b/src/main/webapp/WEB-INF/conf/TurbineResources.properties
index ce05a7b1eff14a81289fd7eec24d7e90e9f9a0e5..f6653832717e5e1c31b1c4c8470956eb1fd0aaf3 100644
--- a/src/main/webapp/WEB-INF/conf/TurbineResources.properties
+++ b/src/main/webapp/WEB-INF/conf/TurbineResources.properties
@@ -260,7 +260,7 @@ use.ssl=false
 # will be initialized. Keep this is mind if you have services
 # that depend on other services during initialization.
 # -------------------------------------------------------------------
-services.AvalonComponentService.classname=org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
+# services.AvalonComponentService.classname=org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService
 services.CryptoService.classname=org.apache.turbine.services.crypto.TurbineCryptoService
 #services.ComponentService.classname=org.apache.turbine.services.component.TurbineComponentService
 services.FactoryService.classname=org.apache.turbine.services.factory.TurbineFactoryService
@@ -660,12 +660,12 @@ url.case.folding=lower
 #
 # Name and location to the configuration file for the components.
 #
-services.AvalonComponentService.componentConfiguration = WEB-INF/conf/componentConfiguration.xml
+# services.AvalonComponentService.componentConfiguration = WEB-INF/conf/componentConfiguration.xml
 
 #
 # Name and location to the configuration file for the component roles.
 #
-services.AvalonComponentService.componentRoles = WEB-INF/conf/roleConfiguration.xml
+# services.AvalonComponentService.componentRoles = WEB-INF/conf/roleConfiguration.xml
 
 # -------------------------------------------------------------------
 #