英文:
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 <list of instances>} {-c}
./start.sh | start.cmd {-noprompt} {-i <list of instances>}
check Doc for more details
专注分享java语言的经验与见解,让所有开发者获益!
评论