Let me rephrase my question. if my scripts/configs are in $CATALINA_HOME/webapps/ROOT/WEB-INF/cgi directory, what should the url-pattern be?
I tried: /WEB-INF/cgi/*.pl but I get the same error ... On Fri, Apr 11, 2008 at 12:06 PM, Hassan Schroeder <[EMAIL PROTECTED]> wrote: > On Fri, Apr 11, 2008 at 11:45 AM, Shabu Khan <[EMAIL PROTECTED]> wrote: > > > <!-- The mapping for the CGI Gateway servlet --> > > <servlet-mapping> > > <servlet-name>cgi</servlet-name> > > <url-pattern>/cgi/*</url-pattern> > > </servlet-mapping> > > > > http://myhostname.FQDN:8080/WEB-INF/cgi/web_xml_mon.pl?qa-1 > > > > HTTP Status 404 - /WEB-INF/cgi/web_xml_mon.pl > > Yeah, you've specified a url-pattern of /cgi/* and then tried to access > something different -- that's a good reason to not work :-) > > -- > Hassan Schroeder ------------------------ [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Shabu Khan | Mentis Systems Inc | W: (425) 649-1130 | C: (425) 301-1948 | F: (425) 256-2819 --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]