Cocoon Multilingual Dictionary In order to create the Postgres database you need to run the installation shell script included in this distribution: $ cd $TRANSLATOR/sql $ sh ./postgres.sh where "TRANSLATOR" is the directory under which you unzipped the Cocoon Multilingual Dictionary distribution file. NOTE: Before creating the database, make sure your login account has been authorized to create Postgres databases. This typically requires that user "postgres" runs the command createuser $USER where "$USER" is your login account name. You must also edit the file $TRANSLATOR/classes/db.properties to reflect Postgres security parameters for your installation. As originally distributed, this file contains: logfile=dbcm.log drivers=postgresql.Driver dictionary.url= jdbc:postgresql:translator dictionary.maxconn=8 dictionary.user=$USER dictionary.password=$PASSWORD After editing, it may look like: logfile=/tmp/dbcm.log drivers=postgresql.Driver dictionary.url= jdbc:postgresql:translator dictionary.maxconn=8 dictionary.user=clark dictionary.password=kent Finally, you need to add the directory $TRANSLATOR/classes to JServ's CLASSPATH. To do so, add the following entry to you "jserv.properties" file: wrapper.classpath=$TRANSLATOR/classes NOTE: In this last step you MUST expand "$TRANSLATOR" to the actual installation directory name! Enjoy! For questions and comments, e-mail: rrocha@plenix.org