RE: defining service to access MySQL DB

2005-01-27 Thread THOMAS, JAI [AG-Contractor/1000]
, 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

Re: defining service to access MySQL DB

2005-01-27 Thread Andy Kriger
; -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

RE: defining service to access MySQL DB

2005-01-27 Thread Suzy Fynes
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

RE: defining service to access MySQL DB

2005-01-27 Thread Suzy Fynes
Great thanks Just having trouble with role scenario...can anyone explain what the role in a realm is...an example of one even?? -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED] Sent: 27 January 2005 15:03 To: [EMAIL PROTECTED] Subject: Re: defining service to access

Re: defining service to access MySQL DB

2005-01-27 Thread Andy Kriger
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/