<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.5.0">
</HEAD>
<BODY>
Dear all,<BR>
<BR>
here is a patch developed by my friend Antonio Core which adds native PostgreSQL support to the CVS version of OpenCMS.<BR>
<BR>
In order to use it you must have a CVS checkout of the opencms source.<BR>
<BR>
Go into the opencms directory and launch the following command:<BR>
<BR>
patch -p0 < ....path.../opencms_postgresql.patch<BR>
<BR>
Download the PostgreSQL JDBC driver from here:<BR>
<A HREF="http://jdbc.postgresql.org/download/pg74.215.jdbc3.jar">http://jdbc.postgresql.org/download/pg74.215.jdbc3.jar</A><BR>
<BR>
and put it in webapp/WEB-INF/lib<BR>
<BR>
Build as usual and install under your servlet container of choice.<BR>
<BR>
Make sure you have the correct configuration in pg_hba.conf in order to allow JDBC connections to the database.<BR>
<BR>
Please let us know if you have any problems.<BR>
<BR>
And remember to thank Antonio <IMG SRC="cid:1101487352.6414.95.camel@localhost.localdomain" ALIGN="middle" ALT=":)" BORDER="0"><BR>
<BR>
<BR>
Tristan<BR>
<BR>
<BR>
<BR>
</BODY>
</HTML>