Description |
Systinet Installation for IBM i (Magic xpa 3.x)
-
Log on to the OS400 target machine.
-
Run the command:
ADDENVVAR ENVVAR(JAVA_HOME) VALUE('/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit')
-
Run the command: CALL PGM(QP2TERM).
-
Go to: <Magic installed directory>\web_services.
-
Edit the ssjinstallconfig file as following:
-
Change the dname parameter from dname=<MachineName>.<DomainName> to real machine and domain names such as " dname=POWER6"
-
Change the installation.destination parameter from <SSJ Installation Directory> to a real SSJ installation directory such as "installation.destination=/<Magic install directory>I/ssj"
-
Run the command:
java -jar wso2-soa-enablement-server-java-6.6.jar -u ssjinstallconfig
-
Copy the MgSSJ.jar, MgRequester.jar and saaj_utils.jar files from the support directory of Magic xpa to the <ssj home>/lib directory.
-
Start SSJ from the command line:
CHGCURLIB SrvLib
(where SrvLib = Magic xpa server library).
SrvLib/STRSTNET SBS(SbsLib/SbsName) SSJ('/ssjdir') JAVAHOME('/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre')
where
SbsLib = Subsystem Library
SbsName = Subsystem Name
ssjdir = SSJ directory
-
Validate the active SSJ service using the following URL: http://System:6060.
The SSJ login screen must show up. Please log in using the default SSJ credentials: admin/changeit.
-
To end SSJ, run:
SrvLib/ENDSTNET SBS(SbsLib/SbsName) SSJ(‘ssjdir’) JAVAHOME('/QOpenSys/QIBM/ProdData/JavaVM/jdk60/32bit/jre')
|
|
---|