Hi,

When making the WMS getMap call, you have to change the URL to include 
prot://server[:port]/geoserver/gwc/service/wms?parameterlist

The important part is the gwc/service/ addition.  Without it, the base WMS 
endpoint is called which does not utilize the cache (seeded or otherwise).  
When you include the service/gwc, the integrated GeoWebcache endpoint is called 
and with either return the existing tile based on seeding or generated, or it 
cascades the call to the normal WMS endpoint, caches the resulting tile and 
returns it.

Chris Snider
Senior Software Engineer
Intelligent Software Solutions, Inc.


-----Original Message-----
From: Ravyn [mailto:[email protected]] 
Sent: Wednesday, September 10, 2014 4:02 AM
To: [email protected]
Subject: [Geoserver-users] Caching layers on the fly and seeding combination

I have created a map in geoserver Im am using geoserver 2.5.1 with the 
intergrated geowebcache.

The map seems to be working fine and the seeding also seems to be working fine 
provided I don't use a bounding box for some strange reason. But also want it 
to cache on the fly as well so I can seed the main sections of the map that 
would be used and have on the fly caching in the areas that arn't being used as 
much.

Am I mistaken in thinking that it saves those certain tiles like the seeding 
does or does it do it virtually or save in a temp tile folder and then goes 
away instantly tht person either closes the map program.

I have set everything that I could set but for some reason on the fly caching 
does not seem to work.

Am i missing something in the settings? Or am misunder standing something with 
regards to it as in the geoserver documention states that it can combine both 
on the fly caching as well as seeding the layers.



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Caching-layers-on-the-fly-and-seeding-combination-tp5161049.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 
3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready 
for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 
Requirement 10 and 11.5 with EventLog Analyzer 
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to