Is there a simpler way to deploy to WebSphere?

后端 未结 4 1976
你的背包
你的背包 2021-02-08 10:38

I have seen this question about deploying to WebSphere using the WAS ant tasks.

Is there a simpler way to do this? In the past I have deployed to Tomcat by dropping a w

4条回答
  •  说谎
    说谎 (楼主)
    2021-02-08 11:05

    Just a hint: if you activate "Log command assistance commands" in System Administration / Console preferences, you will get a logfile in the server log directory that contains the jython scripts for all actions you did on the console. So you can just deploy your stuff per console the first time, and then grab the commands for later and feed them into wsadmin.bat -lang jython "thecommandscomehere" for the next deployment.

提交回复
热议问题