[OpenLayers-Users] Proxy settings again

Roald de Wit rdewit at users.sourceforge.net
Sun Jan 20 20:23:46 EST 2008


Hi Thomas,

On Sun, 2008-01-20 at 13:57 -0800, Thomas Rokkjaer wrote:
> No-one with experience in something similar?

With the setup for Tomcat I can help you, not with running Python
scripts on Windows.

This works for us (although not too safe): all .cgi files within a all
web apps will be executed:

* rename the $CATALINA_HOME/server/lib/servlets-cgi.renametojar file
to $CATALINA_HOME/server/lib/servlets-cgi.jar  

* Add to tomcat_dir/conf/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>cgiPathPrefix</param-name>
          <param-value></param-value>
        </init-param>
         <load-on-startup>5</load-on-startup>
    </servlet>

Hope this brings you any further.

Kind regards,

-- 
Roald de Wit
Software Engineer
roald.dewit at lisasoft.com

Commercial Support for Open Source GIS Software
http://lisasoft.com/LISAsoft/SupportedProducts/




More information about the Users mailing list