Last modified by Thomas Mortagne on 2023/10/10

<
From version < 11.1 >
edited by Thomas Mortagne
on 2010/09/03
To version < 12.1 >
edited by Thomas Mortagne
on 2010/09/03
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -24,18 +24,17 @@
24 24  * 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):
25 25  
26 26  {code:xml}
27 - <property name="connection.url">jdbc:jtds:sqlserver://<server-url>:1433/XWiki;tds=8.0;lastupdatecount=true</property>
28 - <property name="connection.username">xwiki</property>
29 - <property name="connection.password">xwiki</property>
30 - <property name="connection.driver_class">net.sourceforge.jtds.jdbc.Driver</property>
31 - <property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
32 - <property name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
33 - <property name="connection.pool_size">2</property>
34 - <property name="statement_cache.size">2</property>
35 - <mapping resource="xwiki.mssql.hbm.xml"/>
36 - <mapping resource="feeds.hbm.xml"/>
37 - <mapping resource="activitystream.hbm.xml"/>
38 -
27 +<property name="connection.url">jdbc:jtds:sqlserver://<server-url>:1433/XWiki;tds=8.0;lastupdatecount=true</property>
28 +<property name="connection.username">xwiki</property>
29 +<property name="connection.password">xwiki</property>
30 +<property name="connection.driver_class">net.sourceforge.jtds.jdbc.Driver</property>
31 +<property name="dialect">org.hibernate.dialect.SQLServerDialect</property>
32 +<property name="connection.provider_class">com.xpn.xwiki.store.DBCPConnectionProvider</property>
33 +<property name="connection.pool_size">2</property>
34 +<property name="statement_cache.size">2</property>
35 +<mapping resource="xwiki.mssql.hbm.xml"/>
36 +<mapping resource="feeds.hbm.xml"/>
37 +<mapping resource="activitystream.hbm.xml"/>
39 39  {code}
40 40  
41 41  

Get Connected