Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

2018-08-15 Thread Andrea Aime
On Wed, Aug 15, 2018 at 6:25 PM Paul Wittle 
wrote:

> Hi,
>
>
>
> I have now worked out my issue; it was actually that I had put the Inspire
> plugin into the lib folder. That has a dependency on the WMTS bean I think
> which is provided by GWC.
>

Heh yeah, see, as said, no guarantees it will be working, there are no
tests for this.
The INSPIRE module would have to be split into various modules, one per
service being targeted (WMS, WFS, WCS, WMTS),
but a truly "less than core" installation is so unusual that nobody took
the time to do so (the only ones I've seen were in north
america, so no INSPIRE there... hum... Brexit might actually be simplifying
your life there :-p )

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information. == Ing. Andrea Aime @geowolf Technical Lead
GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39
0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
http://www.geo-solutions.it http://twitter.com/geosolutions_it
--- *Con riferimento
alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto, gli eventuali
allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
sarei comunque grato se potesse darmene notizia. This email is intended
only for the person or entity to which it is addressed and may contain
information that is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European Regulation 2016/679
“GDPR” - copying, dissemination or use of this e-mail or the information
herein by anyone other than the intended recipient is prohibited. If you
have received this email by mistake, please notify us immediately by
telephone or e-mail.*
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

2018-08-15 Thread Paul Wittle via Geoserver-users
Hi,

I have now worked out my issue; it was actually that I had put the Inspire 
plugin into the lib folder. That has a dependency on the WMTS bean I think 
which is provided by GWC.

Once I removed that jar file and the two extras that Jukka pointed out it 
worked fine.

Thanks again for your help 

Paul

From: Andrea Aime 
Sent: 15 August 2018 10:42
To: Rahkonen Jukka (MML) 
Cc: Paul Wittle ; GeoServer Mailing List List 

Subject: Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

Hi Jukka,
thanks for confirming it still works!

Cheers
Andrea

On Wed, Aug 15, 2018 at 11:38 AM Rahkonen Jukka (MML) 
mailto:jukka.rahko...@maanmittauslaitos.fi>>
 wrote:
Hi,

I had a try with Geoserver 2.14-snapshot on Windows. I removed these files from 
WEB-INF/lib:
gs-gwc-2.14-SNAPSHOT.jar
gs-web-gwc-2.14-SNAPSHOT.jar
gwc-core-1.14-SNAPSHOT.jar
gwc-diskquota-core-1.14-SNAPSHOT.jar
gwc-diskquota-jdbc-1.14-SNAPSHOT.jar
gwc-georss-1.14-SNAPSHOT.jar
gwc-gmaps-1.14-SNAPSHOT.jar
gwc-kml-1.14-SNAPSHOT.jar
gwc-rest-1.14-SNAPSHOT.jar
gwc-tms-1.14-SNAPSHOT.jar
gwc-ve-1.14-20180808.171018-165.jar
gwc-wms-1.14-SNAPSHOT.jar
gwc-wmts-1.14-SNAPSHOT.jar

and now Geoserver starts without GeoWebCache.

-Jukka Rahkonen-

Lähettäjä: Andrea Aime 
[mailto:andrea.a...@geo-solutions.it<mailto:andrea.a...@geo-solutions.it>]
Lähetetty: 14. elokuuta 2018 19:36
Vastaanottaja: Wittle, Paul 
mailto:p.wit...@dorsetcc.gov.uk>>
Kopio: GeoServer Mailing List List 
mailto:geoserver-users@lists.sourceforge.net>>
Aihe: Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

On Tue, Aug 14, 2018 at 6:32 PM Paul Wittle via Geoserver-users 
mailto:geoserver-users@lists.sourceforge.net>>
 wrote:
Hello again,

I’m looking through the documentation online and wondering if perhaps I’m not 
correctly understanding the use of the term ‘standalone GeoWebCache’.

I have installed a separate instance of GWC and pointed it at my GeoServer 
using the gwcWMSConfig and that all seems fine but I’m not sure how I get rid 
of the embedded GWC from my GeoServer. The GeoServer is running in a separate 
Tomcat instance and to avoid confusion I don’t want it to have any reference to 
the internal GWC that comes as default or my admin users may accidentally 
configure a layer in the wrong server.

I saw some posts suggesting that you need to remove the gwc*.jar files from the 
lib folder but that just prevents the GeoServer from loading.

