AM
To: Tomcat Users List
Subject: Re: database server seeing blank user name
Most of your Resource def looks good. You should drop the leading
capitalization on DatabaseName="tomcat_test" and SelectMethod="cursor".
These will never be set as is.
--David
Scott Cowley wrote:
To: Tomcat Users List
Subject: Re: database server seeing blank user name
Most of your Resource def looks good. You should drop the leading
capitalization on DatabaseName="tomcat_test" and SelectMethod="cursor".
These will never be set as is.
--David
Scott Cowley wrote:
Most of your Resource def looks good. You should drop the leading
capitalization on DatabaseName="tomcat_test" and SelectMethod="cursor".
These will never be set as is.
--David
Scott Cowley wrote:
Hello, Tomcats!
What might be the reason for a javax servlet exception such as this?
"Can
Hello, Tomcats!
What might be the reason for a javax servlet exception such as this?
"Cannot create poolable connection factory (login failed for user ''.)"
It appears that either tomcat or the driver are dropping the user's
name.
Details:
---
OS: MS Win Server 2003
Tomcat: 5.5.17
Appli