Commit 7ab1c0ff authored by Matt Tucker's avatar Matt Tucker Committed by matt

Added info on jTDS driver.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1173 b35dd754-fafc-0310-a699-88a17e54d16e
parent c078cad3
......@@ -172,6 +172,18 @@ Choose your database from the list below for setup details:
<li>Proceed to the Jive Messenger setup tool and use the appropriate JDBC settings
when prompted.
</ol>
<p>Note: if you are using SQL Server 7, the Open Source jTDS drivers should
be used instead of the Microsoft JDBC drivers. Download the jTDS driver from
<a href="http://jtds.sourceforge.net/">http://jtds.sourceforge.net/</a>
and place the jtds-1.0.2.jar (name may be different depending on version
downloaded) in the lib/ directory of your Jive Messenger installation. Use
the following values in the Jive Messenger setup tool:</p>
<ul>
<li>driver -- <tt>net.sourceforge.jtds.jdbc.Driver</tt>
<li>server -- <tt>jdbc:jtds:sqlserver://[HOST_NAME]:[PORT]/[DATABASE]</tt>
</ul>
</ul>
<p><h2><a name="postgres">PostgreSQL</a></h2><p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment