Re: Perl CGI setup

2008-04-11 Thread Hassan Schroeder
On Fri, Apr 11, 2008 at 11:45 AM, Shabu Khan [EMAIL PROTECTED] wrote: !-- The mapping for the CGI Gateway servlet -- servlet-mapping servlet-namecgi/servlet-name url-pattern/cgi/*/url-pattern /servlet-mapping

Re: Perl CGI setup

2008-04-11 Thread Shabu Khan
What should that url pattern value be in my scenario? 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

RE: Perl CGI setup

2008-04-11 Thread Caldarale, Charles R
From: Shabu Khan [mailto:[EMAIL PROTECTED] Subject: Re: Perl CGI setup What should that url pattern value be in my scenario? What part of /WEB-INF/cgi doesn't match your declared url-pattern? (Hint: it's all caps.) - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

Re: Perl CGI setup

2008-04-11 Thread Shabu Khan
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

RE: Perl CGI setup

2008-04-11 Thread Caldarale, Charles R
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

Re: Perl CGI setup

2008-04-11 Thread Shabu Khan
: 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

RE: Perl CGI setup

2008-04-11 Thread Caldarale, Charles R
From: Shabu Khan [mailto:[EMAIL PROTECTED] Subject: Re: Perl CGI setup http://myhost:8080/WEB-INF/cgi/web_xml_mon.pl?qa-1 returns - HTTP Status 404 - /WEB-INF/cgi/web_xml_mon.pl You're not reading or following the advice Hassan and I have been giving you. Read it again

Re: Perl CGI setup

2008-04-11 Thread David Smith
] 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

Re: Perl CGI setup

2008-04-11 Thread Shabu Khan
sorry got it. Thanks for your assistance. Thanks, On Fri, Apr 11, 2008 at 1:11 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Shabu Khan [mailto:[EMAIL PROTECTED] Subject: Re: Perl CGI setup http://myhost:8080/WEB-INF/cgi/web_xml_mon.pl?qa-1 returns