1.3.7 LSIWSVINS - LANSA for the Web Web Server Installation
The LSIWSVINS command installs a LANSA for the Web Web Server.
Required
LSIWSVINS -------- ADMLIB -------- *DFT ------------------------->
library name
>-- COMLIB -------- *DFT ------------------------->
library name
>-- WRKLIB -------- *DFT ------------------------->
library name
>-- SYSOWN -------- *DFT ------------------------->
user profile
>-- INSNAME ------- *ADMLIB ---------------------->
instance name
>-- WEBPORT ------- *DFT ------------------------->
port number
>-- WEBSRV -------- CGI -------------------------->
JAVASRVLET
>-- SRVTYPE ------- APACHE ----------------------->
>-- DEVLNG -------- *DFT ------------------------->
ENG
FRA
JPN
>-- RIFS ---------- *DFT ------------------------->
directory
>-- IFSIMAGES ----- *DFT ------------------------->
directory
----------------------------------------------------
Optional
>-- CGILIB -------- *COMLIB ---------------------->
library name
>-- HOSTCCSID ----- *DFT ------------------------->
CCSID
>-- CLNTCCSID ----- *DFT ------------------------->
CCSID
>-- COMDIR -------- *DFT ------------------------->
directory
>-- JVAIFS -------- *DFT -------------------------|
directory
Keywords
ADMLIB |
The default value, *DFT, will set the administration library as DCXADMLIB. The library nominated must not already exist on the system. If a specific value is not provided for other library keywords, the respective library names are derived using the first three characters of the administration library as a prefix and a predetermined suffix. For example, if the administration library is set to ABCADMLIB the communications library will be derived as ABCCOMLIB. Warning – If installing a single-tier model (i.e. web server and data/application server on a single IBM i) do not use the same prefix for the web server Administration library and the data/application program library. |
COMLIB |
The LANSA system communications library. The library nominated must not already exist on the system. The default value, *DFT, is derived using the first three characters of the administration library as a prefix and the suffix COMLIB. For example, ABCCOMLIB. |
WRKLIB |
The Web Work Library. The default value, *DFT, is derived using the first three characters of the administration library as a prefix and the suffix WRKLIB. For example, ABCWRKLIB. |
SYSOWN |
The LANSA web server product owner. The default value, *DFT, is QOTHPRDOWN. This profile will be automatically created if it does not already exist. Specify an existing IBM i user profile to be the owner of this Web Server installation. This user will own any objects subsequently created by the installation. |
INSNAME |
The HTTP instance name defaults to the administration library nominated on the keyword ADMLIB. |
WEBPORT |
The default instance port is 80. Port number must be five characters long, for example '00080'. |
WEBSRV |
The default value, CGI, is recommended. |
SRVTYPE |
Only the default value, APACHE, is supported at this stage. |
DEVLNG |
The default value, *DFT, is derived from the IBM i system values. Only English (ENG), French (FRA) and Japanese (JPN) are supported as development languages. |
RIFS |
The LANSA root directory used by all LANSA objects that require the IFS. It is recommended that you use the default path /LANSA_<admlib>/. |
IFSIMAGES |
The Web Image Path. The default value, *DFT, is /webserver/images below the LANSA root directory. For example, /LANSA_dcxadmlib/webserver/images. |
CGILIB |
The default value, *COMLIB, is obtained from the Communications Library keyword. |
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'. |
COMDIR |
The communications sub-directory on the IFS. The default value, *DFT, is /connect below the LANSA root directory. For example, /LANSA_dcxadmlib/connect. |
JVAIFS |
The Java Servlet sub-directory on the IFS. The default value, *DFT, is /webserver/servlet below the LANSA root directory. For example, /LANSA_dcxadmlib/webserver/servlet. |