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

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
  • Comment on Re^3: Not able to run CGI scripts on Tomcat 7.0.26