"Pid" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Am thinking about implementing a custom Form authenticator, does anyone
> have any tips or links they can recommend before i get started?
>
> Particularly want to know if I can use it on one webapp, not force all
> on the server to use it too.
>

If you configure it in your context.xml file, then Tomcat will use your 
authenticator instead of its own for that context:
   <Context docBase="myapp">
       <Valve className="com.myfirm.mypackage.MyFormAuthenticator" .... />
       ....
   </Context>


>
> cheers,
>
>
> pid
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to