Re: Web enabled ISPF Application

2020-07-17 Thread Salva Carrasco
Lionel, we have some ISPF rexx Web enabled using ISPF Gateway. Apache + cgi rexx + ispf gtw + ispf rexx 1. Logon usr/pwd/tls done by Apache IHS 2. No screen conversion: if native then ispexec display else return html data. 3. cgi rexx parse & call gtw 4. one shoot run. If you need persistent dat

AW: Web enabled ISPF Application

2020-07-16 Thread Immo
stion clearer. Regards, Michael -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List Im Auftrag von Lionel B Dyck Gesendet: Donnerstag, 16. Juli 2020 09:19 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: Web enabled ISPF Application Thank you but I'm not interested in a 3270 like

Re: Web enabled ISPF Application

2020-07-16 Thread Lionel B Dyck
- John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Itschak Mugzach Sent: Thursday, July 16, 2020 9:30 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Web enabled ISPF Application Lionel, Do you want to display the exact copy of the ISPF display in HTML? is this what you a

Re: Web enabled ISPF Application

2020-07-16 Thread Lionel B Dyck
--Original Message- From: IBM Mainframe Discussion List On Behalf Of Gord Tomlin Sent: Thursday, July 16, 2020 9:18 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Web enabled ISPF Application On 2020-07-16 04:36, Lionel B Dyck wrote: > No need for it to retain the look/feel of ISPF - just the &g

Re: Web enabled ISPF Application

2020-07-16 Thread Itschak Mugzach
Lionel, Do you want to display the exact copy of the ISPF display in HTML? is this what you are looking at (Without the logic parts as )INIT, )REINIT, PROC, etc.)? ITschak *| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere Platform* *|* *Information Security Continuous Monito

Re: Web enabled ISPF Application

2020-07-16 Thread Gord Tomlin
On 2020-07-16 04:36, Lionel B Dyck wrote: No need for it to retain the look/feel of ISPF - just the functionality Sorry, what I meant is this: once you have developed this web interface, do you intend that to be the only interface, or do you still want to be able to use the ISPF interface as

Re: Web enabled ISPF Application

2020-07-16 Thread Carmen Vitullo
: IBM-MAIN@LISTSERV.UA.EDU Sent: Thursday, July 16, 2020 7:19:23 AM Subject: Re: Web enabled ISPF Application Thank you but I'm not interested in a 3270 like interface - I want to provide a web interface that has the look/feel of the web rather than a 3270. Lionel B. Dyck &l

Re: Web enabled ISPF Application

2020-07-16 Thread Lionel B Dyck
e, reputation merely what others think you are." - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Immo Sent: Thursday, July 16, 2020 7:05 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: AW: Web enabled ISPF Application Hi Lionel, I would suggest you

AW: Web enabled ISPF Application

2020-07-16 Thread Immo
ns to requirements similar to yours. Regards, Michael -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List Im Auftrag von Lionel B Dyck Gesendet: Mittwoch, 15. Juli 2020 14:00 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Web enabled ISPF Application Does anyone have any advice on how to ena

Re: Web enabled ISPF Application

2020-07-16 Thread Itschak Mugzach
are." - John Wooden > > -Original Message- > From: IBM Mainframe Discussion List On Behalf > Of Gord Tomlin > Sent: Wednesday, July 15, 2020 8:51 PM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Web enabled ISPF Application > > On 2020-07-15 16:52, Lionel B D

Re: Web enabled ISPF Application

2020-07-16 Thread Lionel B Dyck
ginal Message- From: IBM Mainframe Discussion List On Behalf Of Gord Tomlin Sent: Wednesday, July 15, 2020 8:51 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Web enabled ISPF Application On 2020-07-15 16:52, Lionel B Dyck wrote: > The thought is to not present an ISPF panel, which you could

Re: Web enabled ISPF Application

