博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Websphere: Stop Server and Uninstall Application
阅读量:5242 次
发布时间:2019-06-14

本文共 441 字,大约阅读时间需要 1 分钟。

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

posted on
2017-05-03 20:44 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/mthoutai/p/6803810.html

你可能感兴趣的文章
Java 完美判断字符串中中文字符【中文符号】
查看>>
第2课 在开发板上运行程序
查看>>
计算机相关基础单词,转载
查看>>
kindle电子书的资源网站
查看>>
HDU 4283 You Are the One ★(进出栈的括号匹配性质:区间DP)
查看>>
.net core 利用Selenium和PhantomJS后台生成EChart图片
查看>>
C简单实现双向链表
查看>>
使用Xshell连接Ubuntu
查看>>
控件生命周期
查看>>
nose进行python自动化测试
查看>>
工厂模式
查看>>
广东麻将的规则
查看>>
Linux strace 命令 说明
查看>>
JWT【JSON Web Token】 简述
查看>>
查看并解除Oracle锁
查看>>
WCF中ServiceContract,DataContract与MessageContract对比
查看>>
Simple statements, blocks, Write, WriteLine and the format string.
查看>>
记录一下mvc发布
查看>>
c++ 文件共享打开
查看>>
修饰模式(Decorator Pattern)
查看>>