Ciao, here is what I did: - I download the binaries for windows64 - I unpacked them in D:\lib\gdal - I placed the gdal-data content under D:\lib\gdal\gdal-data - I placed all the dlls and the gdalinfo.exe under D:\lib\gdal\libs - I placed the ECW and MrSID Dlls under D:\lib\gdal\plugin (gdal_ECW_JP2ECW.dll and gdal_MrSID.dll) - I modified the startup.bat under bin folder as follows:
set PATH=%PATH%;D:\lib\gdal\libs set GDAL_DATA=D:\lib\gdal\gdal-data set GDAL_DRIVER_PATH=D:\lib\gdal\plugins call "D:\programs\java\jdk1.6.0_27\bin\java.exe" -DGEOSERVER_DATA_DIR="d:\work\programs\GeoServer 2.4.1\data_dir" -Xmx1024m -XX:MaxPermSize=128m -DSTOP.PORT=8079 -DSTOP.KEY=geoserver -Djava.library.path="D:\lib\gdal\libs" -Djetty.port=8080 -Djetty.logs="d:\work\programs\GeoServer 2.4.1\logs" -jar "d:\work\programs\GeoServer 2.4.1\start.jar" Things _did_ work for me :) Advice, make sure the Java process in which GeoServer runs has all the env vars set and also make sure it can load the libs (if GeoServer runs as a service that might be problemtic on Windows). Regards, Simone Giannecchini == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 333 8128928 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- On Mon, Nov 4, 2013 at 11:51 AM, t.przysiwek <[email protected]> wrote: > I have just installed GeoServer from windows stable installer: > http://downloads.sourceforge.net/geoserver/geoserver-2.4.1.exe > no additional installs of tomcat or jetty. > Clean GeoServer and then I started installing GDAL plugin. > > > > -- > View this message in context: > http://osgeo-org.1560.x6.nabble.com/GeoServer-2-4-1-GDAL-JPEG2000-plugin-problem-tp5086614p5087232.html > Sent from the GeoServer - User mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Android is increasing in popularity, but the open development platform that > developers love is also attractive to malware creators. Download this white > paper to learn more about secure code signing practices that can help keep > Android apps secure. > http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
