I have a PostGIS database that gets updated about once every two minutes with
storm cell data, Geoserver seems to be caching the postgis and the points
and lines are not updating I know that caching is not enabled in the feature
store. I checked to verfy the change was made in postgis using quantum gis
and the change is showing up. Any help would be very appricated!!!!
--
View this message in context: http://www.nabble.com/PostGIS---Data-Store-Cache--tp16451202p16451202.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Hmmm... the datastore will not do any caching.. i wonder if something else is getting cached. Are you accessing via WMS or WFS? What is the client you are using where the change is not showing up?
-Justin
chris1211 wrote:
I have a PostGIS database that gets updated about once every two minutes with
storm cell data, Geoserver seems to be caching the postgis and the points
and lines are not updating I know that caching is not enabled in the feature
store. I checked to verfy the change was made in postgis using quantum gis
and the change is showing up. Any help would be very appricated!!!!
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com
I am using openlayers, with wms, I have tryed tiled and untiled layers, but
no luck
Justin Deoliveira-4 wrote:
Hmmm... the datastore will not do any caching.. i wonder if something
else is getting cached. Are you accessing via WMS or WFS? What is the
client you are using where the change is not showing up?-Justin
chris1211 wrote:
I have a PostGIS database that gets updated about once every two minutes
with
storm cell data, Geoserver seems to be caching the postgis and the points
and lines are not updating I know that caching is not enabled in the
feature
store. I checked to verfy the change was made in postgis using quantum
gis
and the change is showing up. Any help would be very appricated!!!!--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
View this message in context: http://www.nabble.com/PostGIS---Data-Store-Cache--tp16451202p16480094.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
chris1211 ha scritto:
I am using openlayers, with wms, I have tryed tiled and untiled layers, but
no luck
Hum, browsers do cache the server responses. Have you tried forcing
the reload of the tiles either by flushing the browser cache or
by using a different browser?
Also, make sure that in your feature type configuration the caching
options are disabled.
Cheers
Andrea