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