Re: problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-13 Thread albert quinn
Hi again David !!! : Many thanks again. I've checked the mysql driver was in Tomcat's "common/lib" directory... it was. So, i've been reading again the Tomcat docs a lot of time, trying this, trying that... and finally i've solved the problem!!!. The problem was the "name" atribute in t

Re: problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-12 Thread David Smith
No problem. One of the typical causes of this error is the ... /> element is missing or doesn't match what you've declared in axis2/WEB-INF/web.xml. In your case it could be there's a completing ... definition at conf/Catalina/localhost/axis2.xml? If so, delete the axis2.xml (or use it and f

Re: problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-12 Thread albert quinn
Hi David !! : Many thanks for your advices. I've tried it. I've dropped the context definition in my server.xml (i'd put it there after reading this tutorial http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html in the Tomcat docs), i've fixed the port number in my "axis2/

Re: problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-12 Thread David Smith
I'd recommend dropping the context definition in your server.xml. Under normal conditions you should never have to modify that file except to alter server-wide settings like which ports it listens on. Also looking at your axis2/META-INF/context.xml file, I see the port number is incorrect.

problem with Tomcat 5.5.17, Axis 2, MySQL 3.1.12, JNDI

2007-07-11 Thread albert quinn
Hi ! : 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 no