In WAS, stopping server and uninstalling application are important steps to re-deploy.

SET ProfileLoc=C:\IBM\WebSphere\profiles\Machine1-Node1

SET ServerName=Machine1-Node1Server1

SET AppName=apps

call cmd /C %ProfileLoc%\bin\stopServer.bat %ServerName%

call cmd /C %ProfileLoc%\bin\wsadmin.bat -c "AdminApp.uninstall('%AppName%')" -lang jython

相关文章:

  • 2021-05-19
  • 2022-02-28
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2021-05-27
  • 2022-12-23
猜你喜欢
  • 2021-12-02
  • 2022-12-23
  • 2021-04-23
  • 2022-01-23
  • 2021-06-10
  • 2021-09-14
  • 2021-06-13
相关资源
相似解决方案