Sharing for how to connect the feedserver to MSSQL
File : dbConfig.properties
Reference: http://jtds.sourceforge.net/
## Global connection settings
Pool.MaximumActiveConnections=10
Pool.MaximumIdleConnections=5
Pool.MaximumCheckoutTime=120000
Pool.TimeToWait=3000
## MS SQL database settings
JDBC.Driver=net.sourceforge.jtds.jdbc.Driver
JDBC.ConnectionURL=jdbc:jtds:sqlserver://(ip address of your
MSSQL):1433/(databasename)
JDBC.Username=sql_username
JDBC.Password=sql_passwd
JDBC.Jar=jtds-1.2.5.jar
#sqlFilePath=conf/database/sql/mssql/view-vendors.sql (DB already created)
Original issue reported on code.google.com by bagus.wi...@gmail.com on 4 Feb 2011 at 8:10
Original issue reported on code.google.com by
bagus.wi...@gmail.com
on 4 Feb 2011 at 8:10