#------------------------------------------------------------------------- # Start of the lines to be added to the end of the file postgresql.conf # JASPA For PostgreSQL (LINUX) configuration (version $JASPAVERSION) custom_variable_classes = 'pljava' #Path containing the file pljava.so (located into the jaspa installation directory) #use a colon as a path separator dynamic_library_path = '$libdir:/opt/jaspa4pg/lib' #Path to all the jars located into the jaspa installation directory #Use colons to separate the jars pljava.classpath = '/opt/jaspa4pg/lib/.:/opt/jaspa4pg/lib/common-2.6.0.jar:/opt/jaspa4pg/lib/commons-collections-3.1.jar:/opt/jaspa4pg/lib/commons-jxpath-1.3.jar:/opt/jaspa4pg/lib/commons-pool-1.5.4.jar:/opt/jaspa4pg/lib/ecore-2.6.1.jar:/opt/jaspa4pg/lib/gt-api-2.7.2.jar:/opt/jaspa4pg/lib/gt-data-2.7.2.jar:/opt/jaspa4pg/lib/gt-epsg-wkt-2.7.2.jar:/opt/jaspa4pg/lib/gt-graph-2.7.2.jar:/opt/jaspa4pg/lib/gt-main-2.7.2.jar:/opt/jaspa4pg/lib/gt-metadata-2.7.2.jar:/opt/jaspa4pg/lib/gt-opengis-2.7.2.jar:/opt/jaspa4pg/lib/gt-referencing-2.7.2.jar:/opt/jaspa4pg/lib/gt-shapefile-2.7.2.jar:/opt/jaspa4pg/lib/gt-xsd-core-2.7.2.jar:/opt/jaspa4pg/lib/gt-xsd-kml-2.7.2.jar:/opt/jaspa4pg/lib/jai_core-1.1.3.jar:/opt/jaspa4pg/lib/jaspa.jar:/opt/jaspa4pg/lib/jdom-1.0.jar:/opt/jaspa4pg/lib/jsr-275-1.0-beta-2.jar:/opt/jaspa4pg/lib/jts4jaspa.jar:/opt/jaspa4pg/lib/junit-3.8.1.jar:/opt/jaspa4pg/lib/picocontainer-1.2.jar:/opt/jaspa4pg/lib/pljava.jar:/opt/jaspa4pg/lib/postgresql-9.0-801.jdbc4.jar:/opt/jaspa4pg/lib/vecmath-1.3.2.jar:/opt/jaspa4pg/lib/xercesImpl-2.7.1.jar:/opt/jaspa4pg/lib/xml-apis-1.0.b2.jar:/opt/jaspa4pg/lib/xml-apis-xerces-2.7.1.jar:/opt/jaspa4pg/lib/xsd-2.6.0.jar' #JVM options pljava.vmoptions = '-Xmx48M' #Default search path including jaspa schema search_path = '"$user",public,jaspa' # End of the lines to be added to the end of the file postgresql.conf #-------------------------------------------------------------------------