Forums de discussion

Jboss server stop in Linux machine

thumbnail
Manikantha Rajamani, modifié il y a 8 années.

Jboss server stop in Linux machine

Expert Publications: 258 Date d'inscription: 25/03/14 Publications récentes
Hi,

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

Regards
Manikantha R
thumbnail
David H Nebinger, modifié il y a 8 années.

RE: Jboss server stop in Linux machine

Liferay Legend Publications: 14916 Date d'inscription: 02/09/06 Publications récentes
I'm sure it's covered in the jboss documentation or in the jboss forums...
thumbnail
Gnaniyar Zubair, modifié il y a 5 années.

RE: Jboss server stop in Linux machine

Liferay Master Publications: 722 Date d'inscription: 19/12/07 Publications récentes
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, modifié il y a 5 années.

RE: Jboss server stop in Linux machine

Liferay Legend Publications: 6403 Date d'inscription: 23/09/08 Publications récentes
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, modifié il y a 5 années.

RE: Jboss server stop in Linux machine

Liferay Master Publications: 722 Date d'inscription: 19/12/07 Publications récentes
Yes that was the final option if nothing works . :)