Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -31,10 +31,10 @@ 31 31 * Tell XWiki to use MSSQL. To do this, edit the ~~WEB-INF/hibernate.cfg.xml~~ file. Replace the matching properties with the following ones (or uncomment them if they are present): 32 32 33 33 {code:none} 34 -<property name="connection.url">jdbc:jtds:sqlserver:// bl01svdwh01.bns-group.com:1433/XWiki;tds=8.0;lastupdatecount=true</property>34 +<property name="connection.url">jdbc:jtds:sqlserver://\<server-url\>:1433/XWiki;tds=8.0;lastupdatecount=true</property> 35 35 <property name="connection.username">xwiki</property> 36 36 <property name="connection.password">xwiki</property> 37 - <property name="connection.driver _class ">net.sourceforge.jtds.jdbc.Driver</property>37 + <property name="connection.driver_class ">net.sourceforge.jtds.jdbc.Driver</property> 38 38 <property name="dialect">org.hibernate.dialect.SQLServerDialect</property> 39 39 <mapping resource="xwiki.mssql.hbm.xml"/> 40 40 <mapping resource="feeds.hbm.xml"/>