I come from a Windows background and I am trying to enable Marlin to work
with GeoServer on a Windows server.
I am running Tomcat 8.0.9 with the Geoserver WAR deployment.
I created a Marlin subdirectory in the Java directory, downloaded the
Marlin 0.7.1 jar files and copied them to C:\Program Files\Java\Marlin\
I then opened the Tomcat control panel and on the "Startup" tab added
java -Xbootclasspath/a:C:\Program
Files\Java\Marlin\marlin-0.7.1-Unsafe.jar
to the arguments, above "start", and on the "Java" tab added
-Dsun.java2d.renderer=org.marlin.pisces.PiscesRenderingEngine
to the end of the Java Options
Restarted Tomcat and checked the log file
C:\Program Files\Apache Software Foundation\Tomcat
8.0\logs\tomcat8-stderr.2015-11-24.log
Can't find any reference to Marlin in this log.
Where am I going wrong?
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Enable-Marlin-on-Windows-tp5238214.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Not 100% sure but I suspect your problem is a space in the path, try wrapping in quotes or moving it to a different path. Does windows still support the old 8.3 versions of paths?
-----Original Message-----
From: Derek Watling [mailto:derek@anonymised.com]
Sent: 24 November 2015 08:32
To: geoserver-users@lists.sourceforge.net
Subject: [Geoserver-users] Enable Marlin on Windows
I come from a Windows background and I am trying to enable Marlin to work with GeoServer on a Windows server.
I am running Tomcat 8.0.9 with the Geoserver WAR deployment.
I created a Marlin subdirectory in the Java directory, downloaded the Marlin 0.7.1 jar files and copied them to C:\Program Files\Java\Marlin\ I then opened the Tomcat control panel and on the "Startup" tab added
java -Xbootclasspath/a:C:\Program
Files\Java\Marlin\marlin-0.7.1-Unsafe.jar
to the arguments, above "start", and on the "Java" tab added
-Dsun.java2d.renderer=org.marlin.pisces.PiscesRenderingEngine
to the end of the Java Options
Restarted Tomcat and checked the log file
C:\Program Files\Apache Software Foundation\Tomcat 8.0\logs\tomcat8-stderr.2015-11-24.log
Can't find any reference to Marlin in this log.
Where am I going wrong?
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Enable-Marlin-on-Windows-tp5238214.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
I tried both double and single quotes around the path and then moved the
Marlin directory to the root to eliminate the space in the name.
Still no luck.
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Enable-Marlin-on-Windows-tp5238214p5238244.html
Sent from the GeoServer - User mailing list archive at Nabble.com.