On 01/02/2011 16:23, robert.jen...@surecomp.com wrote:
> url=" jdbc:sqlserver://allmatch-test:1433;databaseName=system;"
Try removing the space at the start of the connection url
Mark
-
To unsubscribe, e-mail: users-un
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: help setting up connection pool with sql server
> Filip recently applied a patch that allows a username and
> password to be supplied. Here's the BZ entry:
> https://issues.apache.org/bugzilla/s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Robert,
On 2/1/2011 11:32 AM, robert.jen...@surecomp.com wrote:
> Update: problem found and corrected.. now working... caused by a
> leading space in the url setting url="
> jdbc:sqlserver://allmatch-test:1433;databaseName=system;"
Oops.
> Update: I
Update: problem found and corrected.. now working... caused by a leading space
in the url setting url="
jdbc:sqlserver://allmatch-test:1433;databaseName=system;"
Update: I have amended the code not to supply a username/password to
getConnection since it is not supported. I have gotten past that
Update: I have amended the code not to supply a username/password to
getConnection since it is not supported. I have gotten past that point. But
now it is reporting the following;
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of cla
ss 'com.microsoft.sqlserver.jdbc.S
Hello all... hope all is well
I am trying to configure a connection pool with Tomcat 7 and Sql Server 2005
I am getting the following error message when Tomcat starts
Feb 1, 2011 10:38:16 AM com.sun.xml.ws.server.MonitorBase createRoot
INFO: Metro monitoring rootname successfully set to: null
F