linux下websphere7.0启动、停止,控制台

 

控制台登录

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

会跳转到:https://localhost:9043/ibm/console/logon.jsp

 

启动Node节点
[root@dev WAS]# /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startNode.sh
启动Server
[root@dev WAS]# /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/startServer.sh server1

启动管理控制台
[root@dev WAS]# /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/startManager.sh

可能的位置:/opt/IBM/WebSphere/AppServer/bin/startManager.sh

 

停止

[root@dev WAS]# /opt/IBM/WebSphere/AppServer/profiles/Dmgr01/bin/stopManager.sh

可选项 -username wasadmin -password password

可能的位置:/opt/IBM/WebSphere/AppServer/bin/stopManager.sh
[root@dev WAS]# /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/stopServer.sh server1

可选项 -username wasadmin -password password

[root@dev WAS]# /opt/IBM/WebSphere/AppServer/profiles/AppSrv01/bin/stopNode.sh

可选项 -username wasadmin -password password
 

本地在线帮助

https://localhost:9043/ibm/help/

 

服务器的日志

/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/SystemOut.log

/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/SystemErr.log

 

控制台常用菜单

服务器列表
服务器--服务器类型--WebSphere Application Server

 

部署的应用程序列表
应用程序--应用程序类型--WebSphere 企业应用程序

 

系统管理--节点
系统管理--Node Agent

 

你可能感兴趣的:(linux,启动,websphere,停止)