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

RE: Tomcat 5.5.17 rejects PUT request

2006-08-14 Thread YuanGao Zhang
Thanks a lot, Mark. That's the answer I was looking for. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, August 14, 2006 1:45 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.17 rejects PUT request Propes, Barry L wrote: > I'll have to double check...maybe no

RE: Tomcat 5.5.17 rejects PUT request

2006-08-11 Thread YuanGao Zhang
Thanks. -Original Message- From: Propes, Barry L [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 3:44 PM To: Tomcat Users List Subject: RE: Tomcat 5.5.17 rejects PUT request I'll have to double check...maybe not, but I was thinking it did. -Original Message- From:

RE: Tomcat 5.5.17 rejects PUT request

2006-08-11 Thread YuanGao Zhang
quest maybe the FTP port is blocked? Isn't that what PUT essentially does? -Original Message----- From: YuanGao Zhang [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006 5:27 PM To: users@tomcat.apache.org Subject: Tomcat 5.5.17 rejects PUT request Hello, I'm new to tomcat and h

Tomcat 5.5.17 rejects PUT request

2006-08-11 Thread YuanGao Zhang
Hello, I'm new to tomcat and have problems to have tomcat 5.5.17 accepting a PUT request. I tried GET, POST, and PUT. Both GET and POST work fine, but PUT is rejected with 403 - "Access to the specified resource () has been forbidden". HTTP/1.1 403 Forbidden Server: Apache-Coyote/1.1 Content-Type