Re: [Geoserver-users] [EXTERNO] Re: Enable Jetty Logs

2024-05-14 Thread Oscar Diago Alonso via Geoserver-users
Hi.

Yes, it is. I know is rather old (although I have clients with even older ones).

The idea behind is to capture every request performed against GeoServer without 
the need of enabling Developer level logs. I have also learned about the 
Monitor extension, so I will give that a go, too.

Best regards.

Óscar Diago Alonso
Ingeniero GIS
(+34) 945 13 13 72 | Plza. del Renacimiento, 9, 2.ª planta, Oficina 2 - 01004 
Vitoria-Gasteiz

De: Russ Hore 
Enviado el: martes, 14 de mayo de 2024 15:42
Para: Oscar Diago Alonso 
CC: geoserver-users@lists.sourceforge.net
Asunto: [EXTERNO] Re: [Geoserver-users] Enable Jetty Logs

2.13 is very old?

Are you sure that is the right version you are using?

Russ


On 14 May 2024, at 06:54, Oscar Diago Alonso via Geoserver-users 
mailto:geoserver-users@lists.sourceforge.net>>
 wrote:

Good morning.

I’ve installed GeoServer 2.13 as a Windows service. I was wondering if it is 
possible to turn on the logging of the Jetty servlet packed with GeoServer.

I’v been looking for documentation on how to do that, but I’m not finding 
anything useful. Is it even possible? Does anyone know how to achieve that?

Best regards.

