Download the DVN Application and Copy Files

Before you can install the DVN application, you must download the source files. Go to the official DVN SourceForge.net project site, http://sourceforge.net/project/showfiles.php?group_id=194383, and download the dvn package for the latest release. Be sure to download all files listed under the package, including the following:

  • DVN-EAR_<version>.ear
  • README_<version>.txt
  • config_<version>.zip
  • referenceData_<version>.sql
  • buildupdate_<version>.sql  (Updates only; not needed for fresh installations)

Then copy the configuration and driver files:

  1. Extract the config_<version>.zip file.
  2. Copy the files in /<DVN>/working_directory and paste them in the following location:

    /<glassfish>/domains/domain1/config
  3. Copy the PostgreSQL JDBC driver jar file from the directory 
/<DVN>/doc/PostgresDriver and paste it in the following directory:

    /<glassfish>/lib
    
An example driver is:

    postgresql-8.3-603.jdbc4.jar