Let the Windows installer add additional entries on the Java Library Path in the wrapper.conf
---------------------------------------------------------------------------------------------
Key: GEOS-3909
URL: http://jira.codehaus.org/browse/GEOS-3909
Project: GeoServer
Issue Type: Improvement
Components: Windows Installer
Reporter: Daniele Romagnoli
Assignee: Mike Pumphrey
Priority: Minor
The wrapper.conf produced by the windows installer only contains this line related to the Java library path:
# Java Library Path (location of Wrapper.DLL or libwrapper.so)
wrapper.java.library.path.1=bin/wrapper/lib
All the DLLs (as an instance, the GDAL native libs if deployed) outside that folder aren't loaded by GeoServer when run as Windows Service. Therefore we could add additional lines to this entry where usually native libs will be deployed.
Aime suggested to add <current_jdk>/jre/lib/i386 and <current_jdk>/jre/lib/amd64 as default values and the installer should be able to locate the JDK dir.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira