vit has asked for the wisdom of the Perl Monks concerning the following question:
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>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: cgi-bin in tomcat
by jethro (Monsignor) on Sep 02, 2008 at 00:22 UTC | |
|
Re: cgi-bin in tomcat
by Anonymous Monk on Sep 02, 2008 at 05:15 UTC | |
by sasdrtx (Friar) on Sep 02, 2008 at 10:18 UTC |