Download the WAS at
http://www.ibm.com/developerworks/downloads/ws/wasdevelopers/index.html
There're linux & windows 32bit available. Using Download Director was very convenient. We can resume the download without the 3rd party download manager software.
After we got the file: was.cd.7000.wasdev.nocharge.linux.ia32.tar.gz; for Ubuntu
Extract to somewhere under our home directory
i.e.:
$tar xvf was.cd.7000.wasdev.nocharge.linux.ia32.tar.gz -C ~/Temp
If there's no Temp folder created. We must create it first
$mkdir ~/Temp
Change to Temp folder
$cd ~/Temp
There's folder named WAS
$cd WAS
Do not execut install command yet, it will struct at stage 'importConfigArchive'. We must create synbolic link from sh to bash instead. which I'm found information from here:
http://meekgonkey.blogspot.com/2009/07/ubuntu-installing-websphere-7.html
$sudo rm /bin/sh
$sudo ln -s /bin/bash /bin/sh
Now we can start the installation,
$./install
the default installation directory will be:
/home/[your home]/IBM/WebSphere/AppServer
Follow on screen installer instruction. I'm chosen not to user authentication and not select no other component to install.
Other component is:
- Sample application
- non-english package for admin console.
- non-english package for application runtime
For configuration, start/stop find more information from
- http://www.ibm.com/developerworks/downloads/ws/wasdevelopers/support.html
- WebSphere Application Server for Developers V7
http://www.redbooks.ibm.com/abstracts/sg247913.html?Open
ไม่มีความคิดเห็น :
แสดงความคิดเห็น