安装过程

参考:https://www.cnblogs.com/luzhanshi/p/11432901.html
在安装websphere application server时,参照原文下载补丁后并没有出现如下图中的安装包,Websphere Application Server下载与安装

这里使用:https://pan.baidu.com/s/1TVGUFfcX_-6i7M2_FOLPGQ
提取码:7ths
进行安装。
此后步骤与原文一致

2.3 运行WAS
命令行进入概要文件目录下的bin目录,执行 startServer -help 查看该命令对应的帮助(其他命令的用法也可通过同样的操作得到)可能要等一会才会显示

执行命令启动WAS

startServer server1 -profileName AppSrv01

Websphere Application Server下载与安装

表示WAS成功启动 (可通过stopServer+【服务名】命令来停止)
打开浏览器输入 http://localhost:9060/ibm/console
至此,WebSphere Application Server的下载以及安装就算完成了,下一篇我会总结一下如何在was上发布应用,谢谢

相关文章:

  • 2021-08-16
  • 2021-08-16
  • 2021-12-28
  • 2021-08-16
  • 2021-09-07
  • 2021-10-18
  • 2021-10-05
  • 2021-08-26
猜你喜欢
  • 2021-08-16
  • 2021-12-16
  • 2021-08-16
  • 2021-10-06
  • 2021-08-16
  • 2021-11-07
  • 2021-08-16
  • 2019-02-09
相关资源
相似解决方案