[Geoserver-devel] Issues setting the DGEOSERVER_CONFIG_DIR

Hello everyone,

I am trying to set a GeoServer cluster system, but I am having issues
setting the -DGEOSERVER_CONFIG_DIR variable. I am able to point my two
GeoServer instances to a common geoserver-data folder, but both of my
GeoServer instances point to the same cluster UUID ID.
I installed the jms-cluster extension. I have enabled it on both of my
instances.
Inside the common geoserver-data/cluster directory I created two folders for
both instances and set the CLUSTER_CONFIG_DIR variable to my both geoserver
instances. But at the end I have only the same instance opening. At the
"Name of this instance (generated UUID)" it's the same ID.
I am using Ubuntu 16.04 as OS.
Any advice is much appreciated,
Corina

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Issues-setting-the-DGEOSERVER-CONFIG-DIR-tp5329882.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

Hi,

Several things here, first the variable to define the GeoServer data directory [1] location is:
GEOSERVER_DATA_DIR and not GEOSERVER_CONFIG_DIR.

There is several possibilities to cluster GeoServer [2] [3], it seems to me that you trying to
mix two incompatible approaches: shared data directory between all instances and the
JMS (active) clustering.

To use the JMS (active) clustering approach each GeoServer instance needs to use its own
GeoServer data directory. If your network supports multicast than you are good, otherwise
you will need to setup an ActiveMQ instance and configure the clustering module to use it.

I’m not sure what you mean by “But at the end I have only the same instance opening.
Each GeoServer instance will need to be running on different host or on a different port
if running on the same host.

Hope this helps.

Regards

Nuno Oliveira

[1] http://docs.geoserver.org/latest/en/user/datadirectory/setting.html
[2] http://geoserver.geo-solutions.it/educational/en/clustering/index.html
[3] http://docs.geoserver.org/latest/en/user/community/jdbcconfig/index.html

···

On 07/31/2017 02:48 PM, Corina Tudorache via Geoserver-devel wrote:

Hello everyone,

I am trying to set a GeoServer cluster system, but I am having issues
setting the -DGEOSERVER_CONFIG_DIR variable. I am able to point my two
GeoServer instances to a common geoserver-data folder, but both of my
GeoServer instances point to the same cluster UUID ID. 
I installed the jms-cluster extension. I have enabled it on both of my
instances. 
Inside the common geoserver-data/cluster directory I created two folders for
both instances and set the CLUSTER_CONFIG_DIR variable to my both geoserver
instances. But at the end I have only the same instance opening. At the
"Name of this instance (generated UUID)" it's the same ID.
I am using Ubuntu 16.04 as OS.
Any advice is much appreciated,
Corina

--
View this message in context: [http://osgeo-org.1560.x6.nabble.com/Issues-setting-the-DGEOSERVER-CONFIG-DIR-tp5329882.html](http://osgeo-org.1560.x6.nabble.com/Issues-setting-the-DGEOSERVER-CONFIG-DIR-tp5329882.html)
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! [http://sdm.link/slashdot](http://sdm.link/slashdot)
_______________________________________________
Geoserver-devel mailing list
[Geoserver-devel@lists.sourceforge.net](mailto:Geoserver-devel@lists.sourceforge.net)
[https://lists.sourceforge.net/lists/listinfo/geoserver-devel](https://lists.sourceforge.net/lists/listinfo/geoserver-devel)

-- 
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the experts! Visit [http://goo.gl/it488V](http://goo.gl/it488V) for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

[http://www.geo-solutions.it](http://www.geo-solutions.it)
[http://twitter.com/geosolutions_it](http://twitter.com/geosolutions_it)

-------------------------------------------------------
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.
 
The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility  for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.

Hi Nuno,

I followed the guide lines from here
(http://geoserver.geo-solutions.it/educational/en/clustering/load_balancing/tomcat.html
and
http://geoserver.geo-solutions.it/educational/en/clustering/clustering/active/usage.html)
to create a cluster of GeoServer both instances sharing a common data
folder. I installed the geoserver-2.10-SNAPSHOT-jms-cluster-plugin.zip Next
I would like to use the geoserver-2.10-SNAPSHOT-activeMQ-broker-plugin.zip
My problem was that I didn't know where to create the setevn.sh file. But I
managed to figured it out.
Thank you for the response.

Kind regards,
Corina

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Issues-setting-the-DGEOSERVER-CONFIG-DIR-tp5329882p5330499.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

Great ! Thanks or the feedback.

Note, when using JMS plugin data directory should not be shared
between GeoServer instances.

On 08/04/2017 05:17 PM, Corina Tudorache via Geoserver-devel wrote:

Hi Nuno,

I followed the guide lines from here
(http://geoserver.geo-solutions.it/educational/en/clustering/load_balancing/tomcat.html
and
http://geoserver.geo-solutions.it/educational/en/clustering/clustering/active/usage.html)
to create a cluster of GeoServer both instances sharing a common data
folder. I installed the geoserver-2.10-SNAPSHOT-jms-cluster-plugin.zip Next
I would like to use the geoserver-2.10-SNAPSHOT-activeMQ-broker-plugin.zip
My problem was that I didn't know where to create the setevn.sh file. But I
managed to figured it out.
Thank you for the response.

Kind regards,
Corina

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Issues-setting-the-DGEOSERVER-CONFIG-DIR-tp5329882p5330499.html
Sent from the GeoServer - Dev mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

--
Regards,
Nuno Oliveira

GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information.

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.
  The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.