LSIWEBINS - LANSA Web Installation
The LSIWEBINS command installs LANSA Web on an existing LANSA system.
There is no LANSA Web upgrade. When performing a LANSA for i upgrade, if LANSA Web has been previously installed it will be automatically upgraded by the LSIUPDATE command.
Required
LSIWEBINS ------- PGMLIB ---------- program library ------------->
>-- WEBSRV --------- CGI ------------------------->
JAVASRVLET
>-- SRVTYPE -------- APACHE ---------------------->
>-- INSNAME -------- *PGMLIB --------------------->
library name
>-- WEBPORT -------- 00080 ----------------------->
port number
>-- JOBQMEB -------- *DFT ------------------------>
job queue
>-- JOBQWEB -------- *DFT ------------------------>
job queue
>-- WRKLIB --------- *DFT ------------------------>
library name
>-- IFSIMAGES ------ *DFT ------------------------>
directory
----------------------------------------------------
Optional
>-- CGILIB --------- *COMLIB --------------------->
library name
>-- HOSTCCSID ------ *DFT ------------------------>
CCSID
>-- CLNTCCSID ------ *DFT ------------------------>
CCSID
>-- JVAIFS --------- *DFT ------------------------|
directory
Keywords
PGMLIB
|
The program library must already exist.
The library nominated is used to identify the LANSA for i system to apply the LANSA Web install against.
|
WEBSRV
|
The default value, CGI, is recommended.
|
SRVTYPE
|
Only the default value, APACHE, is supported at this stage.
|
INSNAME
|
The HTTP instance name defaults to the program library nominated on the keyword PGMLIB.
|
WEBPORT
|
The default instance port is 00080. Port number must be five characters long.
|
JOBQMEB
|
The Web Monitor Job Queue.
The default value, *DFT, is derived using the first three characters of the program library as a prefix and the suffix WEBJQ. For example, ABCWEBJQ.
|
JOBQWEB
|
The Web Jobs Job Queue.
The default value, *DFT, is derived using the first three characters of the program library as a prefix and the suffix WEBJQ. For example, ABCWEBJQ.
|
WRKLIB
|
The Web Work Library.
The default value, *DFT, is derived using the first three characters of the program library as a prefix and the suffix WRKLIB. For example, ABCWRKLIB.
|
IFSIMAGES
|
The Web Image Path.
The default value, *DFT, is /webserver/images below the LANSA root directory. For example, /LANSA_dcxpgmlib/webserver/images.
|
CGILIB
|
The default value, *COMLIB, is obtained from the LANSA for i installation.
|
HOSTCCSID
|
The Host CCSID used for data translation.
The default value, *DFT, is 00037. CCSID must be five characters long, for example '00037'.
|
CLNTCCSID
|
The Client CCSID used for data translation.
The default value, *DFT, is 00819. CCSID must be five characters long, for example '00819'.
|
JVAIFS
|
The Java Servlet sub-directory on the IFS.
The default value, *DFT, is /webserver/servlet below the LANSA root directory. For example, /LANSA_dcxpgmlib/webserver/servlet.
|
|