I have no problem using JDBCRealm and SQL Server 2000 with Microsoft's
JDBC driver

- Andrew

> -----Original Message-----
> From: savvas xenophontos [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, September 09, 2002 7:05 AM
> To: [EMAIL PROTECTED]
> Subject: error at JDBCRealm.open() 
> 
> 
> using tomcat 4.0.1.
> 
> I looked at the source, and it seems it uses a <driver>.Instance() . 
> I think this may be problematic with the SQL Server 2000 JDBC, where 
> the driver ??needs?? to be instantiated using
> 
> Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
> 
> followed by
> 
> con = DriverManager.getConnection( jdbcStringBuffer.toString() );
> 
> Has anyone hooked up a JDBC realm to SQL Server 2000 ? As far as I 
> remember the Instance() method is not used anymore. Feedback anyone ?
> 
> thanks, savvas
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-dev-> [EMAIL PROTECTED]>
> For 
> additional commands, 
> e-mail: <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to