Óscar Diago Alonso — Ingeniero GIS
(+34) 945 13 13 72 | Plza. del Renacimiento, 9, 2.ª planta, Oficina 2 - 01004 
Vitoria-Gasteiz
[https://geograma.com/wp-content/banners/05042024.png]
Si no ves la imagen puedes acceder desde 
aquí

Esta comunicación contiene información de acceso restringido y de uso exclusivo 
del destinatario. Si usted no es el destinatario tenga en cuenta que cualquier 
distribución, copia o uso de esta comunicación o la información que contiene 
está estrictamente prohibida. Si usted ha recibido esta comunicación por error 
por favor notifíquelo en la dirección 
d...@geograma.com. Tratamos su dirección de correo 
electrónico y otros datos personales para mantener el contacto y comunicación 
con Ud. y, en su caso, remitirle información sobre nuestros productos y 
servicios. Si no desea recibir tal información envíe un e-mail en tal sentido a 
d...@geograma.com. Puede acceder, rectificar y 
suprimir los datos, así como otros derechos, como se detalla en la información 
adicional y completa a su disposición en nuestra política de privacidad en la 
URL 
www.geograma.com/politica-privacidad/

[https://geograma.com/wp-content/banners/web.png]  
[https://geograma.com/wp-content/banners/in.png] 
  
___
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

___
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] push data source

2024-05-14 Thread Mike Bundock
hi. a possible alternative is to have the gis client automatically refresh
the layer at regular intervals, e.g. every 30 seconds.  I have used this
simple approach for monitoring vehicle locations using QGIS.
regards
mike

On Tue, 14 May 2024, 11:25 pm Peter Smythe,  wrote:

> Hi Jeremy
>
> While you *can* do this via GeoServer, it's probably far from optimal.
> GeoServer is designed to publish data (via WMS, WFS standards).  You could
> use a WFS-T (transaction) to update a device's location stored in a spatial
> database, but it would be more efficient to have a simple CRUD API directly
> to the database, not via GeoServer.  Take a look at https://postgrest.org/
> perhaps?  You might  also want to look into websockets for real time
> display updates.
>
> Peter
>
> GeoServer PSC
> AWS Solutions Architect
> https://github.com/petersmythe
>
>
> On Mon, 13 May 2024 at 21:29, Jeremy Jackson  wrote:
>
>> Is there a data source or API which would allow pushing a point feature
>> and/or updating it in realtime?
>>
>> For example, a GPS tracking device which emits a location update once a
>> minute, could this cause a map to be updated in real time?
>>
>>
>>
>> ___
>> 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
>>
>> ___
> 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
>
___
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


[Geoserver-users] Lost ability to serve WMS

2024-05-14 Thread Terry Curran
We have RHEL8 server, Jetty webserver and GeoServer v2.22.4. There is an 
Apache proxy.  We have the data folder external to the GeoServer 
application.  It has been running through various upgrades for many 
years.  Until recently, GeoNetwork has restricted upgrades to Java8 
compatibility (hence GS v2.22.4).


I think a month or so ago, I did something to the setup (cannot recall 
what).  All layers continued to work with Open Layers, which is how I 
normally check operation.  Very recently, it was brought to my attention 
that WMS and WMTS could not be accessed via GIS applications. However 
WFS and WCS layers are accessible.


Using the WMS GetCapabilities query in the GeoServer Demo package, I get 
a timeout after a minute or so, and the message "This XML file does not 
appear to have any style information associated with it. The document 
tree is shown below" (file attached - looks okay to me).


The default data folder is still with the GeoServer installation and, if 
I point at it, the WMS requests are accessible via GIS systems, 
suggesting the GS installation is fine - there is something wrong with 
our external data store.  File permissions and ownership are the same as 
the default data store.


I have tried augmenting the default data store with 
workspace/store/styles from our external store, but get error messages.


If all else fails, is there a way of rescuing the 
workspace/store/250+layers/style information?  Or is there something 
simple that fixes our problem?


Terry Curran

Pacific Salmon Foundation

This XML file does not appear to have any style information associated with it. The document tree is shown below.

http://www.opengis.net/wms https://soggy2.zoology.ubc.ca/geoserver/schemas/wms/1.3.0/capabilities_1_3_0.xsd;>
	
		WMS
		GeoServer Web Map Service
		
			A compliant implementation of WMS 1.1.1 plus most of the SLD 1.0 extension (dynamic styling). Can also generate PDF, SVG, KML, GeoRSS
		
		
			WFS
			WMS
			GeoServer
			GeoNetwork
		
		http://geonetwork-opensource.org"/>
		
		None
		None
	
	
		
			
text/xml

	
		
			https://soggy2.zoology.ubc.ca/geoserver/ows?SERVICE=WMS&"/>
		
		
			https://soggy2.zoology.ubc.ca/geoserver/ows?SERVICE=WMS&"/>
		
	

			
			
image/png
application/atom+xml
application/geopackage+sqlite3
application/json;type=utfgrid
application/pdf
application/rss+xml
application/vnd.google-earth.kml+xml

	application/vnd.google-earth.kml+xml;mode=networklink

application/vnd.google-earth.kmz
image/geotiff
image/geotiff8
image/gif
image/jpeg
image/png; mode=8bit
image/svg+xml
image/tiff
image/tiff8
image/vnd.jpeg-png
image/vnd.jpeg-png8
text/html; subtype=openlayers
text/html; subtype=openlayers2
text/html; subtype=openlayers3

	
		
			https://soggy2.zoology.ubc.ca/geoserver/ows?SERVICE=WMS&"/>
		
	

			
			
text/plain
application/vnd.ogc.gml
text/xml
application/vnd.ogc.gml/3.1.1
text/xml; subtype=gml/3.1.1
text/html
application/json

	
		
			https://soggy2.zoology.ubc.ca/geoserver/ows?SERVICE=WMS&"/>
		
	

			
		
		
			XML
			INIMAGE
			BLANK
			JSON
		
		
			GeoServer Web Map Service
			
A compliant implementation of WMS 1.1.1 plus most of the SLD 1.0 extension (dynamic styling). Can also generate PDF, SVG, KML, GeoRSS
			
			
			AUTO:42001
			
			EPSG:404000
			CRS:84
			
-180.091293334961
180.09
-90.0
90.0
			
			
			
Haulouts_nopoint
Haulouts_nopoint

	A points layer used as transparent layer in the ShoreZone Leaflet layer. Needed to be a place-holder for the 'none' layer option.


EPSG:3005

	-127.9415321474505
	-123.43417190098428
	48.298104522864044
	50.12716163226721




	text/plain
	http://soggy.zoology.ubc.ca:8080/geonetwork/srv/eng/catalog.search#/metadata/746A305E-9264-4484-9467-E6A75F36932E"/>


	default-style-Haulouts_nopoint
	Haulouts_nopoint style
	Default style for Haulouts_nopoint layer
	
		image/png
		https://soggy2.zoology.ubc.ca/geoserver/ows?service=WMS&version=1.3.0&request=GetLegendGraphic&format=image%2Fpng&width=20&height=20&layer=Haulouts_nopoint"/>
	

			
			
psf:historical_shorezone_bar
Historical ShoreZone Barnacle (intertidal zone)

	Visible on bedrock or large boulders. Can form an extensive band in higher exposures where algae have been grazed away.


EPSG:3005

	-133.53468039309843
	

Re: [Geoserver-users] Enable Jetty Logs

2024-05-14 Thread Russ Hore
2.13 is very old?

Are you sure that is the right version you are using?

Russ

> On 14 May 2024, at 06:54, Oscar Diago Alonso via Geoserver-users 
>  wrote:
> 
> Good morning.
>  
> I’ve installed GeoServer 2.13 as a Windows service. I was wondering if it is 
> possible to turn on the logging of the Jetty servlet packed with GeoServer.
>  
> I’v been looking for documentation on how to do that, but I’m not finding 
> anything useful. Is it even possible? Does anyone know how to achieve that?
>  
> Best regards.
> 
> Óscar Diago Alonso — Ingeniero GIS
> (+34) 945 13 13 72 | Plza. del Renacimiento, 9, 2.ª planta, Oficina 2 - 01004 
> Vitoria-Gasteiz
>  
> Si no ves la imagen puedes acceder desde aquí 
> 
> 
> Esta comunicación contiene información de acceso restringido y de uso 
> exclusivo del destinatario. Si usted no es el destinatario tenga en cuenta 
> que cualquier distribución, copia o uso de esta comunicación o la información 
> que contiene está estrictamente prohibida. Si usted ha recibido esta 
> comunicación por error por favor notifíquelo en la dirección 
> d...@geograma.com . Tratamos su dirección de correo 
> electrónico y otros datos personales para mantener el contacto y comunicación 
> con Ud. y, en su caso, remitirle información sobre nuestros productos y 
> servicios. Si no desea recibir tal información envíe un e-mail en tal sentido 
> a d...@geograma.com . Puede acceder, rectificar y 
> suprimir los datos, así como otros derechos, como se detalla en la 
> información adicional y completa a su disposición en nuestra política de 
> privacidad en la URL www.geograma.com/politica-privacidad/ 
> 
> 
>     
>  
> ___
> 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

___
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] push data source

2024-05-14 Thread Peter Smythe
Hi Jeremy

While you *can* do this via GeoServer, it's probably far from optimal.
GeoServer is designed to publish data (via WMS, WFS standards).  You could
use a WFS-T (transaction) to update a device's location stored in a spatial
database, but it would be more efficient to have a simple CRUD API directly
to the database, not via GeoServer.  Take a look at https://postgrest.org/
perhaps?  You might  also want to look into websockets for real time
display updates.

Peter

GeoServer PSC
AWS Solutions Architect
https://github.com/petersmythe


On Mon, 13 May 2024 at 21:29, Jeremy Jackson  wrote:

> Is there a data source or API which would allow pushing a point feature
> and/or updating it in realtime?
>
> For example, a GPS tracking device which emits a location update once a
> minute, could this cause a map to be updated in real time?
>
>
>
> ___
> 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
>
>
___
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


[Geoserver-users] Enable Jetty Logs

2024-05-14 Thread Oscar Diago Alonso via Geoserver-users
Good morning.

I've installed GeoServer 2.13 as a Windows service. I was wondering if it is 
possible to turn on the logging of the Jetty servlet packed with GeoServer.

I'v been looking for documentation on how to do that, but I'm not finding 
anything useful. Is it even possible? Does anyone know how to achieve that?

Best regards.

?scar Diago Alonso - Ingeniero GIS
(+34) 945 13 13 72 | Plza. del Renacimiento, 9, 2.? planta, Oficina 2 - 01004 
Vitoria-Gasteiz
[https://geograma.com/wp-content/banners/05042024.png]
Si no ves la imagen puedes acceder desde 
aqu?

Esta comunicaci?n contiene informaci?n de acceso restringido y de uso exclusivo 
del destinatario. Si usted no es el destinatario tenga en cuenta que cualquier 
distribuci?n, copia o uso de esta comunicaci?n o la informaci?n que contiene 
est? estrictamente prohibida. Si usted ha recibido esta comunicaci?n por error 
por favor notif?quelo en la direcci?n d...@geograma.com. Tratamos su direcci?n 
de correo electr?nico y otros datos personales para mantener el contacto y 
comunicaci?n con Ud. y, en su caso, remitirle informaci?n sobre nuestros 
productos y servicios. Si no desea recibir tal informaci?n env?e un e-mail en 
tal sentido a d...@geograma.com. Puede acceder, rectificar y suprimir los 
datos, as? como otros derechos, como se detalla en la informaci?n adicional y 
completa a su disposici?n en nuestra pol?tica de privacidad en la URL 
www.geograma.com/politica-privacidad/

[https://geograma.com/wp-content/banners/web.png]  
[https://geograma.com/wp-content/banners/in.png] 

___
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