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
- Configuring Tomcat5 and Apache2 with Virtual Hosts using mod_jk
- Using as400 QRCVDTAQ api to retrieve a message / entry from a dataqueue
- AS400 Job Scheduler
- EclipseZone - Clean Up Warnings with the 'restriction' Suppression Flag
- Adobe Flex 2.0 Beta
- Common Gateway Interface (CGI) on the as400 / iSeries
- AS400 APIs
- as400 Iseries Tips
- What is LANSA
- What is RPGsp (RPG Smart Pages)
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.