Last modified by Thomas Mortagne on 2023/10/10

<
From version < 3.3 >
edited by Helmut Nagy
on 2008/04/04
To version < 4.1 >
edited by Helmut Nagy
on 2008/04/04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -31,10 +31,10 @@
31 31  * Tell XWiki to use MSSQL. To do this, edit the ~~WEB&#45;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&#45;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&#95;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"/>

Get Connected