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]

Reply via email to