I misunderstood that MS JDBC Driver should be the best for its MS SQL Server. Sorry. Your instruction is very helpful. Now I decide to not use the MS driver for MS SQL Server. I have successfully created the Pool with net.sourceforge.jtds.jdbc.Driver.
Thank you. -----Original Message----- From: Eric Noel [mailto:[EMAIL PROTECTED] Sent: Sunday, May 02, 2004 6:43 PM To: Tomcat Users List Subject: Re: Please help on my DB pool problem --- I followed the struction on the web On 5/3/2004 9:31 AM, Daxin Zuo wrote: > I thought Microsoft was the best. if thats what you think, i guess you should stick with dotNet since with that you will have an all microsoft retrofitted program (e.g drivers, components, etc) :-) > My jsp file is in tomcat\webapps\ROOT\zuo. In my > tomcat\webapps\ROOT\WEB-INF\web.xml, there is no <context> block, should I > create one or use <resource-ref>? > If I need ot create a <context> block, Is the code bellow correct: > <context path="/zuo" docBase="ROOT" debug="0" privileged="true"> > .... > </context> Context part is in server.xml or Catalina/hostname/APPNAME.xml. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
