Hi,
I ran into the problem that text labels are omitted when the labels would go over a WMS tile border. So I thought of passing tiled=true and tileorigin=minX,minY as part of the WMS request, and use Metatiling this way.
I activated all the options as stated on http://docs.geoserver.org/latest/en/user/geowebcache/using.html#direct-integration-with-geoserver-wms
Still it seems that the WMS request does not pass the request over to the integrated GWC. I looked at logs/catalina.out but this still does not give me any hint. Any advice on how I could debug this?
Maybe the extent is misaligned or similar, but the log does not say anything about this. Tilesorigin is “154224,5219773” for a custom Gridset based on EPSG:25832 (used in ol3 and the gridset as minX,minY for Extent). Using /geoserver/gwc/service/wms it is working, but for /geoserver/gwc//wms the tiled and tilesorigin option seem to make no difference.
The used client is OpenLayers3.
Best,
Jens
Hi Jens,
You can check GeoServer logs which are default written to “logs/geoserver.log” which is relative to the GeoServer data directory. You can change the log settings under the “Global” option of the administration screen to higher levels. There is also a log viewer in the “About & Status” menu section called “GeoServer Logs”. This provides, by default, the last 1000 lines from the current log file.
Hope this helps,

···
Chris Snider
Senior Software Engineer
Intelligent Software Solutions, Inc.
![Description: Description: Description: cid:image001.png@anonymised.com]()
From: Nachtigall, Jens (init) [mailto:Jens.Nachtigall@anonymised.com]
Sent: Wednesday, June 24, 2015 7:24 AM
To: geoserver-users@lists.sourceforge.net
Subject: [Geoserver-users] WMS-C (tiled=true) not using GWC’s metatiling: How to debug?
Hi,
I ran into the problem that text labels are omitted when the labels would go over a WMS tile border. So I thought of passing tiled=true and tileorigin=minX,minY as part of the WMS request, and use Metatiling this way.
I activated all the options as stated on http://docs.geoserver.org/latest/en/user/geowebcache/using.html#direct-integration-with-geoserver-wms
Still it seems that the WMS request does not pass the request over to the integrated GWC. I looked at logs/catalina.out but this still does not give me any hint. Any advice on how I could debug this?
Maybe the extent is misaligned or similar, but the log does not say anything about this. Tilesorigin is “154224,5219773” for a custom Gridset based on EPSG:25832 (used in ol3 and the gridset as minX,minY for Extent). Using /geoserver/gwc/service/wms it is working, but for /geoserver/gwc//wms the tiled and tilesorigin option seem to make no difference.
The used client is OpenLayers3.
Best,
Jens