pass those credentials through.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 16, 2008 7:42 PM
To: users@tomcat.apache.org
Subject: username/password in DataSource configuration
Hi everyone,
The connection to SQL server in my machine is by de
Hi David,
I tried that with empty strings for username and password but got this
error:
Login failed for user ' '.
It seems we have to specify non-empty values for those attributes.
Thanks.
On Jan 16, 2008 8:56 PM, David Smith <[EMAIL PROTECTED]> wrote:
> What happens if you include th
What happens if you include them, but empty -- eg username=""
password=""? I don't configure my datasources without a username and
password, so I've never actually tried it myself but it's worth trying.
--David
[EMAIL PROTECTED] wrote:
Hi everyone,
The connection to SQL server in my machine
Hi everyone,
The connection to SQL server in my machine is by default so username and
password are not needed to login. In this case, what should I specify in
for username and password attributes? I tried not to include
them but got an error of "Login failed for user ''. The user is not
associate