It would be good if I could clarify two points really:

  *   Do the references to ‘standalone GeoWebCache’ in the documentation refer 
to a completely separate deployment of GWC? 
http://docs.geoserver.org/stable/en/user/geowebcache/config.html#geowebcache-with-multiple-geoserver-instances
Correct

  *
  *   If so, is it possible to remove the GWC that is in the standard GeoServer 
build or am I supposed to just leave it in place and tell the users not to use 
it?
Hum... this one is a bit more complicated. In theory you should be able to go 
in WEB-INF/lib and just remove all *gwc* jars from it, and the integrated
GWC should just disappear. However it's not done all that often, so I cannot 
guarantee it's gonna work (it's not something that we are officially supporting 
or testing).

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions 
S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: 
+39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it 
http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which it is 
addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
the information herein by anyone other than the intended recipient is 
prohibited. If you have received this email by mistake, please notify us 
immediately by telephone or e-mail.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! 
http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the followin

Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

2018-08-15 Thread Paul Wittle via Geoserver-users
Hi,

Yes, thank you for trying that for me; I will try shortly as well. I missed the 
two gs-* files on your list so I’m guessing that was what I did wrong.

Paul

From: Andrea Aime 
Sent: 15 August 2018 10:42
To: Rahkonen Jukka (MML) 
Cc: Paul Wittle ; GeoServer Mailing List List 

Subject: Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

Hi Jukka,
thanks for confirming it still works!

Cheers
Andrea

On Wed, Aug 15, 2018 at 11:38 AM Rahkonen Jukka (MML) 
mailto:jukka.rahko...@maanmittauslaitos.fi>>
 wrote:
Hi,

I had a try with Geoserver 2.14-snapshot on Windows. I removed these files from 
WEB-INF/lib:
gs-gwc-2.14-SNAPSHOT.jar
gs-web-gwc-2.14-SNAPSHOT.jar
gwc-core-1.14-SNAPSHOT.jar
gwc-diskquota-core-1.14-SNAPSHOT.jar
gwc-diskquota-jdbc-1.14-SNAPSHOT.jar
gwc-georss-1.14-SNAPSHOT.jar
gwc-gmaps-1.14-SNAPSHOT.jar
gwc-kml-1.14-SNAPSHOT.jar
gwc-rest-1.14-SNAPSHOT.jar
gwc-tms-1.14-SNAPSHOT.jar
gwc-ve-1.14-20180808.171018-165.jar
gwc-wms-1.14-SNAPSHOT.jar
gwc-wmts-1.14-SNAPSHOT.jar

and now Geoserver starts without GeoWebCache.

-Jukka Rahkonen-

Lähettäjä: Andrea Aime 
[mailto:andrea.a...@geo-solutions.it<mailto:andrea.a...@geo-solutions.it>]
Lähetetty: 14. elokuuta 2018 19:36
Vastaanottaja: Wittle, Paul 
mailto:p.wit...@dorsetcc.gov.uk>>
Kopio: GeoServer Mailing List List 
mailto:geoserver-users@lists.sourceforge.net>>
Aihe: Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

On Tue, Aug 14, 2018 at 6:32 PM Paul Wittle via Geoserver-users 
mailto:geoserver-users@lists.sourceforge.net>>
 wrote:
Hello again,

I’m looking through the documentation online and wondering if perhaps I’m not 
correctly understanding the use of the term ‘standalone GeoWebCache’.

I have installed a separate instance of GWC and pointed it at my GeoServer 
using the gwcWMSConfig and that all seems fine but I’m not sure how I get rid 
of the embedded GWC from my GeoServer. The GeoServer is running in a separate 
Tomcat instance and to avoid confusion I don’t want it to have any reference to 
the internal GWC that comes as default or my admin users may accidentally 
configure a layer in the wrong server.

I saw some posts suggesting that you need to remove the gwc*.jar files from the 
lib folder but that just prevents the GeoServer from loading.

It would be good if I could clarify two points really:

  *   Do the references to ‘standalone GeoWebCache’ in the documentation refer 
to a completely separate deployment of GWC? 
http://docs.geoserver.org/stable/en/user/geowebcache/config.html#geowebcache-with-multiple-geoserver-instances
Correct

  *
  *   If so, is it possible to remove the GWC that is in the standard GeoServer 
