linux下websphere7.0安装,卸载

 

安装的WebSphere是Portal产品带的,

介质:CZLP6ML.tar  64位

我是用root用户装的

 

[root@dev opt]# tar -xvf CZLP6ML.tar
如果用非root用户解压可能会报如下错误

tar: .:无法 utime: 不允许的操作
tar: 由于前面延迟的错误而退出

[root@dev WAS]# cd /opt/linux/amd64/CIP/WAS
[root@dev WAS]# ./install

 

1
linux下websphere7.0安装,卸载_第1张图片
 

2
linux下websphere7.0安装,卸载_第2张图片
 

3
linux下websphere7.0安装,卸载_第3张图片
 

3-4 如果你用非root用户安装会看到这一步
linux下websphere7.0安装,卸载_第4张图片
 

4
linux下websphere7.0安装,卸载_第5张图片
 

5 默认安装目录:/opt/IBM/WebSphere/AppServer
linux下websphere7.0安装,卸载_第6张图片
 

6
linux下websphere7.0安装,卸载_第7张图片
 

7
linux下websphere7.0安装,卸载_第8张图片
 

8
linux下websphere7.0安装,卸载_第9张图片
 

9
linux下websphere7.0安装,卸载_第10张图片
 

10
linux下websphere7.0安装,卸载_第11张图片
 

11
linux下websphere7.0安装,卸载_第12张图片
 

12
linux下websphere7.0安装,卸载_第13张图片
 

第一步1 点击安装验证,点击安装验证后才能点击管理控制台
linux下websphere7.0安装,卸载_第14张图片
 

第一步2 点击管理控制台
linux下websphere7.0安装,卸载_第15张图片
 

控制台登录

地址:http://localhost:9060/ibm/console

会跳转到:https://localhost:9043/ibm/console/logon.jsp
用户名:wasadmin 上面设置的

linux下websphere7.0安装,卸载_第16张图片

 

控制台
linux下websphere7.0安装,卸载_第17张图片
 
 

卸载:

 /opt/IBM/WebSphere/AppServer/uninstall/uninstall

 

websphere7.0下载升级程序和补丁及安装

http://happyqing.iteye.com/admin/blogs/2026258

linux下websphere启动、停止

http://happyqing.iteye.com/admin/blogs/2023640

websphere如何访问默认应用DefaultApplication

http://happyqing.iteye.com/admin/blogs/2023652

 

你可能感兴趣的:(linux,websphere)