如何重新启动 JavaHost 进程?

huangapple 未分类评论46阅读模式
英文:

How to restart JavaHost process?

问题

我曾经遇到过一个问题,因此在这里找到了解决方案这里,但它要求重新启动JavaHost进程。

我无法找到JavaHost进程确切是什么,因此不知道如何在Linux上重新启动它。请帮助我解决这个问题。

英文:

I had come across one problem and hence got solution here but it asks to restart JavaHost process.

I am unable to find what JavaHost process exactly is and hence how to restart it on LInux. Please help me with this.

答案1

得分: 0

使用停止和启动脚本进行重新启动。

./stop.sh | stop.cmd {-i <实例列表>} {-c}
./start.sh | start.cmd {-noprompt} {-i <实例列表>}

更多详情请查阅文档

英文:

Use stop and start scripts to restart.

./stop.sh | stop.cmd {-i &lt;list of instances&gt;} {-c}
./start.sh | start.cmd {-noprompt} {-i &lt;list of instances&gt;} 

check Doc for more details

huangapple
  • 本文由 发表于 2020年4月7日 16:24:21
  • 转载请务必保留本文链接:https://java.coder-hub.com/61075737.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定