Re: TC4 and cgi

2002-02-25 Thread Jared Nedzel
Bill: Thanks for getting me started down the right path. Your web.xml stuff worked great. Unfortunately, it appears that the CGI servlet has problems with cgi form variables. Our perl cgi code works perfectly under apache. Under TC 4.0.2, the form variables are not passed to the cgi. Has

RE: TC4 and cgi

2002-02-23 Thread Bill Boland
[mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 12:17 PM To: Tomcat Users List Subject: Re: TC4 and cgi Paul: That doesn't appear to me to be the case, given that TC 4 has a bunch of stuff in web.xml concerning CGIs. For example there are entries in web.xml like: !-- IMPORTANT: To use

TC4 and cgi

2002-02-22 Thread Jared Nedzel
Folks: I'm running Tomcat 4.0.2 on Solaris. I'm trying to configure Tomcat to support perl cgis, but I'm getting 404. I've done the following so far: I've copied $CATALINA_HOME/server/lib/servlets-ssi.renametojar to $CATALINE_HOME/server/lib/servlets-ssi.jar I've copied

Re: TC4 and cgi

2002-02-22 Thread Paul D. Bain
At Friday 2/22/02 11:58 AM, you wrote: Folks: I'm running Tomcat 4.0.2 on Solaris. I'm trying to configure Tomcat to support perl cgis, but I'm getting 404. I am not an expert on Tomcat 4, but am 90% sure that it cannot begin execution of any executable program/script other than a

Re: TC4 and cgi

2002-02-22 Thread Jared Nedzel
Paul: That doesn't appear to me to be the case, given that TC 4 has a bunch of stuff in web.xml concerning CGIs. For example there are entries in web.xml like: !-- IMPORTANT: To use the CGI servlet, you also need to rename the !--$CATALINA_HOME/server/lib/servlets-ssi.renametojar