On 1/29/2014 10:46 AM, Miklos Szigetvari wrote:
     We  are using compiled REXX program's with the "old" HTTP Server
(not the Apache based one) without problem's
I can suggest to try with
"F httpserv",APPL=DEBUG -V " or -VV option and/or check the HTTP "logs"
directory for the actual logs, "cgi-error*" or "httpd_errors*"

This might be related to how you bind (link edit) your module.

You haven't shown us your compile and bind JCL or control statements.

You can bind your REXX object module with one of five supplied
stubs in order to ensure passed parms are handled appropriate
to the environment the load module / object module will run. Or
you can write your own.

Might be worth investigating.

Kind regards,

-Steve Comstock





On 29.01.2014 16:30, jan de decker wrote:
Hi list,

I am trying to set up a zOS HTTP server that uses compiled Rexx
programs as
CGI.

Example:

A Rexx program runs as CGI when interpreted

After compilation with the REXXOEC procedure it runs when directly
invoked
from within OMVS

When itrying to invoke the same compiled program from HTML the browser
stays connecting and eventually times out.

An interpreted Rexx in the same directory runs as CGI.

The HTML points to the same path for both programs.

The HTTP server runs with UID(0) and without user authentication. This
will
changed after I get a working prototype.

Any help would be greatly appreciated.

j@n

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN





----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to