Foros de discusión

Jboss server stop in Linux machine

thumbnail
Manikantha Rajamani, modificado hace 8 años.

Jboss server stop in Linux machine

Expert Mensajes: 258 Fecha de incorporación: 25/03/14 Mensajes recientes
Hi,

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

Regards
Manikantha R
thumbnail
David H Nebinger, modificado hace 8 años.

RE: Jboss server stop in Linux machine

Liferay Legend Mensajes: 14919 Fecha de incorporación: 2/09/06 Mensajes recientes
I'm sure it's covered in the jboss documentation or in the jboss forums...
thumbnail
Gnaniyar Zubair, modificado hace 5 años.

RE: Jboss server stop in Linux machine

Liferay Master Mensajes: 722 Fecha de incorporación: 19/12/07 Mensajes recientes
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, modificado hace 5 años.

RE: Jboss server stop in Linux machine

Liferay Legend Mensajes: 6403 Fecha de incorporación: 23/09/08 Mensajes recientes
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, modificado hace 5 años.

RE: Jboss server stop in Linux machine

Liferay Master Mensajes: 722 Fecha de incorporación: 19/12/07 Mensajes recientes
Yes that was the final option if nothing works . :)