Yup. It's network related. Probably the name of the database server can't be resolved into an IP address, or a connection request is being made on the wrong port. SQL Server's default port is 1433, I believe.
John > -----Original Message----- > From: John Mattos [mailto:mattosj@;yahoo.com] > Sent: Tuesday, November 12, 2002 2:48 PM > To: [EMAIL PROTECTED] > Subject: JDBC Error, cannot establish socket - Tomcat 4.0.6/SQL Server > 2000 > > > > I'm getting the following error trying to connect to my SQL > Server Database > > java.sql.SQLException: [Microsoft][SQLServer JDBC > Driver]Error establishing socket. > > I'm using the driver > "com.microsoft.jdbc.sqlserver.SQLServerDriver", and the 3 > necessary jar files are in C:\Tomcat4.0.6\lib (msbase.jar, > msutil.jar and mssqlserver.jar) > > Any thoughts on this? Has anyone seen this before? > > John > > > > --------------------------------- > Do you Yahoo!? > U2 on LAUNCH - Exclusive medley & videos from Greatest Hits CD > -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
