I'm working across the Pacific so I have the dateline issue.

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

I'm not experienced in java but from my reading it appears that to change/define environment settings (notably -D options) you simply type at the commandline
c:\>java -DADVANCED_PROJECTION_ HANDLING=true
c:\>java -DUSE_STREAMING_RENDERER=true

I'm working off a Windows 2008 server, Geoserver 2.0.2, with both 32 & 64 bit jre6 versions installed.
  java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 17.0-b17, mixed mode)

When I run the above commands, I have an 'Exception in thread "main" error for the first...
C:\Windows\System32>java -DADVANCED_PROJECTION_ HANDLING=true
Exception in thread "main" java.lang.NoClassDefFoundError: HANDLING=true
    Caused by: java.lang.ClassNotFoundException: HANDLING=true
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
    Could not find the main class: HANDLING=true.  Program will exit.

And I appear to be missing additional inputs...
C:\Windows\System32>java -DUSE_STREAMING_RENDERER=true
    Usage: java [-options] class [args...]
           (to execute a class)
       or  java [-options] -jar jarfile [args...]
           (to execute a jar file)

Can someone tell me what I'm missing?

Abe.
------------------------------------------------------------------------------
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