ENDHODSVM
command to stop the Service Manager.WRKACTJOB
.To check which level of Java the iSeries server is using by default, do the following:
QSH
to use qshell.java -version
.If it returns version 1.3.1 and you have configured your Host On-Demand session to use Java 1, then do one of the following:
DSPSFWRSC
or via the 'Work with Licensed Programs' menu (GO LICPGM). The
Product Option column provides information about installed optional parts for that
licensed program. If a newer JDK is now installed, the Host On-Demand server uses
it by default. If you do not want to use this JDK, modify the Java Options parameter in the
Service Manager configuration to point to the JDK level of choice.The '' is not a double quote mark, but rather two single quotes. |
The Java options field should now be similar to the following:
Java options . . . . . . . . . . > 'OPTIMIZE(10) PROP((java.version ''n.n'') (os400.verify.checks.disable 3)) OPTION(*VERBOSE)'
The following are the minimum levels of Group PTFs recommended.
To verify your i5/OS or 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. If you are not able to access http://server_name/hod/HODMain.html, you should check your Web server settings. First take the following steps to verify that the HTTP server is running:
Alternately, you can 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)