Hi


Maybe somebody can help us further !

We installed on new server SP02 and we can not execute any cgi scripts, we get 
the message:
HTTP Status 404 - Servlet cgi is not available
________________________________
type Status report
message Servlet cgi is not available
description The requested resource (Servlet cgi is not available) is not 
available.
________________________________
Apache Tomcat/7.0.27

Here my web.xml file:
<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>WEB-INF/cgi</param-value>
        </init-param>
        <init-param>
         <param-name>passShellEnvironment</param-name>
         <param-value>true</param-value>
        </init-param>
        <load-on-startup>5</load-on-startup>
    </servlet>



    <servlet-mapping>
        <servlet-name>cgi</servlet-name>
        <url-pattern>/cgi-bin/*</url-pattern>
    </servlet-mapping>


Thanks and regards
Siggi

Siegfried Scholtyssek
Principal Spectrum Engineer
Wuerzburger Str. 121
90766 Fuerth, Deutschland
Tel.: +49 (211) 39934792
Mobil: +49 (163) 1666810
[email protected]<mailto:[email protected]>
[atos_logotype]
Atos IT Solutions and Services GmbH, Rechtsform: Gesellschaft mit beschränkter 
Haftung ; Geschäftsführer: Winfried Holz; Vorsitzender des Aufsichtsrats: 
Charles Dehelly; Sitz der Gesellschaft: München, Deutschland; Amtsgericht 
München, HRB 184933.





---
To unsubscribe from spectrum, send email to [email protected] with the body: 
unsubscribe spectrum [email protected]

<<inline: image001.gif>>

Reply via email to