RE: Help needed for TOMCAT CGI configuration: how to run an executable binary/script cgi (not perl)?

2006-08-14 Thread YuanGao Zhang
I fingured it out - simply specify "executable" to be empty. -Original Message- From: YuanGao Zhang [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 6:09 PM To: List, Tomcat Users Subject: Help needed for TOMCAT CGI configuration: how to run an executable binary/scrip

Help needed for TOMCAT CGI configuration: how to run an executable binary/script cgi (not perl)?

2006-08-14 Thread YuanGao Zhang
I have a cgi written in c/c++, built into a binary executable, say "myCpp.cgi". I put it under webapps/ROOT/WEB-INF/cgi and then try "get /cgi-bin/myCpp.cgi", nothing happens. It works if I use a perl script instead, say, "get /cgi-bin/myPerl.cgi". I assume the actually command is "perl xx" so