so that I use two instances: cgi-bin and MyName in my web server and thus run 2 different Perl/CGI applications.<!-- The mapping for the CGI Gateway servlet --> <servlet-mapping> <servlet-name>cgi</servlet-name> <url-pattern>/cgi-bin/*</url-pattern> </servlet-mapping> <servlet-mapping> <servlet-name>cgi</servlet-name> <url-pattern>/MyName/*</url-pattern> </servlet-mapping>
In reply to cgi-bin in tomcat by vit
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |