RE: JDBCStore JTDS

2005-03-02 Thread Randall Svancara
... From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Tue 3/1/2005 2:22 PM To: Tomcat Users List; Jason Bainbridge Subject: RE: JDBCStore JTDS Sorry to sound like more of an idiot, but can you provide an example of passing the connectionName and Connection password as parameters. Thanks

RE: JDBCStore JTDS

2005-03-01 Thread Randall Svancara
-Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 1:00 PM To: Tomcat Users List Subject: JDBCStore JTDS Anyone have any luck using the JTDS driver for Micro(Caugh..Caugh) SQL Server and persistent session management using JDCBStore. I

Re: JDBCStore JTDS

2005-03-01 Thread Jason Bainbridge
Try passing connectionName and connectionPassword as parameters instead of through the ConnectionURL. It isn't seeing them in the URL and trying to sign you on with Windows Credentials that you don't have. It is possibl;e if you change the semicolon after propsys to a ? then it might also work.

RE: JDBCStore JTDS

2005-03-01 Thread Randall Svancara
List Subject: Re: JDBCStore JTDS Try passing connectionName and connectionPassword as parameters instead of through the ConnectionURL. It isn't seeing them in the URL and trying to sign you on with Windows Credentials that you don't have. It is possibl;e if you change the semicolon after propsys

JDBCStore JTDS

2005-02-23 Thread Randall Svancara
Anyone have any luck using the JTDS driver for Micro(Caugh..Caugh) SQL Server and persistent session management using JDCBStore. I am currently experiencing a problem connecting with jtds. Here is my configuration for my JDBCStore... Manager