Dear All,
I have created a html file in rpgle and save in IFS folder in my diractory 'xxxx',Now i want to access that file though web browser i have given path in address bar kile
http://hostname/xxxx/custdtl.html
Have you configured your HTTP server to serve that file?
HTTP servers won't simply serve up any file you ask for. You should review your server's configuration to see if the path you requested is valid.
Tom
my path is http://192.168.3.16:2001/amit/custdtl.html
This error (HTTP 403 Forbidden) means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage.
is there any sit for configure http server..
As with all other server functions on your AS/400, the Information Center for your OS version is the site to start. For 7.1, look at HTTP Server Concepts to review tasks that should be done before using the server.
Tom
Hi After long day i m back this topicki have a http server like http://192.168.3.41:3090/hello.html is working fine...but when i call my rpg program through web its displaying so please hep me if you have any idea.
i have compiled that program byCRTRPGMOD MODULE(amits/CUSTCGI) SRCFILE(amits/amitsrc) BNDDIR(QC2LE) CRTPGM PGM(amits/CUSTCGI) BNDSRVPGM(QHTTPSVR/QTMHCGI)
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 13  Replies