Re: Cannot obtain a DataSource through JNDI
Posted By:
Freddy_Villalba
Posted On:
Monday, April 12, 2004 04:01 AM
I have solved it. The Tomcat 4.1 packed with JBuilder X did not include some jars (DBCP and related).
Now I have another problem: I'm successfully looking up the DataSource, but the properties are not there!!!
Any thoughts anybody?
Re: Cannot obtain a DataSource through JNDI
Posted By:
Freddy_Villalba
Posted On:
Wednesday, April 7, 2004 03:51 AM
I forgot to mention that I haven't installed DBCP or any other connection pooling solution. Is this mandatory or does Tomcat provide a default CP solution?