Re: Can Tomcat really run cgi scripts?

2003-12-02 Thread Christopher Schultz
Ken, > But now I'm stuck with this error: java.io.IOException: CreateProcess: perl C:\Tomcat4112\webapps\examples\WEB-INF\cgi\exp.cgi This is likely to be due to the lack of PATH information available to the script itself. Try using #!/usr/bin/perl in your script instead of #!perl I've heard so

RE: Can Tomcat really run cgi scripts?

2003-12-02 Thread Januski, Ken
rmation so I'll keep experimenting. I just can't figure out what additional paths to try. Ken -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 12:53 PM To: Tomcat Users List Subject: Re: Can Tomcat really run cgi scripts?

RE: Can Tomcat really run cgi scripts?

2003-12-02 Thread Januski, Ken
: Tuesday, December 02, 2003 1:01 PM To: Tomcat Users List Subject: RE: Can Tomcat really run cgi scripts? Thanks Chris, I've tried "!#c:\perl\bin\perl.exe", "#!c:\perl\bin", "#!perl", and "#!/usr/bin/perl" and get same error on each. I've also add

RE: Can Tomcat really run cgi scripts?

2003-12-03 Thread Januski, Ken
no answers. -Original Message- From: Januski, Ken [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 3:21 PM To: Tomcat Users List Subject: RE: Can Tomcat really run cgi scripts? Beat my head against wall for another couple hours and still end up with this error. Anyone have any o