in reply to Re: Not able to run CGI scripts on Tomcat 7.0.26
in thread Not able to run CGI scripts on Tomcat 7.0.26

Hi , i have tried the info from the CGI 101 tutorials and have updated my scratchpad with latest script and configuration details. The HTML runs fine but the cgi script is not invoked. I have set 755 permissions on the scripts.Getting the below error message on the browser. HTTP Status 404 - Servlet cgi is not available
  • Comment on Re^2: Not able to run CGI scripts on Tomcat 7.0.26

Replies are listed 'Best First'.
Re^3: Not able to run CGI scripts on Tomcat 7.0.26
by Anonymous Monk on Dec 28, 2013 at 07:20 UTC
    That is the same error you started with ;;; the cause is the same, your tomcat doesn't have "servlet cgi" whatever that is (its not perl related, its tomcat related, specifically some kind of java program its looking for that it cannot find) ;;; meaning, you're still dealing with same issue, either install the missing java class, or update your java classpath to find it, or something else