You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Konstantin Kolinko <kn...@gmail.com> on 2011/07/22 21:24:10 UTC

Re: Tomcat with CGI doesn`t use backticks command `cmd `

2011/7/22 David Bernard <Da...@intact.net>:
\> Tomcat information:
>
> apache-tomcat-7.0.14
> Windows 7
>
> (See attached file: web.xml)(See attached file: catalina.policy)(See
> attached file: catalina.properties)(See attached file: context.xml)(See
> attached file: logging.properties)(See attached file: server.xml)(See
> attached file: tomcat-users.xml)

Attachments are not allowed on this mailing list.

> I want to use backtick in CGI script and to get the output but the $result
> variable is empty.

This is a question for the programming language that you use in your
scripts. It has little relation to Tomcat.

First make sure that your script can run standalone by itself, -
outside of Tomcat.

> use strict;
> use CGI;
> ...

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org