Monday, January 24, 2005
Library list for Web server
Library list for Web server: "Although the Web server jobs show as user profile QTMHHTTP, which uses QDFTJOBD for library list, the actual library list is found in jobd qhttpsvr/qzhbhttp. Simply change this jobd to match your production library list and your conversions from green screen to Web service will be much less painful. "
Subscribe to:
Post Comments (Atom)
Popular Posts
- Linux Forum: Apache, Webmin and Mandrake - Linux Operating System Help
- Yahoo! Mail: Revenge of the Oddpost
- Free AS400 & iSeries Software Tools & Utilities Downloads
- The Laughing Boardroom video...a real world example!
- IBM eServer iSeries - The Laughing Boardroom
- Basic Requirements of a JavaServer Faces Application
- UDATE and *DATE in AS400 RPG
- AS400 APIs
- Encrypt Data on as400 (QC3ENCDT, Qc3EncryptData)
- Creating an as400 Query
This comment has been removed by a blog administrator.
ReplyDeleteActually, this topic has been discussed ad nauseum on the Easy400 and midrange.com lists. This particular approach is not recommended by consensus because it allows for no flexibility - every web server instance has the same library list.
ReplyDeleteOn my web server, I have a routing entry in the QHTTPSVR subsystem definition, and the called program sets the library list based on the job name, which is the same as the web server instance. I hard code the libraries, but soft coding them is easy if you wish.
Another approach is to have a standard program called by all of the CGI jobs that adjusts the library list.