Post by tango foxtrotPost by Cruz, JaimePost by RonyPost by Dennis Lee BieberOn Sun, 10 Apr 2022 13:38:27 -0700 (PDT), Claudio Lorena
Post by Claudio LorenaI am not able to execute REXX script in HTML page in Windows
environment, using XAMPP server.
A quick Google leads me to understand that XAMPP is an all-in-one
installer for Apache with PHP&PERL. Adding any other language means one is
going to be going deep into raw Apache configuration.
Post by Claudio LorenaCan anyone help me configure it??
Only things I located is (the ugly bloated Google tracking junk)
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwigv_nXyYr3AhVtCjQIHSgIAbcQFnoECCcQAQ&url=https%3A%2F%2Fwww.epbcn.com%2Fpdf%2Fjosep-maria-blasco%2F2006-11-02-RexxHttp-Servlet-programming-in-Rexx.pdf&usg=AOvVaw1-VVXn6ju9wk7RdalZiMdF
https://www.tutorialspoint.com/rexx/rexx_web_programming.htm
There is a modrexx module for Apache web server that allows ooRexx to be
used, AFAIK.
One can definitely use any Java-based web server to use ooRexx, cf. e.g.
<https://epub.wu.ac.at/8188/> and from last year's Rexx symposium at
<https://www.rexxla.org/presentations/2021/202111-04-AutoJava-BSF4ooRexx-Tomcat.pdf>.
Also a very nice web-shop written for Java-web servers in ooRexx with
cart, rdbms, email-notifications, remote-uploading of product pictures
etc. can be found at <https://wi.wu.ac.at/rgf/diplomarbeiten/>, author
being Dimitry-J. Lux, "An Introduction to Web Application Development –
Combining Jakarta Server Pages with Programs Written in Scripting
Languages".
As RexxLA.org now has free memberships you, as a Rexx programmer, may
want to become a member there and use the e-mail list there which has a
high profile user group where you may get additional competent help.
HTH
modrexx is no longer maintained and doesn't seem to work anymore.
Instead, I just write REXX code as cgi scripts. That works just fine.
http://www.nassauwings.org/cgi-local/PhotoAlbum.rex
--
Jaime A. Cruz
Nassau Wings Motorcycle Club
http://www.nassauwings.org/
AMA District 34
https://www.amad34.org/
Beg pardon... I'm maintaining mod-rexx, it's up to date with httpd 2.4
Hello All,
My hobby website was running the 32-bit mod_rexx on a Windows XP SP3 since mid of 2006.
Towards mid of 2021, I began to have problems keeping the site up for longer than just a few visits between restarts.
Earlier this year (2022), I moved the site to 64-bit PC. It is now running Mod_Rexx/2.4.0 Apr 22 2021 13:44:37 | Open Object Rexx 5 2021-12-30 | Microsoft Windows 10 Pro (which you can see close to the bottom of the landing page when you visit the site).
I understand the confusion about mod_rexx, consider the following...
1. http://modrexx.sourceforge.net/ --> showing Package: Mod_Rexx, Version: 2.1.0, Copyright (C) W. David Ashley 2004.
2. https://sourceforge.net/projects/modrexx/ --> showing Updated /mod_rexx/2.4.0/mod_rexx-2.4.0-x86-64.zip both 6 months ago and 1 year ago
Then, when you see what I stated above, my website is running Mod_Rexx/2.4.0 Apr 22 2021 13:44:37, possibly because the downloaded version had an issue which I fixed (and posted in this group, so I believe).
3. https://mod-rexx.soft112.com/ --> showing version 2.4.0 posted on 2022-01-17, with version 2.2.0 posted on 2007-05-16
Lastly, FYI, since my older codes made (much) use of Mark Hessling's excellent REXXSQL routines (to access various databases, see his website http://www.rexx.org/), I have to use another version of OORexx now (on the same box), i.e. a 32-bit version 4.2.0 2014-02-22.
Hope this helps.
-Simon in Nashville, Tennessee