starting with the 1.2 release there is a new configuration system which allows 
you to set configurable properties from outside of the webapp.  more details 
are here ...

http://www.rollerweblogger.org/wiki/Wiki.jsp?page=ConfigurationGuide

in your config file you would want to do something like ..

# use math comment authenticator
comment.authenticator.classname=org.roller.presentation.velocity.MathCommentAuthenticator

On Thu, 2005-07-28 at 17:03, Monika Koerdt wrote:
> Hi -
> 
>  
> 
> In previous versions of Roller you were able to use a custom
> authenticator by extending the org.roller.presentation.Authenticator
> class and changing the:
> 
>  
> 
> <context-param>
> 
> <param-name>org.roller.authenticatorClass</param-name>
> 
> <param-value>org.roller.presentation.DefaultAuthenticator</param-value>
> 
> </context-param>
> 
>  
> 
> In the app web.xml to use the custom one.  That option seems not to be
> available any more or has the configuration changed?
> 
>  
> 
> Thanks,
> 
> Monika
> 
>  
> 
> 
> 

Reply via email to