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
Apparently no has had any luck with this. All I can tell is that the jdbc connection url is not compatible with tomcat and storing sessions in a database. So for anyone else searching this list for answers, you have come to the wrong place. Perhaps try the JTDS mailing list. Thanks, Randall

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