Author: rdonkin
Date: Tue May 12 09:10:46 2009
New Revision: 773833
URL: http://svn.apache.org/viewvc?rev=773833&view=rev
Log:
Updated README to reflect interceptor name change
Modified:
james/server/trunk/spring-deployment/HOW-TO.txt
Modified: james/server/trunk/spring-deployment/HOW-TO.txt
URL:
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/HOW-TO.txt?rev=773833&r1=773832&r2=773833&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/HOW-TO.txt (original)
+++ james/server/trunk/spring-deployment/HOW-TO.txt Tue May 12 09:10:46 2009
@@ -16,9 +16,9 @@
it is recommended to change in file
spring-deployment/src/main/config/james/spring-beans.xml
line
- <!--<ref bean="exampleConfigurationInterceptor" />-->
+ <!--<ref bean="privilegedPortsConfigurationInterceptor" />-->
into
- <ref bean="exampleConfigurationInterceptor" />
+ <ref bean="privilegedPortsConfigurationInterceptor" />
this will start all services at non-privileged ports. This is for testing
only, as it makes your server instance
more or less incompatible with the rest of the emailing universe.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]