Issue 12 in google-feedserver: MSSQL dbConfig.properties

2 views
Skip to first unread message

codesite...@google.com

unread,
Feb 4, 2011, 3:11:15 AM2/4/11
to google-feedserver-...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 12 by bagus.wi...@gmail.com: MSSQL dbConfig.properties
http://code.google.com/p/google-feedserver/issues/detail?id=12

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)


Reply all
Reply to author
Forward
0 new messages