[Geoserver-users] Help <SLD>...</SLD> external http://localhost:8080...

Hi list.
Help me.
I am with a problem with WMC of my application.
Some tests with the GeoServer.
My source of the WMC:

Log of the Tomcat:

2311109 [INFO] org.vfny.geoserver.wms.requests.GetMapKvpReader - request comes in “library” mode
2311111 [INFO] org.vfny.geoserver.servlets.AbstractService - handling request:
GetMap Request
version: 1.0.0
output format: image/gif
width height: 430,475
bbox: Env[-76.21908702850342 : -27.631472206115717, -35.69478573799133 : 7.2247778415679935]
layers: topp:brasil
styles: green
2311800 [INFO] org.vfny.geoserver.servlets.AbstractService - Service handled

I observe that the GeoServer it receives the parameter and it processes > “request comes in “library” mode”.
But it does not have errors and the style does not modify of the standard.
What it can be occurring?
Please help me.

Best regards,

Carlos FG

Carlos Fernando Gonçalves ha scritto:

Hi list.
Help me.
I am with a problem with WMC of my application.
Some tests with the GeoServer.
My source of the WMC:
<StyleList>
            <Style current="1">
                <SLD>
                    <OnlineResource xlink:type="simple" xlink:href="http://localhost:8080/SLD/brasil. sld" />
                </SLD>
            </Style>
</StyleList>

Carlos,
I'm having troubles understanding what you are up to.
GeoServer does not support Web Map Context as far as I know,
but if you want it to use your sld, you just have to
specify sld=http://localhost:8080/SLD/brasil. sld as
a parameter in your GetMap request.

Hope this helps
Cheers
Andrea