Re: cud not solve javax.naming.NamingException: Cannot create resource instance

2004-09-21 Thread Antony Paul
30 AM Subject: Re: cud not solve javax.naming.NamingException: Cannot create resource instance > i was not putting the following lines, that's why i namingException > was coming. BUT I AM NOW GETTING THE DataSource as null. Any clues?? > > > > f

Re: cud not solve javax.naming.NamingException: Cannot create resource instance

2004-09-21 Thread Atishay Kumar
i was not putting the following lines, that's why i namingException was coming. BUT I AM NOW GETTING THE DataSource as null. Any clues?? factory org.apache.commons.dbcp.BasicDataSourceFactory ---

cud not solve javax.naming.NamingException: Cannot create resource instance

2004-09-21 Thread Atishay Kumar
hi, i am trying to do MySql Connection Pooling in Tomcat 4.1.27. I am getting the following error -- javax.naming.NamingException: Cannot create resource instance -- doing some googly revealed that i need some commons-.. jar files to be present in common/lib folder.