I want to use Struts directly today.
The label performs the SQL Server database operation, so I downloaded the MSSQLServerDriver, followed by the instructions configured the environment variable and introduced Tomcat / Comm / Lib, but always prompted to find the database when using Tomcat display :(
Just started to be a wrong, smashing more, and later compiled a program that accessed the database with MSSQLServerDriver, found that the JB prompt could not find the driver class - this is found that it is not introduced in the JB. Sqldriver.
Solution: Step1: Tools - Configure Libraries - UserHome - Add new files and introduces the JAR file under MSSQLSerDriver / lib; Step2: Database Pilot - View - Options - Driver Add files under DRIVER
:) View DRIVER under Database Pilot is discovered:
The original JB originally recognized SQLServerDriver is WebLogic.jdbc.msqlserVer4.Driver, so if you use? MSSQLServerDriver needs more.
Hey, I still change the problem of high speed too fast ~~~