Re: DataSource config problem :(

2002-12-03 Thread maninder s batth
Jacob Kjome wrote: DBCP ultimately wraps your DataSource object. no it doesnt, if you specify a different factory class DBCP plays no role. So, the config is specific to DBCP, not to your implementation of your DataSource. Someone please correct me if I am wrong. yes, the examples give

Re: DataSource config problem :(

2002-12-03 Thread Jacob Kjome
DBCP ultimately wraps your DataSource object. So, the config is specific to DBCP, not to your implementation of your DataSource. Someone please correct me if I am wrong. Jake At 06:32 AM 12/3/2002 -0800, you wrote: I could be wrong but isnt username>sa specific to dbcp .BasicDataSourceFact

Re: DataSource config problem :(

2002-12-03 Thread maninder s batth
I could be wrong but isnt username>sa specific to dbcp .BasicDataSourceFactory ? I am using SQLServerDataSource and according the docs they specify a param called User whose value should be a user name. Jacob Kjome wrote: Usersa should be usernamesa Also, I'm not sure if the names are

Re: DataSource config problem :(

2002-12-03 Thread Jacob Kjome
Usersa should be usernamesa Also, I'm not sure if the names are case sensitive. I suggest using All lower case just to be sure. Jake At 05:23 AM 12/3/2002 -0800, you wrote: Hi i spent 7 hours trying to figure out the problem, but no luck, anyone with leads pls help! i have followin

DataSource config problem :(

2002-12-03 Thread maninder s batth
Hi i spent 7 hours trying to figure out the problem, but no luck, anyone with leads pls help! i have following data source configuration in server.xml factorycom.ddtek.jdbcx.sqlserver.SQLServerDataSource DatabaseNamesome_Db Password>sa ServerName>1.1.1.3 Usersa and my web.xml has Data Sou