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

Re: Perl CGI setup

2008-04-11 Thread David Smith
/web_xml_mon.pl) is not available. Apache Tomcat/4.1.37-LE-jdk1.4 - On Fri, Apr 11, 2008 at 12:39 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: From: Shabu Khan [mailto:[EMAIL PROTECTED] > Subject: Re: Perl CGI setup > if my scripts/co

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

Re: Perl CGI setup

2008-04-11 Thread Shabu Khan
/web_xml_mon.pl description The requested resource (/WEB-INF/cgi/web_xml_mon.pl) is not available. Apache Tomcat/4.1.37-LE-jdk1.4 - On Fri, Apr 11, 2008 at 12:39 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Shabu Khan [mailto:[EMAIL PROTECTED] > > Sub

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

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

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 ? (Hint: it's all caps.) - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDE

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: > > > > > > > cgi > > /cgi/* > > > > > > http://myhostname

Re: Perl CGI setup

2008-04-11 Thread Hassan Schroeder
On Fri, Apr 11, 2008 at 11:45 AM, Shabu Khan <[EMAIL PROTECTED]> wrote: > > > cgi > /cgi/* > > 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

Perl CGI setup

2008-04-11 Thread Shabu Khan
Hi there, I am having trouble executing a perl script through tomcat by hitting a URL. THis is what I've done so far: 1. Followed all the necessary instructions to setup CGI via ${CATALINA_HOME}/conf/web.xml Did the following: >Renamed $CATALINA_HOME/server/lib/servlets-cgi.renametojar fi