in reply to Help -- running cgi with tomcat server
The Tomcat-distributed example sets up a cgi-bin directory. You might look to see if that's what you defined, and try that instead. It's the more traditional approach.<!-- The mapping for the CGI Gateway servlet --> <servlet-mapping> <servlet-name>cgi</servlet-name> <url-pattern>*.cgi</url-pattern> </servlet-mapping>
|
|---|