build or am I supposed to just leave it in place and tell the users not to use 
it?
Hum... this one is a bit more complicated. In theory you should be able to go 
in WEB-INF/lib and just remove all *gwc* jars from it, and the integrated
GWC should just disappear. However it's not done all that often, so I cannot 
guarantee it's gonna work (it's not something that we are officially supporting 
or testing).

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions 
S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: 
+39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it 
http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which it is 
addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
the information herein by anyone other than the intended recipient is 
prohibited. If you have received this email by mistake, please notify us 
immediately by telephone or e-mail.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! 
http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.ht

Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

2018-08-15 Thread Andrea Aime
Hi Jukka,
thanks for confirming it still works!

Cheers
Andrea

On Wed, Aug 15, 2018 at 11:38 AM Rahkonen Jukka (MML) <
jukka.rahko...@maanmittauslaitos.fi> wrote:

> Hi,
>
>
>
> I had a try with Geoserver 2.14-snapshot on Windows. I removed these files
> from WEB-INF/lib:
>
> gs-gwc-2.14-SNAPSHOT.jar
>
> gs-web-gwc-2.14-SNAPSHOT.jar
>
> gwc-core-1.14-SNAPSHOT.jar
>
> gwc-diskquota-core-1.14-SNAPSHOT.jar
>
> gwc-diskquota-jdbc-1.14-SNAPSHOT.jar
>
> gwc-georss-1.14-SNAPSHOT.jar
>
> gwc-gmaps-1.14-SNAPSHOT.jar
>
> gwc-kml-1.14-SNAPSHOT.jar
>
> gwc-rest-1.14-SNAPSHOT.jar
>
> gwc-tms-1.14-SNAPSHOT.jar
>
> gwc-ve-1.14-20180808.171018-165.jar
>
> gwc-wms-1.14-SNAPSHOT.jar
>
> gwc-wmts-1.14-SNAPSHOT.jar
>
>
>
> and now Geoserver starts without GeoWebCache.
>
>
>
> -Jukka Rahkonen-
>
>
>
> *Lähettäjä:* Andrea Aime [mailto:andrea.a...@geo-solutions.it]
> *Lähetetty:* 14. elokuuta 2018 19:36
> *Vastaanottaja:* Wittle, Paul 
> *Kopio:* GeoServer Mailing List List <
> geoserver-users@lists.sourceforge.net>
> *Aihe:* Re: [Geoserver-users] What do people actually mean by 'standalone
> GWC'?
>
>
>
> On Tue, Aug 14, 2018 at 6:32 PM Paul Wittle via Geoserver-users <
> geoserver-users@lists.sourceforge.net> wrote:
>
> Hello again,
>
>
>
> I’m looking through the documentation online and wondering if perhaps I’m
> not correctly understanding the use of the term ‘standalone GeoWebCache’.
>
>
>
> I have installed a separate instance of GWC and pointed it at my GeoServer
> using the gwcWMSConfig and that all seems fine but I’m not sure how I get
> rid of the embedded GWC from my GeoServer. The GeoServer is running in a
> separate Tomcat instance and to avoid confusion I don’t want it to have any
> reference to the internal GWC that comes as default or my admin users may
> accidentally configure a layer in the wrong server.
>
>
>
> I saw some posts suggesting that you need to remove the gwc*.jar files
> from the lib folder but that just prevents the GeoServer from loading.
>
>
>
> It would be good if I could clarify two points really:
>
>- Do the references to ‘standalone GeoWebCache’ in the documentation
>refer to a completely separate deployment of GWC?
>
> http://docs.geoserver.org/stable/en/user/geowebcache/config.html#geowebcache-with-multiple-geoserver-instances
>
> Correct
>
>
>-
>- If so, is it possible to remove the GWC that is in the standard
>GeoServer build or am I supposed to just leave it in place and tell the
>users not to use it?
>
> Hum... this one is a bit more complicated. In theory you should be able to
> go in WEB-INF/lib and just remove all *gwc* jars from it, and the integrated
>
> GWC should just disappear. However it's not done all that often, so I
> cannot guarantee it's gonna work (it's not something that we are officially
> supporting or testing).
>
>
>
> Cheers
>
> Andrea
>
>
>
> ==
>
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information. == Ing. Andrea Aime @geowolf
> Technical Lead GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa
> (LU) phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
> http://www.geo-solutions.it http://twitter.com/geosolutions_it
> --- *Con riferimento
> alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
> Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
> circostanza inerente alla presente email (il suo contenuto, gli eventuali
> allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
> destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
> errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
> sarei comunque grato se potesse darmene notizia. This email is intended
> only for the person or entity to which it is addressed and may contain
> information that is privileged, confidential or otherwise protected from
> disclosure. We remind that - as provided by European Regulation 2016/679
> “GDPR” - copying, dissemination or use of this e-mail or the information
> herein by anyone other than the intended recipient is prohibited. If you
> have received this email by mistake, please notify us immediately by
> telephone or e-mail.*
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> ___
> Geoserver-users mailing list

Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

2018-08-15 Thread Rahkonen Jukka (MML)
Hi,

I had a try with Geoserver 2.14-snapshot on Windows. I removed these files from 
WEB-INF/lib:
gs-gwc-2.14-SNAPSHOT.jar
gs-web-gwc-2.14-SNAPSHOT.jar
gwc-core-1.14-SNAPSHOT.jar
gwc-diskquota-core-1.14-SNAPSHOT.jar
gwc-diskquota-jdbc-1.14-SNAPSHOT.jar
gwc-georss-1.14-SNAPSHOT.jar
gwc-gmaps-1.14-SNAPSHOT.jar
gwc-kml-1.14-SNAPSHOT.jar
gwc-rest-1.14-SNAPSHOT.jar
gwc-tms-1.14-SNAPSHOT.jar
gwc-ve-1.14-20180808.171018-165.jar
gwc-wms-1.14-SNAPSHOT.jar
gwc-wmts-1.14-SNAPSHOT.jar

and now Geoserver starts without GeoWebCache.

-Jukka Rahkonen-

Lähettäjä: Andrea Aime [mailto:andrea.a...@geo-solutions.it]
Lähetetty: 14. elokuuta 2018 19:36
Vastaanottaja: Wittle, Paul 
Kopio: GeoServer Mailing List List 
Aihe: Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

On Tue, Aug 14, 2018 at 6:32 PM Paul Wittle via Geoserver-users 
mailto:geoserver-users@lists.sourceforge.net>>
 wrote:
Hello again,

I’m looking through the documentation online and wondering if perhaps I’m not 
correctly understanding the use of the term ‘standalone GeoWebCache’.

I have installed a separate instance of GWC and pointed it at my GeoServer 
using the gwcWMSConfig and that all seems fine but I’m not sure how I get rid 
of the embedded GWC from my GeoServer. The GeoServer is running in a separate 
Tomcat instance and to avoid confusion I don’t want it to have any reference to 
the internal GWC that comes as default or my admin users may accidentally 
configure a layer in the wrong server.

I saw some posts suggesting that you need to remove the gwc*.jar files from the 
lib folder but that just prevents the GeoServer from loading.

It would be good if I could clarify two points really:

  *   Do the references to ‘standalone GeoWebCache’ in the documentation refer 
to a completely separate deployment of GWC? 
http://docs.geoserver.org/stable/en/user/geowebcache/config.html#geowebcache-with-multiple-geoserver-instances
Correct

  *
  *   If so, is it possible to remove the GWC that is in the standard GeoServer 
build or am I supposed to just leave it in place and tell the users not to use 
it?
Hum... this one is a bit more complicated. In theory you should be able to go 
in WEB-INF/lib and just remove all *gwc* jars from it, and the integrated
GWC should just disappear. However it's not done all that often, so I cannot 
guarantee it's gonna work (it's not something that we are officially supporting 
or testing).

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions 
S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: 
+39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it 
http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which it is 
addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
the information herein by anyone other than the intended recipient is 
prohibited. If you have received this email by mistake, please notify us 
immediately by telephone or e-mail.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

