Download required files
- was_liberty
- unzip_6.0-21_amd64.deb
- InstallMgrLinux-1.8.7.1.zip
- ibm-java-sdk-8.0-5.15-linux-x64-installmgr.zip
GO /home/user1/IBM/InstallationManager/eclipse/tools and run
./imcl -c
P -> (Selecting Preferences will display the Java SDK repository to be installed).
1 (select the repository you want to add.)
S (To avoid searching for updates via the Internet, do the following without an “X”).
D (Select Add Repository and proceed to show the repository path to be added).
/opt/javasdk8_05/repository.config (Repository path is given). A (Apply Changes and Return to Preferences Menu).
R (Return to Main Menu to return to the main menu).
1 (Enter 1 to proceed to Install). 1 (Select 1 to select which packages to install). 1 (Select 1 to install 8.0.5.15.)
N (N to continue the installation. The package is approved so that).
N (N is written by confirming the package group and loading location).
I (If all directories and package group name are correct.)
F (When the installation is successful, F is completed.)
X (Selecting X exits Installation Manager.)
To complete our Liberty installation, we need to create a JVM. Therefore:
- cd /opt/IBM/WebSphere/AppServer/bin/ go directory
- To create a JVM ./server create server1 command is executed.
- To run the JVM ./server start server1 command is executed.
I need to update the following line into server.xml. /opt/IBM/WebSphere/AppServer/usr/servers/server1 directory and located in server.xml
To access this server from a remote client add a host attribute to the following element, e.g. host="" with Automatically expand WAR files and EAR files
information is updated as follows.
SERVER_IP should be your server IP.
Current state;
Last State should be as follows;