[OpenLayers-Users] urlopen error 11001

Lehtonen, Mika mika at digikartta.net
Mon Mar 30 09:05:08 EDT 2009


Hi,

and sorry for the late response. I really have no idea. You should stay 
on the list in order to get answers.

- mika -

Paulo Cesar Rocha kirjoitti:
> Hi,
> I copied the proxy.cgi python script from the OL example directory to 
> the /webapps//cgi-bin/ directory and modified tomcat web.xml (I'm 
> using Vista, Tomcat5.5 and Geoserver). When I type the url 
> http://localhost:8080/cgi-bin/proxy.cgi in Firefox  it display:
> "Some unexpected error occurred. Error text was: <urlopen error 
> (11001, 'getaddrinfo failed')>"
>  
> following the web.xml:
> <servlet>
>         <servlet-name>cgi</servlet-name>
>         
> <servlet-class>org.apache.catalina.servlets.CGIServlet</servlet-class>
>         <init-param>
>           <param-name>debug</param-name>
>           <param-value>0</param-value>
>         </init-param>
>   <init-param>
>           <param-name>executable</param-name>
>           <param-value>C:\Python25\python.exe</param-value>
>   </init-param> 
>         <init-param>
>           <param-name>cgiPathPrefix</param-name>
>           <param-value></param-value>
>         </init-param>
>          <load-on-startup>5</load-on-startup>
>     </servlet> <!-- The mapping for the CGI Gateway servlet -->
>
>     <servlet-mapping>
>         <servlet-name>cgi</servlet-name>
>         <url-pattern*.cgi</url-pattern>
>     </servlet-mapping>
> What' problem?
> Tia.



More information about the Users mailing list