Thanks Charles,

Found the wrapper.conf and made the adjustments. But Geoserver failed to start after that. Removing the entries didn't fix the problem either. Geoserver still won't start. Tried server restart also but Geoserver still out.

I definitely think you're on the right track but is there something else missing that might have been required. Any ideas?

No harm done. Only in development phase. Can always reinstall.


 Abe




On 10/7/2010 11:00 AM, Charles Galpin wrote:
Hi Abe

You have to give these options to the JVM when you start geoserver. On windows you are running it as a service, which uses a wrapper script, and this has a configuration file "wrapper.conf" that you can set it in. A typical location will be something like

C:\Program Files (x86)\GeoServer 2.0.2\wrapper\

In wrapper.conf, you will see a line like

wrapper.java.additional.2=-DGEOSERVER_DATA_DIR="%GEOSERVER_DATA_DIR%"

Just add more consecutively numbered additional parameters

wrapper.java.additional.3=-DADVANCED_PROJECTION_ HANDLING=true
wrapper.java.additional.4=-DUSE_STREAMING_RENDERER=true

save and restart the service.

hth
charles

On Oct 7, 2010, at 4:14 PM, Richard (Abe) Coughlin wrote:

I've looked at the blog page 'GeoServer continuouse map wrapping' [http://blog.geoserver.org/2010/02/23/geoserver-map-wrapping/], seen the details at the GeoSolutions site [http://geo-solutions.blogspot.com/2010/02/geoserver-continuous-map-wrapping.html] and tried to apply the two JVM options:
-DADVANCED_PROJECTION_ HANDLING=true
-DUSE_STREAMING_RENDERER=true

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to