2020-07-16 Thread ITschak Mugzach
The problem was solved years ago outside of the mainframe. I am sure there are vendor reps here to tell. ITschak ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM comming son * On Thu, Jul 16, 2020 at 10:52 AM David C

Re: Web enabled ISPF Application

2020-07-16 Thread David Crayford
Most web applications are backed by an API these days. You don't want to be parsing HTML in REXX (yikes!). On 2020-07-16 1:00 AM, Lionel B Dyck wrote: Does anyone have any advice on how to enable a current ISPF application to support a web interface? Specifically: 1. User authe

Re: Web enabled ISPF Application

2020-07-15 Thread Gord Tomlin
On 2020-07-15 16:52, Lionel B Dyck wrote: The thought is to not present an ISPF panel, which you could do using the zOSMF ISPF interface but to make it a true web interface. Is the desired end result to have only the web interface, or do you want to continue to have an ISPF interface as well?

Re: Web enabled ISPF Application

2020-07-15 Thread Paul Gilmartin
On Wed, 15 Jul 2020 15:52:40 -0500, Lionel B Dyck wrote: >The thought is to not present an ISPF panel, which you could do using the >zOSMF ISPF interface but to make it a true web interface. > For some, yes, but I once built an x3270; struggled (briefly) with its fonts; gave up and substituted a

Re: Web enabled ISPF Application

2020-07-15 Thread Al Ferguson
Lionel, I have done a “conversion” of an ISPF App to a Web App (an ISPF App used by RACF Admins to Reset Passwords; to make it available to the Help Desk). I did it as a USS REXX CGI using HTTPS, so I could secure the authentication; but all the permissions needed to be embedded into the CGI Sc

Re: Web enabled ISPF Application

2020-07-15 Thread Lionel B Dyck
5, 2020 4:19 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Web enabled ISPF Application There was such application (except the logon issue) part of ispf but i think it was deprecated (tx god, it was very unsecure). Is it a one region for one user application? If so, you do not need to manage s

Re: Web enabled ISPF Application

2020-07-15 Thread Itschak Mugzach
There was such application (except the logon issue) part of ispf but i think it was deprecated (tx god, it was very unsecure). Is it a one region for one user application? If so, you do not need to manage sessions like a web server, just a simple listener in rexx. There is a French product that al

Re: Web enabled ISPF Application

2020-07-15 Thread Seymour J Metz
u.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Lionel B Dyck [lbd...@gmail.com] Sent: Wednesday, July 15, 2020 1:00 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Web enabled ISPF Application Does anyone have any advice on h

Re: Web enabled ISPF Application

2020-07-15 Thread Lionel B Dyck
n merely what others think you are." - John Wooden -Original Message- From: IBM Mainframe Discussion List On Behalf Of Al Ferguson Sent: Wednesday, July 15, 2020 3:44 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Web enabled ISPF Application Lionel, Isn't there an interface into

Re: Web enabled ISPF Application

2020-07-15 Thread Al Ferguson
Lionel, Isn't there an interface into TSO/ISPF via zOSMF Available w/zOS 2.3+? > On 15 July 2020, at 12:00, Lionel B Dyck > wrote: > > Does anyone have any advice on how to enable a current ISPF application to > support a web interface? > > > > Specifically: > > >

Re: Web enabled ISPF Application

2020-07-15 Thread Mike Schwab
Check the HNET videos for connectivity. https://www.youtube.com/user/moshe5760/videos Once you have screen I/O going, RAKF authorization can be added. On Wed, Jul 15, 2020 at 5:00 PM Lionel B Dyck wrote: > > Does anyone have any advice on how to enable a current ISPF application to > support a w

Web enabled ISPF Application

2020-07-15 Thread Lionel B Dyck
Does anyone have any advice on how to enable a current ISPF application to support a web interface? Specifically: 1. User authentication 2. Present a web page similar to the current ISPF panel 3. Receive input from the web page 4. Return information to a web page Tha