留言板

Jboss server stop in Linux machine

thumbnail
Manikantha Rajamani,修改在8 年前。

Jboss server stop in Linux machine

Expert 帖子: 258 加入日期: 14-3-25 最近的帖子
Hi,

Any one can help me how to stop Jboss server in linux machine.

Regards
Manikantha R
thumbnail
David H Nebinger,修改在8 年前。

RE: Jboss server stop in Linux machine

Liferay Legend 帖子: 14919 加入日期: 06-9-2 最近的帖子
I'm sure it's covered in the jboss documentation or in the jboss forums...
thumbnail
Gnaniyar Zubair,修改在5 年前。

RE: Jboss server stop in Linux machine

Liferay Master 帖子: 722 加入日期: 07-12-19 最近的帖子
Manikantha Rajamani:
Hi, Any one can help me how to stop Jboss server in linux machine. Regards Manikantha R


You can try  ./shutdown.sh -S  or

                      kill -9 pid

thumbnail
Olaf Kock,修改在5 年前。

RE: Jboss server stop in Linux machine

Liferay Legend 帖子: 6403 加入日期: 08-9-23 最近的帖子
Gnaniyar Zubair:

                      kill -9 pid

That should only be the very last resort, no matter what you're stopping. It prevents a clean shutdown and just terminates the process without any warning.

In other words: This is what exactly nobody should do, especially not when they find this post because they're trying to shutdown jboss.

thumbnail
Gnaniyar Zubair,修改在5 年前。

RE: Jboss server stop in Linux machine

Liferay Master 帖子: 722 加入日期: 07-12-19 最近的帖子
Yes that was the final option if nothing works . :)