> From: Shabu Khan [mailto:[EMAIL PROTECTED] 
> Subject: Re: Perl CGI setup
> 
> if my scripts/configs are in $CATALINA_HOME/webapps/ROOT/WEB-INF/cgi
> directory, what should the url-pattern be?
>
>  http://myhostname.FQDN:8080/WEB-INF/cgi/web_xml_mon.pl?qa-1

Your <url-pattern> is fine - all that does is select the servlet to pass
the request to.  It's the URL you're using that's broken.  Just take out
the /WEB-INF and leave the rest as is.

TGIF

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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