Re: [Geoserver-users] Is use of the Marlin renderer recommended

2016-08-08 Thread Jody Garnett
That looks pretty good, I am not sure about the java classpath - since what
we are after is the boot classpath?

The status page for 2.9.1 now reports which renderer you are using.

--
Jody Garnett

On 8 August 2016 at 02:52, Paul Wittle  wrote:

> Hi,
>
>
>
> I have found a blog post from 2014 suggesting that there is an improved
> renderer for Oracle available. This appears to be the Marlin Renderer and I
> have attempted to follow the installation instructions; however I'm never
> quite certain how that fits with the Tomcat service deployment. Two
> questions:
>
>
>
> 1) Is it recommended to use Marlin still (I'm using GeoServer 2.8.4)?
>
> 2) Is this the correct place to put the settings (hopefully there will be
> a screenshot below:
>
>
>
> Thanks,
>
> Paul
> "This e-mail is intended for the named addressee(s) only and may contain
> information about individuals or other sensitive information and should be
> handled accordingly. Unless you are the named addressee (or authorised to
> receive it for the addressee) you may not copy or use it, or disclose it to
> anyone else. If you have received this email in error, kindly disregard the
> content of the message and notify the sender immediately. Please be aware
> that all email may be subject to recording and/or monitoring in accordance
> with relevant legislation."
>
> 
> --
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Is use of the Marlin renderer recommended

2016-08-08 Thread Peter Kovac
Hi Paul,

you can verify the renderer GeoServer is using by checking the "Java 
Rendering Engine" on the "Server Status" screen (the first link in web 
admin GUI). If you use Marlin, you'll have 
"org.marlin.pisces.PiscesRenderingEngine" in there.

Cheers,

Peter


On 8. 8. 2016 12:14, Paul Wittle wrote:
> I thought it might do that. In text form for point 2:
>
>   - I put the *.jar reference in the Java Classpath of the w.exe Java tab and 
> then added:
> -Dsun.java2d.renderer=org.marlin.pisces.PiscesRenderingEngine
> -Dsun.java2d.renderer.useThreadLocal=false
>
> to the Java Options.
>
> However, I don't think I've seen a reference to Marlin in the GeoServer logs 
> so I wonder if I've put the *.jar reference in the wrong place?
>
> Thanks,
> Paul
>
> --
>
> Message: 1
> Date: Mon, 8 Aug 2016 09:52:17 +
> From: Paul Wittle 
> Subject: [Geoserver-users] Is use of the Marlin renderer recommended
> To: "geoserver-users@lists.sourceforge.net"
>  
> Message-ID:
>  
> 
>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi,
>
> I have found a blog post from 2014 suggesting that there is an improved 
> renderer for Oracle available. This appears to be the Marlin Renderer and I 
> have attempted to follow the installation instructions; however I'm never 
> quite certain how that fits with the Tomcat service deployment. Two questions:
>
> 1) Is it recommended to use Marlin still (I'm using GeoServer 2.8.4)?
> 2) Is this the correct place to put the settings (hopefully there will be a 
> screenshot below:
> [cid:image001.png@01D1F162.EE166870]
>
> Thanks,
> Paul
> "This e-mail is intended for the named addressee(s) only and may contain 
> information about individuals or other sensitive information and should be 
> handled accordingly. Unless you are the named addressee (or authorised to 
> receive it for the addressee) you may not copy or use it, or disclose it to 
> anyone else. If you have received this email in error, kindly disregard the 
> content of the message and notify the sender immediately. Please be aware 
> that all email may be subject to recording and/or monitoring in accordance 
> with relevant legislation."
> -- next part --
> An HTML attachment was scrubbed...
> -- next part --
> A non-text attachment was scrubbed...
> Name: image001.png
> Type: image/png
> Size: 20673 bytes
> Desc: image001.png
>
> --
>
> --
>
>
> --
>
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
>
> End of Geoserver-users Digest, Vol 123, Issue 17
> 
> "This e-mail is intended for the named addressee(s) only and may contain 
> information about individuals or other sensitive information and should be 
> handled accordingly. Unless you are the named addressee (or authorised to 
> receive it for the addressee) you may not copy or use it, or disclose it to 
> anyone else. If you have received this email in error, kindly disregard the 
> content of the message and notify the sender immediately. Please be aware 
> that all email may be subject to recording and/or monitoring in accordance 
> with relevant legislation."
>
> --
> ___
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

-- 
Peter Kovac
IMS Programmer
MicroStep-MIS
peter.ko...@microstep-mis.com


--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Is use of the Marlin renderer recommended

2016-08-08 Thread Paul Wittle
I thought it might do that. In text form for point 2:

 - I put the *.jar reference in the Java Classpath of the w.exe Java tab and 
then added:
-Dsun.java2d.renderer=org.marlin.pisces.PiscesRenderingEngine
-Dsun.java2d.renderer.useThreadLocal=false

to the Java Options.

However, I don't think I've seen a reference to Marlin in the GeoServer logs so 
I wonder if I've put the *.jar reference in the wrong place?

Thanks,
Paul

--

Message: 1
Date: Mon, 8 Aug 2016 09:52:17 +
From: Paul Wittle 
Subject: [Geoserver-users] Is use of the Marlin renderer recommended
To: "geoserver-users@lists.sourceforge.net"

Message-ID:


Content-Type: text/plain; charset="us-ascii"

Hi,

I have found a blog post from 2014 suggesting that there is an improved 
renderer for Oracle available. This appears to be the Marlin Renderer and I 
have attempted to follow the installation instructions; however I'm never quite 
certain how that fits with the Tomcat service deployment. Two questions:

1) Is it recommended to use Marlin still (I'm using GeoServer 2.8.4)?
2) Is this the correct place to put the settings (hopefully there will be a 
screenshot below:
[cid:image001.png@01D1F162.EE166870]

Thanks,
Paul
"This e-mail is intended for the named addressee(s) only and may contain 
information about individuals or other sensitive information and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this email in error, kindly disregard the 
content of the message and notify the sender immediately. Please be aware that 
all email may be subject to recording and/or monitoring in accordance with 
relevant legislation."
-- next part --
An HTML attachment was scrubbed...
-- next part --
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 20673 bytes
Desc: image001.png

--

--


--

___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


End of Geoserver-users Digest, Vol 123, Issue 17

"This e-mail is intended for the named addressee(s) only and may contain 
information about individuals or other sensitive information and should be 
handled accordingly. Unless you are the named addressee (or authorised to 
receive it for the addressee) you may not copy or use it, or disclose it to 
anyone else. If you have received this email in error, kindly disregard the 
content of the message and notify the sender immediately. Please be aware that 
all email may be subject to recording and/or monitoring in accordance with 
relevant legislation."

--
___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users