2018-08-14 Thread Paul Wittle via Geoserver-users
Hi Andrea,

Thank you for your prompt response, nice to know I’m going in roughly the right 
direction 

Paul

From: Andrea Aime 
Sent: 14 August 2018 17:36
To: Paul Wittle 
Cc: GeoServer Mailing List List 
Subject: Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

On Tue, Aug 14, 2018 at 6:32 PM Paul Wittle via Geoserver-users 
mailto:geoserver-users@lists.sourceforge.net>>
 wrote:
Hello again,

I’m looking through the documentation online and wondering if perhaps I’m not 
correctly understanding the use of the term ‘standalone GeoWebCache’.

I have installed a separate instance of GWC and pointed it at my GeoServer 
using the gwcWMSConfig and that all seems fine but I’m not sure how I get rid 
of the embedded GWC from my GeoServer. The GeoServer is running in a separate 
Tomcat instance and to avoid confusion I don’t want it to have any reference to 
the internal GWC that comes as default or my admin users may accidentally 
configure a layer in the wrong server.

I saw some posts suggesting that you need to remove the gwc*.jar files from the 
lib folder but that just prevents the GeoServer from loading.

It would be good if I could clarify two points really:

  *   Do the references to ‘standalone GeoWebCache’ in the documentation refer 
to a completely separate deployment of GWC? 
http://docs.geoserver.org/stable/en/user/geowebcache/config.html#geowebcache-with-multiple-geoserver-instances
Correct

  *
  *   If so, is it possible to remove the GWC that is in the standard GeoServer 
