On Sun, Apr 03, 2005 at 03:36:03AM +0200, MKW wrote: : Does anyone please know the right configuration inside Tomcat's : server.xml for accessing a MySql database inside an Axis web service? : : This is what I've tried inside server.xml: :[snip]
This is really a Tomcat issue -- the container doesn't care whether your code is run from Axis, directly from a servlet, etc. =) Check on the Tomcat m/l. I follow it regularly and DataSource configuration is one of the top configuration woes. Most of the time it boils down to a typo in server.xml or a misunderstanding of local vs global resource refs. Be sure to include your code (relevant portions, at least), your server.xml, and any errors in your post. -QM -- software -- http://www.brandxdev.net/ tech news -- http://www.RoarNetworX.com/ code scan -- http://www.JxRef.org/
