in reply to Re^2: Html not printing my shell command output
in thread Html not printing my shell command output

As I mentioned, there is a difference in accessing a programme from the command line, or from a browser, or from a web server.

It may be just as simple as the path to the executable not being in the environment of the web server.

I have not seen you ruling it out yet.

Cheers, Sören

Créateur des bugs mobiles - let loose once, run everywhere.
(hooked on the Perl Programming language)

  • Comment on Re^3: Html not printing my shell command output

Replies are listed 'Best First'.
Re^4: Html not printing my shell command output
by mshreya (Initiate) on Feb 05, 2015 at 10:37 UTC

    I got it Soren. I think you are right. I added my Autosys profile Source in the wrapper CGI which is called from my html and it worked. As you said, command line, it was invoking Autosys but the html apache server was not able to till i explicitly sourced it. Thanks so much for the help. It is working now.