build or am I supposed to just leave it in place and tell the users not to use 
it?
Hum... this one is a bit more complicated. In theory you should be able to go 
in WEB-INF/lib and just remove all *gwc* jars from it, and the integrated
GWC should just disappear. However it's not done all that often, so I cannot 
guarantee it's gonna work (it's not something that we are officially supporting 
or testing).

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V 
for more information. == Ing. Andrea Aime @geowolf Technical Lead GeoSolutions 
S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39 0584 962313 fax: 
+39 0584 1660272 mob: +39 339 8844549 http://www.geo-solutions.it 
http://twitter.com/geosolutions_it 
--- Con riferimento alla 
normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento 
generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza 
inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è 
un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, 
ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene 
notizia. This email is intended only for the person or entity to which it is 
addressed and may contain information that is privileged, confidential or 
otherwise protected from disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or 
the information herein by anyone other than the intended recipient is 
prohibited. If you have received this email by mistake, please notify us 
immediately by telephone or e-mail.

"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."
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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


Re: [Geoserver-users] What do people actually mean by 'standalone GWC'?

2018-08-14 Thread Andrea Aime
On Tue, Aug 14, 2018 at 6:32 PM Paul Wittle via Geoserver-users <
geoserver-users@lists.sourceforge.net> wrote:

> Hello again,
>
>
>
> I’m looking through the documentation online and wondering if perhaps I’m
> not correctly understanding the use of the term ‘standalone GeoWebCache’.
>
>
>
> I have installed a separate instance of GWC and pointed it at my GeoServer
> using the gwcWMSConfig and that all seems fine but I’m not sure how I get
> rid of the embedded GWC from my GeoServer. The GeoServer is running in a
> separate Tomcat instance and to avoid confusion I don’t want it to have any
> reference to the internal GWC that comes as default or my admin users may
> accidentally configure a layer in the wrong server.
>
>
>
> I saw some posts suggesting that you need to remove the gwc*.jar files
> from the lib folder but that just prevents the GeoServer from loading.
>
>
>
> It would be good if I could clarify two points really:
>
>- Do the references to ‘standalone GeoWebCache’ in the documentation
>refer to a completely separate deployment of GWC?
>
> http://docs.geoserver.org/stable/en/user/geowebcache/config.html#geowebcache-with-multiple-geoserver-instances
>
> Correct

>
>-
>- If so, is it possible to remove the GWC that is in the standard
>GeoServer build or am I supposed to just leave it in place and tell the
>users not to use it?
>
> Hum... this one is a bit more complicated. In theory you should be able to
go in WEB-INF/lib and just remove all *gwc* jars from it, and the integrated
GWC should just disappear. However it's not done all that often, so I
cannot guarantee it's gonna work (it's not something that we are officially
supporting or testing).

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V
for more information. == Ing. Andrea Aime @geowolf Technical Lead
GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) phone: +39
0584 962313 fax: +39 0584 1660272 mob: +39 339 8844549
http://www.geo-solutions.it http://twitter.com/geosolutions_it
--- *Con riferimento
alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 -
Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto, gli eventuali
allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i
destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per
errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le
sarei comunque grato se potesse darmene notizia. This email is intended
only for the person or entity to which it is addressed and may contain
information that is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European Regulation 2016/679
“GDPR” - copying, dissemination or use of this e-mail or the information
herein by anyone other than the intended recipient is prohibited. If you
have received this email by mistake, please notify us immediately by
telephone or e-mail.*
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


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