Hi,

Are you using a JEE 6 server? otherwise, you have to add the servlet
mapping in web.xml:

    <servlet>
        <servlet-name>OL4JSFProxy</servlet-name>
        <servlet-class>org.ol4jsf.proxy.servlet.OL4JSFProxy</servlet-class>
        <load-on-startup>0</load-on-startup>
    </servlet>

Best regards,

Robert

On Fri, Jan 13, 2012 at 10:02 AM, Gerome Bracquemont <
[email protected]> wrote:

> Hy all,
>
> I've tried to install the ol4jsf proxy but i got some issues
>
> Geoserver port : 176.31.233.151:8080
>
> ol4jsf-proxy.xml:
> <?xml version="1.0" encoding="UTF-8"?>
> <ol4jsf-proxy>
>     <use-environment id="desenv" />
>     <environment id="desenv">
>         <description>Development Environment.</description>
>         <resources>
>             <resource name="wms">
>                 <url>http://176.31.233.151:8080/geoserver/wms</url>
>                 <authentication>
>                             <username>admin</username>
>                              <password>geoserver</password>
>                  </authentication>
>             </resource>
>         </resources>
>     </environment>
> </ol4jsf-proxy>
>
> Geoserver strats correctly.
>
> When I try the get capabilties :
> http://176.31.233.151:8080/geoserver/OL4JSFProxy/wms?service=WMS&request=GetCapabilities
>
> Geoserver returns me an error 400.
> I would like to know what is the url to use the proxy ?
>
> thanks a lot in advance
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/openlayers-users
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to