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
- as400 iSeries NetServer Disabled user profiles
- Create a Custom Live Linux CD - Leveraging BusyBox and OpenSSH
- Encode HTML Entities - Showing code in blogs
- Search for text in vi or vim
- Super $500 Myth Project
- IBM eServer iSeries - iSeries NetServer: Command Line Setup
- QUSRJOBI API (Retrieve Job Information) as400
- HOW TO make a Powerbook in to a Wi-Fi access point!
- Reno County is preparing to move from an AS400 computer system to a personal-computer-based system
- AS400 APIs
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.