I'm trying to connect my SQLSERVER 2008 (localhost)database with java.
I m using net.sourceforge.jtds.jdbc.Driver and I have all connection properities without IP address and portnumber.
class="org.springframework.jdbc.datasource.DriverManagerDataSource">
<property name="driverClassName" value="net.sourceforge.jtds.jdbc.Driver" />
<property name="url" value="jdbc:jtds:sqlserver://127.0.0.1:1098/userdb" />
<property name="username" value="root" />
<property name="password" value="root" />