There will be several parts on this subject!
I will focus more on setting up Web plug in for Apache.
INTRODUCTION:
WebSphere Application Server(WAS) is name for IBM solution for web based application solution.
It is Java based server.
Administration of can be done through web browser or console. It is a lot easier to administrate if through web browser(more user friendly).
On WAS you can start several different application.
You can access these applications directly
http://IP_OF_WAS_SERVER/APPLICATION
or by accessing web server that is connected (or associated) with WAS.
One WAS server can be connected with more that one web server.
Picture below may help you understand this logic.
You can think of these web servers as interfaces to approach your application that is running on WAS.
Ok, so lets create test environment. We need to install WAS on server1, Apache server on server2.
Installation of WAS
To install most recent WAS version(8.5.5.0) first you need to install IBM application called Installation Manager(IM). Earlier version did not need IM for installation of WAS. I can't find now link to this on IBM site(it took a quite some time to find it).
Package name is agent.installer.linux.gtk.x86_1.6.2000.20130301_2248.zip.
Installation of Installation Manager:
1.this is hardest part.Find (damn) package
2.copy it to server.
3.my location is /opt/1
server1#cd /opt/1
server1:/opt/1#ls
agent.installer.linux.gtk.x86_1.6.2000.20130301_2248.zip
server1:/opt/1#/unzip agent.installer.linux.gtk.x86_1.6.2000.20130301_2248.zip
.
.
.
server1:/opt/1 # ls
Offerings features install jre_6.0.0.sr9_20110208_03 repository.config userinst agent.installer.linux.gtk.x86_1.6.2000.20130301_2248.zip groupinst install.ini license repository.xml userinst.ini configuration groupinst.ini install.xml native silent-install.ini userinst consoleinst.sh groupinstc installc plugins tools userinstc.ini documentation groupinstc.ini installc.ini readme_1.6.2.html user-silent-install.ini
4.run program install
TIP: to install it you need to have Java of course!
TIP: if you do not have graphical environment on your server, you need to have it to install IM or WAS
server1:/opt/1#./install
Follow steps.
After installation is finished, you can start IM.
server1:#cd /opt/IBM/InstallationManager/eclipse
server1:#./launcher
From here you can install all other IBM WAS products.
I will focus more on setting up Web plug in for Apache.
INTRODUCTION:
WebSphere Application Server(WAS) is name for IBM solution for web based application solution.
It is Java based server.
Administration of can be done through web browser or console. It is a lot easier to administrate if through web browser(more user friendly).
On WAS you can start several different application.
You can access these applications directly
http://IP_OF_WAS_SERVER/APPLICATION
or by accessing web server that is connected (or associated) with WAS.
One WAS server can be connected with more that one web server.
Picture below may help you understand this logic.
You can think of these web servers as interfaces to approach your application that is running on WAS.
Ok, so lets create test environment. We need to install WAS on server1, Apache server on server2.
Installation of WAS
To install most recent WAS version(8.5.5.0) first you need to install IBM application called Installation Manager(IM). Earlier version did not need IM for installation of WAS. I can't find now link to this on IBM site(it took a quite some time to find it).
Package name is agent.installer.linux.gtk.x86_1.6.2000.20130301_2248.zip.
Installation of Installation Manager:
1.this is hardest part.Find (damn) package
2.copy it to server.
3.my location is /opt/1
server1#cd /opt/1
server1:/opt/1#ls
agent.installer.linux.gtk.x86_1.6.2000.20130301_2248.zip
server1:/opt/1#/unzip agent.installer.linux.gtk.x86_1.6.2000.20130301_2248.zip
.
.
.
server1:/opt/1 # ls
Offerings features install jre_6.0.0.sr9_20110208_03 repository.config userinst agent.installer.linux.gtk.x86_1.6.2000.20130301_2248.zip groupinst install.ini license repository.xml userinst.ini configuration groupinst.ini install.xml native silent-install.ini userinst consoleinst.sh groupinstc installc plugins tools userinstc.ini documentation groupinstc.ini installc.ini readme_1.6.2.html user-silent-install.ini
4.run program install
TIP: to install it you need to have Java of course!
TIP: if you do not have graphical environment on your server, you need to have it to install IM or WAS
server1:/opt/1#./install
Follow steps.
After installation is finished, you can start IM.
server1:#cd /opt/IBM/InstallationManager/eclipse
server1:#./launcher
From here you can install all other IBM WAS products.
No comments:
Post a Comment