Re: help setting up connection pool with sql server

2011-02-01 Thread Mark Thomas
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

RE: help setting up connection pool with sql server

2011-02-01 Thread Caldarale, Charles R
> 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

Re: help setting up connection pool with sql server

2011-02-01 Thread Christopher Schultz
-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

help setting up connection pool with sql server

2011-02-01 Thread Robert.Jenkin
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

help setting up connection pool with sql server

2011-02-01 Thread Robert.Jenkin
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

help setting up connection pool with sql server

2011-02-01 Thread Robert.Jenkin
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