Skip to content

OktaySavdi/Liberty

Repository files navigation

Liberty Installation

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).

a

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).

a

/opt/javasdk8_05/repository.config (Repository path is given).
A (Apply Changes and Return to Preferences Menu).

a

R (Return to Main Menu to return to the main menu).

a

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.)

a

N (N to continue the installation. The package is approved so that).
N (N is written by confirming the package group and loading location).

a

I (If all directories and package group name are correct.)

a

F (When the installation is successful, F is completed.)

a

X (Selecting X exits Installation Manager.)

JVM CREATION PROCESS

To complete our Liberty installation, we need to create a JVM. Therefore:

  1. cd /opt/IBM/WebSphere/AppServer/bin/ go directory
  2. To create a JVM ./server create server1 command is executed.
  3. To run the JVM ./server start server1 command is executed.

a

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;

a




Last State should be as follows;

a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published