Installation manual
Turkish 2956
7. If you have previously installed IBM Screen Customizer, you must install the
new version at this time. Refer to the installation manual for Screen
Customizer.
8. If you want the Host On-Demand Service Manager to automatically start after
an IPL (when QSYSWRK is started), type the following OS/400 command:
CFGHODSVM AUTOSTART(*YES)
9. To view the status of the Host On-Demand Service Manager, type the following
OS/400 command:
WRKJOB QHODSVM
To restore the former configuration settings (if Host On-Demand was
previously installed), type the following command:
RST DEV('/qsys.lib/qgpl.lib/hod.file')
OBJ(('/qibm/proddata/hostondemand/private/*')
('/QIBM/ProdData/hostondemand/lib/NSMprop')
('/QIBM/ProdData/hostondemand/hod/config.properties'))
OUTPUT(*PRINT) ALWOBJDIF(*ALL)
Note: The line beginning with RST and ending with ALWOBJDIF(*ALL) should be
one line on your command line.
Configuring the OS/400 HTTP server
The following commands assume that you are using the DEFAULT HTTP
configuration and CONFIG HTTP instance. These adjustments are necessary to grant
the HTTP server permission to serve objects from the
/qibm/proddata/hostondemand/hod directory. Refer to the iSeries Webmaster’s
Guide http://as400bks.rochester.ibm.com for additional information.
1. Stop the Web server using the following command:
ENDTCPSVR *HTTP HTTPSVR(DEFAULT)
2. Configure the Web server using the following command:
WRKHTTPCFG
3. Make sure that active Enable POST and Enable GET entries exist and are not
commented out. Add the following entry (there must be one space before the
first slash (/) and after the first asterisk (*)):
pass /hod/* /QIBM/ProdData/hostondemand/HOD/*
This entry creates an alias, hod , for the path to the Host On-Demand files. You
must type it exactly as you typed the original directory names, matching upper
and lower case.
4. Press F3 to exit the WRKHTTPCFG tool.
5. Start the Web server using the following command:
STRTCPSVR *HTTP HTTPSVR(DEFAULT)
6. If you want the Host On-Demand Service Manager to automatically start after
an IPL (when QSYSWRK is started), type the following command:
CHGHTTPA AUTOSTART(*YES)
7. Load http://server_name/hod_alias/hodmain.html (where server_name is the
name of your server and hod_alias is the directory you set in step 3 above) to
verify that the Web server can serve Host On-Demand HTML pages.
Chapter 3. Installing Host On-Demand 25