Implement AuthenticationHandler and AuthorizationHandler that deals with your 
application specific authentication and add these handlers under RequestFlow in 
your wsdd file.
These handlers can implement authentication in whatever way you desire. 
We are using this to authenticate against ldap, but you should be able to do 
the same with 
MySQL.

Jai


-----Original Message-----
From: Suzy Fynes [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 27, 2005 10:23 AM
To: [EMAIL PROTECTED]; 'Andy Kriger'
Subject: RE: defining service to access MySQL DB


Does anyone know how the below would link to Axis?

-----Original Message-----
From: Andy Kriger [mailto:[EMAIL PROTECTED] 
Sent: 27 January 2005 15:03
To: [EMAIL PROTECTED]
Subject: Re: defining service to access MySQL DB

If you are using Tomcat, you can setup a JDBC or JNDI Authentication
Realm
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/realm-howto.html

Follow those instructions and the container will handle authentication
before passing along to the AxisServlet (which means you configure
auth in the web.xml/context.xml instead of the server-config.wsdd).


On Thu, 27 Jan 2005 13:58:29 -0000, Suzy Fynes
<[EMAIL PROTECTED]> wrote:
>  
>  
> 
>   
> 
> Does anyone know what process to take to define an Axis service (in
the
> server-config.wsdd) to talk to a mysql database for authentication
instead
> of using the users.lst with roles/?? 
> 
>   
> 
> Thanks 
> 
> Suzy


Reply via email to