ENDHODSVM
command to stop the Service Manager.WRKACTJOB
.The following are the minimum levels of Group PTFs recommended.
To verify your OS/400 operating system has the latest level of fixes for Java, do the following:
DSPDTAARA QJAVA/SFnnnnn
,
Where SFnnnnn
is the Group PTF identifier for the OS/400 Version/Release you are using.
WRKPTFGRP PTFGRP(SF99169)
command.
Install is the correct status returned by this command when you apply the Group PTF.
Java PTFs must be ordered separately from the cumulative fixes. PTFs can be found at http://www-912.ibm.com/supporthome.nsf/document/17403848.
GO HOD
. DLTDTAARA QUSRSYS/QHODCFGD
,
then select option 1 again. Once you verify that the HTTP server is running, take the following steps:
![]() | You may perform these steps through the Web interface, for example, http://fullyqualifiedsystemname:2001. You will need to start the HTTP ADMIN instance first. |
ENDTCPSVR *HTTP HTTPSVR(DEFAULT)
Note that this command assumes that you are using the default instance of the IBM HTTP server. If you created an instance other than the default supplied by IBM, substitute the name of the instance created for Host On-Demand in this command. For example, if you created an instance called HODWEBSVR, enter the following to stop the instance:
ENDTCPSVR *HTTP HTTPSVR(HODWEBSVR)
WRKHTTPCFG
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.
Press F3 to exit the WRKHTTPCFG tool.
STRTCPSVR *HTTP HTTPSVR(DEFAULT)