You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by toby cabot <to...@caboteria.org> on 2005/12/01 18:59:06 UTC

Re: packaging a custom LoginModule?

> You should be able to construct a jar including your class, and get it  
> into the application classloader using a  
> <dependency><uri>toby/jars/cabot-security-1.0.jar</uri></dependency>  
> element.  I think I actually tested something like this when I added  
> support for it :-)

Thanks!  That's the ticket.  Works great.