I'm trying to install an extension for GeoServer. The instructions say:
Create a GDAL_DATA environment variable to the folder where you have extracted this file. Make also sure that this directory is reachable and readable by the application server process’s user.
and later (for a different file):
If you are on Linux, be sure to set the LD_LIBRARY_PATH environment variable to refer to the folder where the SOs are extracted.
I'm not sure where to set these variables. In /etc/init.d/tomcat7
perhaps?
Yes, this did work, using
export
: