First of all : excuse my poor english. Second : I'm trying to set up a MySQL connection pool on Tomcat 5.5.17 (running over Windows XP) to connect to a remote DB from a web service running on the Axis 2 deployed in Tomcat. I've read the Tomcat docs and the Tomcat mailing lists but i've not founded any answers that help me to fix the problem. I've this in my "conf\server.xml" :
..... <Context docBase="axis2" path="C:\Archivos de programa\Apache Software Foundation\Tomcat 5.5\webapps\axis2" reloadable="true">
That way i can connect to the remote database without problems. Of course i've the mysql jar in the Tomcat's "common\lib" directory. But after many hours of reading and trying and knocking on heaven's door (hard, with the head!! ;) i've no idea of what is happening, even worse... i've no idea of what to do to find the problem. Does anybody have any idea to help me to discover where is the problem? Many thanks to anybody who help!!!!
--------------------------------------------------------------------- To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)